|
You are here |
danielmangum.com | ||
| | | | |
aykevl.nl
|
|
| | | | | 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
|
|
| | | | | ||
| | | | |
sergioprado.blog
|
|
| | | | | In this article, we will learn how to debug the Linux kernel on an embedded Linux system with GDB. | |
| | | | |
blog.nobugware.com
|
|
| | | 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. | ||