/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

craigjb.com
| | nerd.mmccoo.com
1.4 parsecs away

Travel
| | [AI summary] A detailed technical tutorial on blinking an LED with an STM32 microcontroller, covering hardware setup, C code, compilation with gcc/ARM toolchain, and flashing via OpenOCD and GDB.
| | aykevl.nl
0.8 parsecs away

Travel
| | How to write a simple Rust program for the STM32 "blue pill" board that's sold on AliExpress and Ebay for about $2. It turns out to be not too difficult.
| | nercury.github.io
1.1 parsecs away

Travel
| | Articles and tutorials about Rust, Embedded development and Computer Graphics.
| | ncona.com
19.3 parsecs away

Travel
| A few months ago, I started learning Arduino, and recently I finished my first small project. After finishing the project, I was wondering if I could build the same thing for cheaper, and that's when I stumbled into ESP32. ESP32 is an MCU (Micro Controller Unit) that got very popular because it has integrated WiFi, Bluetooth, very good documentation and is relatively cheap for what it does. Interestingly, the Arduino UNO R4 WiFi contains two MCU and one of them is an ESP32. Getting an ESP32 The easiest w...