/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

mayaposch.wordpress.com
| | lupyuen.org
6.0 parsecs away

Travel
| | Compressing Sensor Data with CBOR on Apache NuttX OS... By calling TinyCBOR Library
| | kuruczgy.com
5.0 parsecs away

Travel
| | [AI summary] The article discusses the author's experience of running Lean, a pure functional programming language, on an ESP32 microcontroller for a project involving LED control. Despite Lean's purity, the author utilized its monadic features to handle impure operations like GPIO manipulation and delays. The project involved significant optimizations, including custom bit-banging for the WS2812 LED protocol and reducing code size through various techniques. The author also outlines future directions for the project, including potential improvements in compilation, hardware support, and further optimizations.
| | ncona.com
3.1 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...
| | gcc.godbolt.org
32.3 parsecs away

Travel
| int main() { return std::move(0); }