Introduction to Microcontroller Programming
Introduction to Microcontroller Programming
Programming
NetLogic- Microcontroller Board
NetLogic is useful when you need to perform tasks that need to be repeated multiple times
e.g. You want to switch ON the Buzzer for 10 seconds and then switch OFF for 5 seconds.
NetLogic is also quite useful in cases when there are multiple conditions to check before
you take any action. e.g. you need to control the Buzzer and Light based on the number of
people entering the room. In such cases, it is quite convenient to make your project using
NetLogic and programming instead of making it work without programming. Giving
instructions to NetLogic is called programming. It can be programmed using software called
app.cretile.com or Arduino IDE.
NetLogic includes built-in WiFi and Bluetooth capability, making it suitable for IOT and
Wireless applications.
2. DC motor control
6. Wi-Fi connectivity
All these features can be used in NetLogic program to perform actions according to
your project requirement. NetLogic can be connected to a computer (windows based)
using a micro-USB data cable or Bluetooth connection to upload program on it.
2. Serial Connection
You can make and upload programs for NetLogic using app.cretile.com. It is visual
programming interface as shown below:
Step 1: Connect Battery/ power source to NetLogic and power ON the NetLogic
Step 4: List with all Bluetooth devices will appear. Select NetLogic and Click on Pair
button.
Step 6: Download the program by clicking save blocks, rename, and save it
Let’s write the program to turn ON and OFF the Light and Buzzer module.
MODULES NEEDED
• Battery Module
• NetLogic
• Buzzer
• Light
PROGRAM:
You Will notice that the Light Connected to Netlogic at Out-1 and Buzzer connected
to Out-2 will turn ON and OFF after every 2 seconds.