Posts | Comments

Planet Arduino

Archive for the ‘iot’ Category

Christoph Döberl tweaked a motor fader from a mixpanel to use it as an internet-connected light dimmer with lots of IoT magic.

To demonstrate the possibilities and make a cool project, we decided to build a light dimmer with the motor fader. The idea is to read the sensor in the fader and dim a smart light bulb accordingly. When adding multiple input interfaces each fader can be adjusted to represent the correct value by controlling the motor. The resistance sensor allows a stepless control for any brightness level, which comes in handy especially in the evening hours where a dimmed light can be particularly soothing.

An ESP32 is used to read the sensor and interface with the motor. It comes with a bunch of IO pins as well as Bluetooth and WLAN, so basically enough for this small project. The resistance sensor is read using ADC and the motor is controlled via a motor driver.

Check out the entire build on the bits blog.

Waveshare ESP32 H2 DEV KIT N4 M Dev Board

The Waveshare ESP32-H2-DEV-KIT-N4-M is a development board based on the ESP32-H2, available for only $6.65 on Aliexpress, but you’ll also find it on Amazon and Waveshare’s official store. This is a significant price drop compared to last year’s official Espressif ESP32-H2-DevKitM-1 board, which was priced at $10 without including shipping costs and with a similar design. In 2021, Espressif Systems introduced the ESP32-H2 to the world. However, it wasn’t until 2023 that they released their first development board. Since then, there haven’t been many products built around this new module. Some exceptions include the Olimex ESP32-H2-DevKit-LiPo, LILYGO T-Panel, and the ESP Thread Border Router/Zigbee Gateway board, all of which feature the ESP32-H2 chip. Waveshare ESP32-H2-DEV-KIT-N4-M specifications: Wireless module – ESP32-H2-MINI-1 MCU – Espressif Systems ESP32-H2 32-bit RISC-V microcontroller at up to 96 MHz with 320 KB SRAM, 128 KB ROM, 4 KB LP memory, Bluetooth 5.2 LE/Mesh, and 802.15.4 (Zigbee/Thread/Matter) radios. [...]

The post Waveshare ESP32-H2-DEV-KIT-N4-M – A Low-cost ESP32-H2 development board going for $6.65 appeared first on CNX Software - Embedded Systems News.

Brian Dorey documents building a remote controller for three Elgato Key Lights using a low-cost ESP32 WiFi module with push switches and indicator LEDs.

This project is an upgrade to the previous blog post where I created a simple remote-control switch to turn on and off a single WiFi-connected Elgato Key Light.

The lights do not have any buttons for manual control, and you need to either use the Elgato Control Center app on a mobile device or the desktop software to change the settings or turn the lights on and off.

The lights retain their previous light level and colour temperature settings, so a simple controller with three push buttons would be ideal to allow remote control without needing to use the mobile app or start the main PC every time we wanted to use the lights.

A 3D printed case encloses the project electronics. The code is written in Arduino.

The project is documented here and the code is on GitHub.

ESP32 S3 4G Dev Boards

Waveshare has recently launched two new ESP32-S3 4G dev boards – the ESP32-S3-SIM7670G-4G and the ESP32-S3-A7670E-4G. These boards support 4G LTE Cat-1, Wi-Fi, Bluetooth, and GNSS, and come with an OV2640 camera, and a battery holder for a 18650 battery. The main difference between the two is that the A7670E module also supports 2G GSM/GPRS/EDGE at 900/1800MHz while the SIM7670G module does not. The board has two rows of I/Os including GPIO, I2C, SPI, ADC, and USB 2.0. It also has a USB-C port for power and programming, a slot for a MicroSD card, and an option to connect an external speaker. There’s a USB switching IC and DIP switch for easily connecting the module to a PC for internet or debugging. Waveshare ESP32-S3 4G Dev Boards Specification: Communication module A7670E 4G – A7670E Cat-1 4G module supporting 4G Cat-1 + 2G networking, GNSS positioning, telephone calls, and SMS. SIM7670G [...]

The post Waveshare ESP32-S3 4G dev boards feature LTE Cat-1, 2G, and camera support appeared first on CNX Software - Embedded Systems News.

