This week, I’m going to set up a wireless node from scratch, using an STM32F103 board, RFM69 radio module, serial USB interface board, and very simple software:
The result is a node with all the software needed to send / receive RF packets, with a complete Forth system on board, ready with drivers for digital and analog I/O, PWM, I2C, and SPI.
Let’s get going - 1 article per day, as usual:
- Preparing for serial re-flashing - Wed
- A new serial tool: vive la folie! - Thu
- Adding the RFM69 module - Fri
The board used here is this one, but any other with the same µC should also work.