An Engineer's Guide to Intellectual Property Laws In 2023

An engineer's job description involves a great deal of creating things based on the knowledge learned in school and the course of their career. These creations qualify as creations of the mind which is the very definition of intellectual property and thus protectable under IP laws. 

So, understanding your rights as an engineer is critical to your profitability. This guide highlights types of intellectual property that have a huge significance to an engineer, such as patent, industrial design, trademark, copyright, and trade secret protections.

If you are venturing into a career as an engineer or have been in it but never paid attention to your IP rights, this will be an excellent read for you.

Understanding IP Laws

IP laws are designed to protect creations of the mind, also called intellectual property. The reasoning behind creating IP laws is to grant innovators and creators exclusive rights to their work, allowing them to commercialize and profit from them. 

Image source: https://pixabay.com/photos/engineer-engineering-teamwork-4941342/  

Also, the law creates avenues for rights holders to hold violators of their rights accountable for their actions, for example, by seeking compensation for damages suffered from their violation. Below is a breakdown of the important IP you need to know as an engineer. If you have intellectual property law questions, an expert Canadian IP attorney from Heer Law will gladly answer your questions and help you navigate a problem if you have one.

Patents

Patents are arguably the most important type of IP protection for engineers. Patents cover new innovations in the engineering industry , including construction methods, materials, building processes, new fuel technologies, new engines, etc. 

For an idea to qualify for patenting, it must meet the eligibility criteria. First, the idea must be novel, meaning it must be new in the world and never be revealed at any place before the date of filing for registration. The idea must also be practical for two other engineers in the same field. 

Lastly, the patent applicant must provide the registering entity with detailed information about the idea so that another person skilled in the trade can replicate the idea following the information provided. The government holds this information in confidentiality until the expiry of the patent protection period, which is 20 years from the filing date for registration.

Industrial Design Protections

Industrial design protection, also known as design patterns in some countries, is a form of patent protection covering a product's nonfunctional aspect. In other words, it covers a product's ornamental or aesthetic aspects, such as shape, ornamentation, texture, feel, etc. 

For a design to qualify for industrial design protection under Canadian intellectual property law, the design must be new and not closely resemble an existing one, must apply to a specific product, and has to be nonfunctional in the sense that it doesn't affect the performance and efficiency of a product in any way. 

Industrial design protections can apply to creations like car design, building design, interior design, and décor and are enforceable for 15 years from the filing date for registration. 

Trademark Protections

A trademark is a word, symbol, logo, slogan, hashtag, or combination of any distinguishing goods and services in the market. As an engineer, your work may not be so much about selling products but for other services, in which case trademarking your name and your business name and brand becomes critical for marketing purposes and building brand reputation. 

Trademarks can apply on a first-to-use basis, meaning you can claim ownership of a trademark even if it's not registered; however, proving ownership can be challenging. The best practice is to register your trademarks with the relevant authority. 

Upon successful registration, trademark protections run for ten years from the registration date. However, the term is renewable upon payment of a service fee, allowing businesses and individuals to claim ownership of a trademark indefinitely.

Copyright Protections

Copyright protections apply to creative work such as pictures, art, text, music, and video. Engineering involves creating some designs from scratch, so you need to make sketches called draw plans as the foundation of your creations. Those sketches and plans are protected under intellectual property law. 

In most countries, including Canada , the author of creative work owns its copyright by default unless they expressly transfer them to their clients. Therefore it's important to ensure that the terms of your contract are clear to avoid IP rights conflict with clients. 

Copyright protections last for the author's lifetime and 70 years after death. If more than one author was involved, the 70 years starts running after the death of the last surviving author. If a business owns the copyright, it lasts 95 years from publication or 120 years from the date of creation, whichever is shorter.

Trade Secrets

Trade secrets are, just as the name suggests, confidential information that gives a business a competitive edge in the market. A trade secret for engineers can include the formula for creating a specific building material, processes involved, or business plans. 

An entity does not need to register trade secrets to make them enforceable. However, doing so makes proving that information is a protected trade secret easier. Under the law, a trade secret can only be recognized as enforceable if the right holder makes reasonable efforts at protecting it, for example, by limiting access to good information, having employees sign non-disclosure agreements, and using passwords in encryption to secure the information. Also, trade secret protections run indefinitely if the rights holder keeps it confidential. 

Significance of IP Registration

