Rechanging project name back to NMM-1.

This commit is contained in:
2018-03-05 09:24:34 +00:00
parent 3bb817a27f
commit 2c55a3e935
3 changed files with 8 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
# NMEA Simulator 1
A small portable NMEA0183 comunications simulator.
# NMEA Monitor 1
A small portable NMEA0183 comunications monitor.

8
TODO
View File

@@ -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.

View File

@@ -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