14 Commits

Author SHA1 Message Date
5e42113d2e Merge branch 'nano-revision-2.1' into nano-revision-2.2 2024-09-18 22:32:24 +02:00
9e1f336a8b Merge branch 'nano-revision-2.1' into nano-revision-2.2 2024-09-18 21:55:05 +02:00
f596a5bbd0 Merge branch 'nano-revision-2.1' into nano-revision-2.2 2024-09-09 23:44:46 +02:00
db508a9dd1 Merge branch 'nano-revision-2.1' into nano-revision-2.2 2024-09-09 17:51:47 +02:00
c0fdf6b540 Merge branch 'nano-revision-2.1' into nano-revision-2.2 2024-09-08 23:44:59 +02:00
573eb5e85f Merge branch 'nano-revision-2.1' into nano-revision-2.2 2024-09-03 13:08:40 +02:00
73304368b3 Merge branch 'nano-revision-2.1' into nano-revision-2.2
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-09-01 09:59:46 +02:00
67313e26a5 Merge branch 'nano-revision-2.1' into nano-revision-2.2 2024-06-11 10:52:50 +02:00
17959d9af2 Merge branch 'nano-revision-2.1' into nano-revision-2.2 2024-05-25 09:31:31 +02:00
9c01c18407 Merge branch 'nano-revision-2.1' into nano-revision-2.2 2024-05-23 21:46:10 +02:00
74a5cfa41c Merge branch 'nano-revision-2.1' into nano-revision-2.2 2023-12-19 15:28:01 +01:00
72153daeeb Merge branch 'nano-revision-2.1' into nano-revision-2.2 2023-12-19 00:51:14 +01:00
faf3f4ece3 Merge branch 'nano-revision-2.1' into nano-revision-2.2 2023-12-19 00:30:45 +01:00
f4aef1cd0e imroved layout:
1. more space for RJ45 connector
2. added diode at voltage input clamp

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2023-12-16 13:56:01 +01:00
4 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -21,7 +21,7 @@
#define LCD_D6 6 #define LCD_D6 6
#define LCD_D7 7 #define LCD_D7 7
#define PROGRAM "RS485-Nano 2.1 / LCDReceive 1.2" #define PROGRAM "RS485-Nano 2.2 / LCDReceive 1.2"
// initialize the library by associating any needed LCD interface pin with the arduino pin number it is connected to // initialize the library by associating any needed LCD interface pin with the arduino pin number it is connected to
LiquidCrystal lcd(LCD_RS, LCD_EN, LCD_D4, LCD_D5, LCD_D6, LCD_D7); LiquidCrystal lcd(LCD_RS, LCD_EN, LCD_D4, LCD_D5, LCD_D6, LCD_D7);

View File

@@ -20,7 +20,7 @@
#define ID 0 #define ID 0
#define PROGRAM "Sender" #define PROGRAM "Sender"
#define SW_VERSION "1.3" #define SW_VERSION "1.3"
#define HW_VERSION "2.1" #define HW_VERSION "2.2"
#define BTN_INT 3 // button interrupt pin #define BTN_INT 3 // button interrupt pin
#define Max485_RO 2 // read-output of Max485 #define Max485_RO 2 // read-output of Max485

View File

@@ -21,7 +21,7 @@
// 6=Bad OG // 6=Bad OG
#define ID 0 #define ID 0
#define HW_VERSION "2.1" #define HW_VERSION "2.2"
#define PROGRAM "TempSender" #define PROGRAM "TempSender"
#define SW_VERSION "1.5" #define SW_VERSION "1.5"