IP laws guarantee a person or entity's right to profit from their creation through exclusivity. For example, patent rights give the rights holder the exclusive right to sell their innovation, allowing them to set the prices for their innovation without fearing being undercut. Where the demand exceeds demand, they can sell rights to other entities expanding their income streams. So if for no other reason, the money factor should motivate you to secure your rights.

The assurance of profit-making from inventions and creations has been critical in spurring innovation. Investors want to be sure they get value for money, and the only way of getting assurances is guaranteed exclusivity to profit from inventions and creations. Some experts feel that IP laws, in a way, hinder innovations because it prevents others from building upon what has been already created, but the gains achieved through the laws outway the drawbacks by far. 

Raspberry Pi Pico Library for Proteus

Hello friends, I hope you all are fine. In today's tutorial, I am going to share the Raspberry Pi Pico Library for Proteus. It's a dummy library, we have just designed the display. We can't add the Python Code to it, but we can make it work with Arduino code. A mixture of Arduino and Raspberry Pi, I have given it an unofficial name "Arduino Pi". It's better to have something than nothing. You can design circuit diagrams using this library and can also demonstrate your project in presentations by designing simulations.

So, let's have a look at How to simulate Raspberry Pi Pico by adding this Proteus Library:

Where To Buy?
No.ComponentsDistributorLink To Buy
1Battery 12VAmazonBuy Now
2LEDsAmazonBuy Now
3ResistorAmazonBuy Now
4Raspberry Pi PicoAmazonBuy Now

Raspberry Pi Pico Library for Proteus

  • First of all, we need to download the zip file of Proteus Library for Raspberry Pi Pico, by clicking the below button:

Raspberry Pi Pico Library for Proteus

Adding Proteus Library Files

  • The Proteus zip file will have a folder named "Proteus Library File".
  • Open this folder and you will get two library files, named:
    • RaspberryPiPicoTEP.IDX
    • Raspberry PiPicoTEP.LIB
  • Now, open the Library folder of your Proteus software, normally present at C > Program Files > LabCenter Electronics > Proteus 8, and copy-paste these 2 library files into it.
  • The zip file of Proteus Library will also have a simulation of Raspberry Pi Pico in it.

Note: Look at How to add a new Library in Proteus 8, if you are having any issues.

Raspberry Pi Pico in Proteus

  • After adding the library files, restart your Proteus software so that it could index the components of the newly added library.
  • Open the Proteus components section and make a search for "Raspberry Pi Pico".
  • If you have added the library correctly, you will get the below result:

  • So our Pico board is now available in the Proteus components list.
  • Double-click on the Pico board to add it to your project.
  • Close the components section and drag-&-drop the Pico board in the Proteus workspace, as shown in the below figure:

We have tried to keep it small in size so that other components could get more space.

Simulate Raspberry Pi Pico in Proteus

As I told earlier, we can't program this Pico board with Python, which is the actual programming language of this board. But just for fun, we have enabled it to read the Arduino code. Let's design a simple blink example to see how it works:

LED with Raspberry Pi Pico

  • First, we need to design a simple LED circuit in Proteus, as shown in the below figure:

  • Double-click on the LED to open its Properties panel and here, we need to change the Mode Type of LED from Analog to Digital.

Code for Raspberry Pi Pico

  • Let's mention it one more time(as it's important), we can't program this board with Python code. We can only upload the Arduino Code in it.
  • So, here's the LED blink code and as you can see in the below image, I have selected Arduino UNO.

Add Hex File in Proteus

  • Now, we need to add this hex file to the Pico board of Proteus.
  • So, double-click the Raspberry Pi Pico to open its Properties Panel.
  • In the Properties Panel, there's a section called Program File, add the Hex file location here, as shown in the below figure:

Now let's run our simulation to check the results:

Raspberry Pi Pico Simulation Results

  • If everything goes fine, the LED attached to the Pico board will start blinking, as shown below:

So, that was all for today. I hope you will enjoy this Raspberry Pi Pico Library for Proteus and will use it in your simulations. If you have any suggestions, use the below comment form. Thanks for reading. Take care!!!

Syed Zain Nasir

I am Syed Zain Nasir, the founder of <a href=https://www.TheEngineeringProjects.com/>The Engineering Projects</a> (TEP). I am a programmer since 2009 before that I just search things, make small projects and now I am sharing my knowledge through this platform.I also work as a freelancer and did many projects related to programming and electrical circuitry. <a href=https://plus.google.com/+SyedZainNasir/>My Google Profile+</a>

Share
Published by
Syed Zain Nasir