Embedded programming
Welcome to the 6th week, This week claims to write a program for a microcontroller. Quentorres design is used for the assignment one more time. The outcomes will be described and broken down as below:
Quentorres design and MicroPython
This is the QT design and as it is known, leds are conected to 26, 0 and 1 pin, so as the program were developed in micropython, I needed to do a little "surgery" for conecting to the correct UART pin, those are the number 0 and 1.
GPIO arduino pin 0 and 1 are the Tx and Rx for UART and those were welded to connectors, so after that FTDI connection is ready.
FTDI connection and Arduino IDE download
FTDI connector were used for UART and arduino ide were downloaded as can be seen on the pics.
Python code in thonny and serial monitor in Arduino IDE
These are the screen of the thonny and the arduino IDE where were ran the code and controlled by serial monitor.
As it can be seen that was the connection have been done.
AWESOME!!! XD