/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

nerd.mmccoo.com
| | ncona.com
2.4 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...
| | 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.
| | danielhoeflehner.tech
1.9 parsecs away

Travel
| | Setup for programming the ST Discovery Board 3 with Rust on Windows 10
| | crackstation.net
21.7 parsecs away

Travel
| How to hash passwords properly using salt. Why hashes should be salted and how to use salt correctly.