This is a little gem for helping to test APIs
http://httpbin.org/
Tuesday, 28 February 2017
Monday, 13 February 2017
4 in 1 Taranis module - Programming with an Arduino UNO
- Program the UNO with the Arduino ISP code in Examples
- Load the Miltiprotocol sketch from here: https://github.com/pascallanger/DIY-Multiprotocol-TX-Module
- Connect up the UNO to the 4in1 board
Pin10 -> RST
Pin11 -> MOSI
Pin12 -> MISO
Pin13 -> SCK
Ground -> GND
3.3V -> VCC
- Set Board "Arduino Pro or Pro Mini"
Set Processor "AtMega328 5V, 16Mhz" - Choose the protocols to support so they fit in the available memory by opening _Config.h and commenting out what you don't need from Protocols To Include. Don't comment out a whole module above.
- Burn and Prosper
Subscribe to:
Posts (Atom)