Arduino App Lab – Build Your First App

Arduino App Lab – Build Your First App

The Arduino App Lab is a utility specifically designed for creating “apps” for the Arduino Uno Q. The Arduino Uno Q is a unique board that combines a microcontroller and microcomputer. The App Lab lets you build apps using both C++ and Python.

Note that the App Lab is still a “work-in-progress”, so some feature are either non-existent or buggy. But it is still usable and I’ll show you how we can get around its many idiosyncrasies to create our own apps.

LD2410C Human Presence Detector

LD2410C Human Presence Detector

Table of Contents1 Introduction1.1 LD2410C Human Presence Detector1.2 LD2410C Pinouts1.3 LD2410 Detector Family1.4 FMCW Radar2 LD2410 with LD2410-Tool Windows GUI2.1 LD2410-Tool Windows GUI Hookup2.2 LD2410-Tool Windows GUI Demo3 LD2410 Configurator4 LD2410C with Bluetooth4.1 HLKRadarTool App5 LD2410C with ESP325.1 LD2410C with

Bluetooth Classic & BLE with ESP32

Bluetooth Classic & BLE with ESP32

Bluetooth Classic and Bluetooth Low Energy (BLE) and short-range communications systems that connect computers, mobile devices, peripherals and sensors. You probably have several Bluetooth devices in your home, and with the ESP32 you can connect to all of them.

The ESP32 is Bluetooth-capable, but not every ESP32 wil work with every version of Bluetooth.

Join me today to learn all about Bluetooth and how to work with it on the ESP32.