Table of Contents

LPC810 based node

Windows?

Follow these instructions for building/uploading: LPC810 based node - Windows build/upload instructions

Toolchain

git clone https://github.com/jamescoxon/LPC810.git
cd LPC810
cd src
make
   text	   data	    bss	    dec	    hex	filename
   3100	     21	    470	   3591	    e07	blinky.axf

Generating blinky.hex (FlashMagic, etc.)
Generating blinky.bin

Editing Code

uint8_t num_repeats = '5';
char id[] = "AH1";
char location_string[] = "51.3580,1.0208";
make

Uploading/Flashing

./lpc21isp -hex -term ~/Projects/LPC810/src/blinky.hex /dev/tty.usbmodem1421 115200 14746

PCB Guide

Setting up as a Gateway

Future Plans