Explore >> Select a destination


You are here

danielmangum.com
| | aykevl.nl
1.9 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.
| | tomverbeure.github.io
2.0 parsecs away

Travel
| |
| | sergioprado.blog
1.7 parsecs away

Travel
| | In this article, we will learn how to debug the Linux kernel on an embedded Linux system with GDB.
| | blog.nobugware.com
18.9 parsecs away

Travel
| Sparkfun and others sell a 434Mhz transmitter and a receiver for ?2.88 and ?3.61. This version receives at 2400bauds but there is a 4800 bauds version. Simply connect the transmitter to an arduino pin then your are done (almost). My first try was to follow the example from sparkfun, which simply read a value from the receiver: // read in values, debug to computer if (Serial.available() > 0) { incomingByte = Serial.