From 2c55a3e935807077a550aff88080af824e5557ef Mon Sep 17 00:00:00 2001 From: "Ricardo@Work_lap" Date: Mon, 5 Mar 2018 09:24:34 +0000 Subject: [PATCH] Rechanging project name back to NMM-1. --- README.md | 4 ++-- TODO | 8 ++++---- firmware/v01/v01.ino | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 24f4675..f509275 100755 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# NMEA Simulator 1 -A small portable NMEA0183 comunications simulator. +# NMEA Monitor 1 +A small portable NMEA0183 comunications monitor. diff --git a/TODO b/TODO index f002bc4..abf5311 100755 --- a/TODO +++ b/TODO @@ -6,19 +6,19 @@ Schematic PCB rev.A --------- -Add diode 1N4148 after R18 into P2, minus facing R18. +Add diode 1N4148 after R18 into P2, minus facing R18. *** Fix switches SW1-4, connections wrong. Check libraries connection between schematic and pcb. -Fix FT232 power, skip crystal X1 and C3. VCC must come +Fix FT232 power, skip crystal X1 and C3. VCC must come *** straigh from the USB connector while VCCIO connects straight to 3.3V, skip JP1 and JP2. LED's D2 and D3 are in the wrong pins, move them to pin 13(PB1) and pin 14(PB2), no specific order, whatever is best for routing. -Remove R7 and R8, replace with track. +Remove R7 and R8, replace with track. *** -Vbatt voltage divider, the 3 resistors R10, R11, R12 need to be moved +Vbatt voltage divider, the 3 resistors R10, R11, R12 need to be moved *** to the other leg of R13 and values re-calculated. diff --git a/firmware/v01/v01.ino b/firmware/v01/v01.ino index 237ba68..6d04eb8 100644 --- a/firmware/v01/v01.ino +++ b/firmware/v01/v01.ino @@ -1,7 +1,7 @@ /********************************************************************* - NMM-1 -NMEA0183 serial simulator. + NMM-1 +NMEA0183 serial Monitor. By Jony Silva Wed 24 Jan 23:11:25 GMT 2018