4. Embedded Programming¶
This week was not easy for me as i absolutely lack concept on this Embedded Programming. However, i am happy that i am getting chance to explore it which is most important to become a part of Fab Lab.
To understand more on Embedded Programming, i need to first understand Programming, Coding and Embedded Programming. I went through this link to to get more about Programming and Coding.
What is Programming?
It refers to the process of giving a set of instructions in the form of codings by programmer to a computer/machine to execute the result.For programming, we have to use codings.
Coding refers to the process of transforming those instructions into a written language that a computer can understand
Embedded Programming
It is the writing software/program which is designed to run embedded systems like microcontroller that perform specific task/function. It requires a deep understanding on both hardware and software to ensure that syetem operates within embedded environment.
Disclaimer: this definition is copied from chatGPT
Assignments for week 4:¶
1. Group Assignment
- Demonstrate and compare the toolchains and development workflows for available embedded architectures.
2. Individual Assignment - Browse through the data sheet for your microcontroller. - Write a program for a microcontroller and simulate its operation, to interact (eith local input &/or output devices) and communicate (with remote wired or wireless connections) extra credit : test it on a development board extra credit:try different langauges &/or development environments.
1. Group Assignment¶
For group assignment for this week, we were asked to explore on the development boards and browse through their datasheets and compare the toolchains and development workflows.
Here is our group assignment link
The development boards available to explore for our group assignments were:
- Arduino UNO
- ESP-WROOM-32
- Xiao RP2040
- Adafruit
From these we have mostly worked on Arduino UNO R3 with ATmega328P microcontroller and XIAO SAMD21 using similar codes. We have used ‘Arduino IDE’ to run the programming.
From this group activities, i have learnt some basics on use of ultrasonic distance sensor, LED and buzzer with resistor, jumper wires and breadboard and thier connections.
Using Arduino UNO board with ATmega328P microcontroller is more easy to use for the beginners like me which provides a large no. of tutorials. I will be using XIAO ESP32 C3 and XIAO SAMD21 microcontrollers for my final project work as it has low power consumptions and requires less memory compared to others.Arduino Uno board does not have Wi-Fi/bluetooth connectivity and hence i will choose to work with XIAO ESP32 C3.
Individual assignment¶
For the individual assignment, i will be using Tinkercad and WOKWI for simulation.
The micorcontrollers available to explore for this assignment were:
- ATmega328P
- ESP-32S
- RP2040
1. Simulation using TinkerCAD using ATmega328P microcontroller of Arduino UNO R3.¶
About Arduino UNO board with ATmega328P MCU¶
Arduino UNO R3 is a popular microcontroller board that uses ATmega328P as its microcontroller. This falls under the Arduino family, which is designed for easy usage in electronics and programming. It is commonly used for building prototypes, learning embedded systems and creating interactive electronic projects.
reference: chatGPT and reference link from here
ii. specifications:
Memory:
- AVR CPU at upto 16MHZ.
- 32 kB Flash
- 2 kB SRAM
- 1 kB EEPROM
Peripherals:
- 2X 8-bit timer/counter.
- 1x16-bit timer/counter
- 1x controller/peripheral Serial Peripheral Interface(SPI)
- 1X DUAL mode controller
- 1X Analog comparator (AC) with a scalable reference input.
- waterdog timer with separate on-chip oscillator.
- Six PWM channels.
- interrupt and Wake-up on pin change.
iii. Pinout:
pinout image source for ATmega328P microcontroller is here
Steps involved for simulation with TinkerCad.¶
For this simulation i have used a LED with 220ohm resistor, a bread board,Ultrasonic distance sensor and with Arduino UNO R3 board.
I referred this youtube tutorial to generate the code while interfacing the TinkerCad.
I opened TinkerCad and i selected ‘Circuits’ under ‘Create’ and i added the components required for the simulation.
I gave connections to my components as below.After connections, i selected ‘Blocks’ under ‘Code’ to built the codes and the settings.
I clicked on variations and gave name as ‘val’ and clicked ok.Then i dragged set as shown below.
Now i choosed output and dragged the ‘print to serial monitor’ below the set.
Iagain clicked on Variables and dragged val to paste.And changed the condition less than 20cm.
i select output and select pin 13 and i clicked to duplicate it.
Then, i had open the serial monitor and clicked to start simulation.I clicked on the ultrasonic sensor and dragged to the point to determine the distance where the LED have glown when the distance is below oe equal to 20cm and gets off when more than 20cm.
To derive the codes, i clicked on ‘Code’ and selected ‘Text’ option where i had to clicked on continue.The code was displayed for the components that i have simulated.
Simulation video.¶
Verification of simulation using Arduino IDE.¶
To verify my simulation, i thought of testing using ‘Arduino IDE’. So i downloaded it from this link
To add the board other than arduino, I followed the steps as in the image. I used the URL send by my instructor Tshering Wangzom
I went to File and clicked preferences and pasted the url as shown in the image below.
Then i did the connections using the components required.
Opened the Arduino IDE and selcted a ‘new sketch’ under the ‘File” and delated all as 1 wanted to paste the code from the chatGPT.
I have pasted my codes which was developed in TinkerCad during simulation process.
// C++ code
//
int val = 0;
long readUltrasonicDistance(int triggerPin, int echoPin)
{
pinMode(triggerPin, OUTPUT); // Clear the trigger
digitalWrite(triggerPin, LOW);
delayMicroseconds(2);
// Sets the trigger pin to HIGH state for 10 microseconds
digitalWrite(triggerPin, HIGH);
delayMicroseconds(10);
digitalWrite(triggerPin, LOW);
pinMode(echoPin, INPUT);
// Reads the echo pin, and returns the sound wave travel time in microseconds
return pulseIn(echoPin, HIGH);
}
void setup()
{
Serial.begin(9600);
pinMode(13, OUTPUT);
}
void loop()
{
val = 0.01723 * readUltrasonicDistance(9, 10);
Serial.println(val);
if (val <= 20) {
digitalWrite(13, HIGH);
} else {
digitalWrite(13, LOW);
}
delay(10); // Delay a little bit to improve simulation performance
}
Code pasted here is developed during the simulation using TinkerCad above
- To select board, i had to go to Tools > Boards > Arduino UNO.
- Next go to Tools > Port > COM7 to select the port.
- clicked on “Compile/tick” to compile the code followed by clicking on “Upload” to upload the codes to Arduino.
Once done with uploading, go to Tools > Serial monitor or click on ‘Serial Monitor’ at upper right corner.
2.Simulation using WOKWI for XIAO SAMD21 microcontroller.¶
For this simulation, i used XIAO SAMD21 board which i have fabricated to test LED blinks.And the simulation was done in WOKWI.
My refernce link for XIAO SAMD21 datasheet is here.
About XIAO SAMD21¶
Seeed Studio XIAO SAMD21 has the powerful ATSAMD21G18A-MU and has 14 PINs, which can be used for 11 digital interfaces, 11 mock interfaces, 10 PWM interfaces (d1-d10), 1 DAC output pin D0, 1 SWD pad interface, 1 I2C interface, 1 SPI interface, 1 UART interface, Serial communication indicator (T/R), Blink light (L) through pin multiplexing. Seeed Studio XIAO SAMD21 has a Type-C interface that can supply power and download code and it has two reset contact point.
specifications:
Pin Out for Seeed Studio XIAO SAMD21
For this simulation, i have used XIAO ESP32-C3 as XIAO SAMD21 was not available in WOKI simulation.
I went to the browser and opened WOKWI from this link and choosed “ESP32” and ESP32-C3 example simulation by Urish.
i had added 2 LEDs. red LED to pin D2 and and 330 ohm resistors with XIOA ESP32 C3 MCU.And my connection as below.
Next, i copied the codes and pasted to the code space.
void setup() {
Serial.begin(115200);
pinMode(D2, OUTPUT);
pinMode(D10, OUTPUT);
Serial.println("");
Serial.println("Hello,JNEC FABLAB");
Serial.println("Welcome to World of Innovation :-)");
}
void loop() {
Serial.println("Red");
digitalWrite(D2, HIGH);
delay(1000);
digitalWrite(D2, LOW);
Serial.println("Green");
digitalWrite(D10, HIGH);
delay(1000);
digitalWrite(D10, LOW);
}
The code above explains that for the setup function, the serial communication starts from 115200 baud rate where the pin D2 and pin D3 of XIAO SAMD21 are OUTPUT.
It will print for the greeting notes i have changed.
Under the void loop function, it will allow the red LED to blink using pin D2 high that lasting for a second.After 1 second, using pin D10 it will allow green LED to blink for a second and the serial communication continues making each LED blink for 1 second.
Here is the simulation in WOKWI.
I wanted to try connecting the above simulation using the my board made during Electronics design week and Electronics Production week.
I had used my fabricated board of XIAO SAMD21, jumper wires, 2 LEDS, two 330 ohm resistors and bread board. Here is my connections where i changed the one of the LED pin as D10.
I opened the Arduino IDE and selected new sketch and pasted the code.
Next, i had connected my board and its connection by USB to the computer.Then selected board and port.
To run the program, i clicked on compile and upload.After that i clicked on serial monitor and first LED blinked for a second and other LED blink too for a second.The LEDs blinks continuously changing to actuate each after a second.
Learning outcomes:¶
This week is never easy for me as i have to study on the datasheets of different microcontrollers available in my lab. I thought that my works will get more slower compared to earlier weeks. I still have to learn more about the microcontrollers.
Shortly, for this week, atleast i could get basic ideas on the components required for basic project using programming. I have learnt to connect LED and ultrasonic distance sensor with XIA0 ESP32 C3 and ATmega328P chips.And i got basic explosure on simulating using these chips on Tinkercad and WOKWI.
For my Final project programming activities, i am planning to use XIAO SAMD21 and XIAO ESP32 C3 with components like Mini water pump and ultrasonic distance sensor for Automatic saop Sanitizer Dispenser as my project need Wi-Fi/bluetooth connections.
Disclaimer: the connections ideas for referred from chatGPT and for simulation 1 using TinkerCad, i followed a youtube tutorial and generated codes.For simulation with WOKWI i tried to edit some and have wrote my understandinds.