ESP32-C6 : RISC-V Based Wi-Fi 6 + BLE5 SoC from Espressif

Espresssif announced their new Wi-Fi 6 and BLE 5 System-on-Chip based on RISC-V CPU core. The Wi-Fi radio is backward compatible and targets low power Internet of Things (IoT) applications.
Espresssif announced their new Wi-Fi 6 and BLE 5 System-on-Chip based on RISC-V CPU core. The Wi-Fi radio is backward compatible and targets low power Internet of Things (IoT) applications.
Raspberry Pi foundation released their new in-house designed microcontroller called RP2040 with dual ARM Cortex-M0+ core running at 133MHz, and a new development board called Raspberry Pi Pico.
Tutorial on interfacing R307 optical fingerprint scanner with Arduino development boards along with Arduino library. Fingerprint scanners can be used for biometric authentication.
Tutorial on interfacing incremental mechanical rotary encoder with Arduino. Interrupt based example code is included.
Tutorial on interfacing Silicon Labs CP2102 USB-Serial chip with any microcontroller. Instructions to install driver, block diagram, pinout, and pin descriptions included.
Tutorial on interfacing Catalex Micro SD card module with Arduino. Module pinout, wiring diagram, schematic and example code are included.
Tutorial on interfacing DSN-DVM-368 three digit voltmeter, along with wiring diagram, pinout and schematic.
Tutorial on interfacing Intersil/Renesas ISL1208 Real-Time Clock chip with Arduino boards through I2C interface. Arduino compatible library and example code are included.
ptScheduler is a non-preemptive task scheduler and timing library for Arduino-supported microcontrollers that helps to write non-blocking periodic tasks easily.