Browse Source

first working prototype

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
nano-revision-1.0
Stephan Richter 1 year ago
parent
commit
c895f11d63
  1. BIN
      Nano845.fzz
  2. 12
      Sender/Sender.ino

BIN
Nano845.fzz

Binary file not shown.

12
Sender/Sender.ino

@ -1,11 +1,17 @@ @@ -1,11 +1,17 @@
int sTx = 4;
int sRx = 5;
// Breadboard
//int enable = 2;
//int sTx = 4;
//int sRx = 5;
// RS485-Nano Revision 1.0
int enable = 9;
int sTx = 8;
int sRx = 3;
long base = 100;
int id = 0;
int baud = 19200;
int enable = 2;
char c;
int counter = 0;

Loading…
Cancel
Save