From: https://www.instructables.com/id/The-Sixth-Finger/A sixth finger made with a flex sensor, Circuit Playground Express, and programmable with CircuitPython...
Recently, with the release of Apple AirTag, a new round of attention has been raised in the market for UWB technology. In fact, as early as the release of iPhone 11, Apple announced that all mobile ph...
[NXP Rapid IoT Review] Rapid IoT Studio Simple Programming Step 3 Bluetooth Connection Control Test 1. Open IDE. 2. Add Bluetooth connection control and three page controls. 3. Connect the Bluetooth c...
[i=s]This post was last edited by paty on 2022-4-14 17:23[/i]1. Create a new project folder " GD32L233_Project ", the folder name can be arbitrary.
2. Create new folders named " Fwlib ", " Project ", ...
In the last review, I installed a virtual serial port. Of course, it was installed automatically, not by my own will. At that time, I had a question mark in my mind, I thought, ATLINK can actually cre...
Featherweb is a lean web application framework for MicroPython and esp8266 that requires very little RAM and resources to run.
import featherweb
import gcapp = featherweb.FeatherWeb()@app.route('/hell...