SparkFun Thing Plus ESP32-C6

SparkFun has launched yet another ESP32-C6 board with the “Thing Plus – ESP32-C6”  based on the ESP32-C6-WROOM-1-N16 module with 16MB flash and a PCB antenna and  range of I/Os and power options. The board features 28 through holes with up to 23 multi-function GPIOs and a Qwicc connector for expansion, and supports 5V or LiPo battery power through respectively a USB-C port a 2-pin JST connector combined with a charging chip, and a fuel gauge. SparkFun Thing Plus – ESP32-C6 specifications: Wireless module – ESP32-C6-WROOM-1-N16 MCU – ESP32-C6 32-bit single-core RISC-V microcontroller with 2.4 GHz WiFI 6, Bluetooth 5 LE, and 802.15.4 radio (Zigbee and Thread); Matter-compatible Storage – 16 MB flash PCB Antenna Storage – MicroSD card slot USB – 1x USB Type-C port for power and programming Expansion 12-pin + 16-pin headers with 23x multifunctional GPIOs Up to 7x 12-bit ADC channels Up to 2x UART channels (with [...]

The post SparkFun Thing Plus – ESP32-C6 board comes with 16MB flash, LiPo battery support appeared first on CNX Software - Embedded Systems News.

The collaboration between Foundries.io and Arduino to integrate security software into the Portenta X8 represents a...

The post Arduino Portenta X8: Leading the Charge in EU Cyber Resilience Compliance appeared first on Electronics-Lab.com.

Arduino Nano boards are one of the most widely used prototyping boards. There is a classical...

The post A new addition to the Arduino Nano family: Nano ESP32 appeared first on Electronics-Lab.com.

SOPHGO SG2000 SG2002 block diagram

SOPHGO SG2000 and SG2002 are new SoCs featuring a bunch of RISC-V and Arm cores capable of running Linux, Android, and FreeRTOS simultaneously, and to maximize the fun an 8051 MCU core is also in the mix along with a 0.5 TOPS (SG2000) or 1 TOPS (SG2002) AI accelerator. More specifically we have one 1GHz C906 64-bit core capable of running Linux, one 1GHz Arm Cortex-A53 for Linux or Android, another 700 MHz C906 RISC-V core for FreeRTOS, and a 300 MHz 8051-core for real-time I/Os, as well as 256MB or 512MB SiP DRAM. The chip is designed for AIoT applications such as Smart IP cameras, facial recognition, and smart home devices. SOPHGO SG2000/SG2002 specifications: CPU cores 1x C906 64-bit RISC-V core @ 1GHz 1x C906 64-bit RISC-V core @ 700MHz 1x Arm Cortex-A53 core @ 1GHz MCU – 8051 8-bit microcontroller core @ 25 to 300 MHz with 6KB [...]

The post SOPHGO SG2000/SG2002 AI SoC features RISC-V, Arm, and 8051 cores, supports Android, Linux, and FreeRTOS appeared first on CNX Software - Embedded Systems News.

Exciting news! We’re gearing up for the second edition of Arduino Cloud Café, and we’re thrilled to have you join us. Tune in on Tuesday, February 13th at 5pm CET for an engaging session on environmental monitoring.

This time, we have two fantastic guests — Bill from Dronebot Workshop and Muhammad Afzal, author of “Arduino IoT Cloud: A Guide for Developers — who will be sharing their insights and connected projects. It’s an opportunity you won’t want to miss!

Save the date and be ready to dive into the world of Arduino Cloud with us:

The post Arduino Cloud Café: Let’s chat about environmental monitoring! appeared first on Arduino Blog.

Arduino Cloud Editor

The Arduino development scene just got a big upgrade with the introduction of the Arduino Cloud...

The post Revolutionizing Arduino Development: Exploring the Power and Potential of the Arduino Cloud Editor appeared first on Electronics-Lab.com.



  • Newsletter

    Sign up for the PlanetArduino Newsletter, which delivers the most popular articles via e-mail to your inbox every week. Just fill in the information below and submit.

  • Like Us on Facebook