Group Assignment:

  • Demonstrate and compare the toolchains and development workflows for available embedded architectures.

Individual Assignment:

  • Browse through the data sheet for your microcontroller write a program for a microcontroller,and simulate its operation,to interact (with 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 languages &/or development environments.

What is embedded programming?

An embedded system (also known as “embedded”, “embedded” or “integrated”) is a computing system designed to perform specific functions, and whose components are integrated on a motherboard.

Group Assignment

During this week we visited the iFORNITURE fab lab in the city of Lima, we met with Evelin Cuadrado and Cristian to advance the group work, both in computer programming and also to learn about microcontrollers. In this regard, Evelin showed me in person the XIAO RP 2040 microcontroller, in which we identified its characteristics, design and programming. It was a challenge, but we are moving forward. We also discuss the electronics and programming of our projects to be developed.

Introduction to Seeed Studio XIAO RP2040

On the other hand, this small board has good processing performance, but requires less power. Overall, it is designed in a tiny size, as small as a thumb (21 x 17.8 mm) and can be used for portable devices and small projects. There are 14 GPIO PINs in Seeed Studio

Characteristics

  • Powerful MCU: Dual-core ARM Cortex M0+ processor, flexible clock running up to 133MHz.
  • Rich on-chip resources: 264 KB of SRAM and 2 MB of built-in Flash memory
  • Flexible Compatibility: Compatible with Micropython/Arduino/CircuitPython
  • Multiple interfaces: 11 digital pins, 4 analog pins, 11 PWM pins, 1 I2C interface, 1 UART interface, 1 SPI interface, 1 SWD bonding pad interface

Hardware Overview

Sometimes the Seeed Studio XIAO RP2040 port may disappear when the user programming process fails. We can solve this problem by following operation:

Connect the Seeed Studio XIAO PR2040 to your computer.Hold down the "B" button

A disk controller will appear on your computer:

At this point, the chip enters Bootloader mode and the recording port appears again. Because the RP2040 chip has two partitions, one is the Bootloader and the other is the user program. The product will record a bootloader code into the system memory when it leaves the factory. We can change the mode by carrying out the previous steps:

XIAO ESP32C3

Features and details

  • It can operate in station mode, SoftAP mode, with a combination of both, or in promiscuous mode for multiple Wi-Fi applications. In addition, it supports Bluetooth 5 and Bluetooth mesh functionalities.
  • The XIAO ESP32C3 MCU board mounts the ESP32-C3 chip, which operates at a clock frequency of 160 MHz. It has multiple development ports and Arduino/CircuitPython support
  • It has four work modes, with energy consumption as low as 44 μA in deep sleep mode. For its power, it supports charging from a lithium battery, and its design allows it to be mounted on a breadboard, in addition to supporting SMD design, since it does not have components on the back
  • The chip also includes 400 KB of SRAM and 4 MB of flash memory, providing more programming space and more possibilities in IoT control scenarios

Hardware overview

*A3(GP105) - Uses ADC2, which may become inoperative due to false sampling signals. For reliable analog reads, use ADC1(A0/A1/A2) instead. Refer to the ESP32-C3 datasheet.

5V - This is 5v out from the USB port. You can also use this as a voltage input but you must have some sort of diode (schottky, signal, power) between your external power source and this pin with anode to battery, cathode to 5V pin.

3V3 - This is the regulated output from the onboard regulator. You can draw 700mA

GND - Power/data/signal ground

Xiao RP2024 vs Xiao ESP32 C3 Specification Comparison

Seeed Studio presents the small XIAO ESP32C3 board, a microcontroller that has wireless connection capabilities via Wi-Fi and Bluetooth Low Energy (BLE). It is part of the XIAO series from Seeed Studio itself, consisting of small development boards that share a similar hardware structure and small size. Based on the 32-bit RISC-V architecture, we can use it in all types of IoT scenarios, and if we want to increase its wireless connectivity capacity, we can use an antenna that operates in the 2.4 GHz band, which has TELEC certification. With this U-FL antenna, its communication radius reaches 100 meters, which is not bad for a device that measures 21x17.5 mm.

Individual task

Working with the ESP32C3 microcontroller

Analyzing the technical characteristics of the XIAO ESP32C3 microcontroller from Seeed Studio, it is a miniature IoT development board based on the dual WiFi/Bluetooth ESP32-C3 chip from Espressif. The ESP32-C3 is a 32-bit RISC-V CPU, which includes an FPU (Floating Point Unit) for 32-bit single-precision arithmetic with high computing power. It has excellent radio frequency performance, supporting the IEEE 802.11 b/g/n WiFi and Bluetooth (BLE) protocols. This board includes an external antenna to increase signal strength in your wireless applications. It also has a small and exquisite format combined with a single-side surface mount design. It is equipped with rich interfaces and has 11 digital I/O pins that can be used as PWM pins and 3 analog I/O pins that can be used as ADC pins. Which will serve to develop my final project, which consists of designing and manufacturing a police robot to provide security.

Imagen micro 13

Software configuration

First, we are going to connect XIAO ESP32C3 to the computer, connect an LED to the board and upload a simple code from Arduino IDE to check if the board is working fine by flashing the connected LED.

  • Step 1. Download and install the latest version of Arduino IDE based on your operating system.
  • Step 2. Open the Arduino application.
  • Step 3. Add the ESP32 board package to your Arduino IDE
  • Imagen micro 14

    Arduino IDE Loading Screen

    To start developing our sketches, we must install the IDE provided by the Arduino project on our computer. We simply enter the following download link, select the file corresponding to our type and version of operating system (Windows, Mac OS, Linux) and follow the standard installation steps of any native application of our operating system.

    Imagen micro 9

    Program developed in the Arduino IDE, with RP2040-Zero microcontroller

    RP2040-Zero Microcontroller: In the present project, a program developed in the Arduino 2.3.4 IDE has been developed to control the blinking of an LED connected to pin 0 of the RP2040-Zero board. The implemented code allows the LED to alternate between on and off states with precise one-second intervals.

    Imagen micro 15

    Code in Arduino IDE

    Imagen micro 16

    Flash the LED RP2040-Zero Microcontroller

    Imagen micro 17a

    XIAO ESP32 C3 Microcontroller: In the present project, a program developed in the Arduino 2.3.4 IDE has been developed to control the blinking of an LED connected to the D0 pin on the XIAO ESP32 C3 board. The implemented code allows the LED to alternate between on and off states with precise half-second intervals.

    Imagen micro 18

    Code in Arduino IDE.

    Imagen micro 19

    Flash the LED XIAO ESP32 C3 Microcontroller

    Imagen micro 20

    The following image shows my person at the work table carrying out the code in the Arduino IDE and it is observed that the connected LED blinks with a delay of 1 second between each blink. This means that the connection is successful and now you can explore more projects with XIAO ESP32C3.

    Imagen micro-21 Imagen micro-22

    Conclusions:

    In conclusion, microcontrollers are electronic devices that integrate a microprocessor, memory, input/output peripherals, among other components necessary to carry out specific tasks. One of the main advantages of microcontrollers is the ability to be programmed; Such programming is the process by which the software that controls the operation of the microcontroller and its peripherals in order to perform a specific task.