Commit Graph

22 Commits

Author SHA1 Message Date
DevilBinder
bd046cc7db example compiles 2022-06-24 00:14:36 +02:00
DevilBinder
4ebc7ca59f MQTT compiles 2022-06-23 23:40:35 +02:00
DevilBinder
c3047e44c4 esp compiling 2022-06-23 22:31:51 +02:00
DevilBinder
f459864a0a rework ESP 2022-06-23 01:06:13 +02:00
Timm Bogner
67e7536b98 updated graphics 2022-06-09 20:38:04 -05:00
Timm Bogner
20b81e0bae getting in shape... 2022-06-08 20:13:39 -05:00
Timm Bogner
03c512e02a change 2022-06-08 09:09:23 -05:00
Timm Bogner
4599cc47b3 more fixes 2022-06-07 21:02:31 -05:00
Timm Bogner
7cdec6e6d8 homogenized the examples 2022-05-31 15:32:12 -05:00
sensorsiot
ccf1123032 This is a tested version of the example files 2022-05-26 11:46:39 +02:00
sensorsiot
fc117c1f42 On the way back to a working example 2022-05-26 10:56:51 +02:00
Timm Bogner
9d01ac0ac5 changed filename 2022-05-23 10:02:54 -05:00
sensorsiot
b5082b3f33 Adapted the numbering of the nodes to the numbers of the diagram 2022-05-22 22:56:58 +02:00
sensorsiot
f165cfd20e Removed Datareading.h file and transferred sensor definitions to default.h 2022-05-22 22:30:12 +02:00
sensorsiot
99a29a3f1e Gateway default actions
For the moment there are no default actions because they have to be defined for each device
There is also no default UNIT_MAC. Therefore they do not belong into the default.h
2022-05-22 20:44:02 +02:00
sensorsiot
dca34a2bfb Node definitions and loraAddress
LoRaAddress[] = {0x42, 0x00}; must not be changed. Therefore it belongs to the default.h

proper node definitions for our scenario added
2022-05-22 20:25:43 +02:00
sensorsiot
4f8012bac5 Further cleanup 2022-05-22 16:10:33 +02:00
sensorsiot
c9d45223c2 Changed default management and introduced a directory for the libraries folder 2022-05-22 13:51:52 +02:00
sensorsiot
027a75df60 Added a default.h file to the sensors files
and took the else out (no more needed because now defined in default.h
Added band in default.h

Band should be renamed to FREQUENCY (because it defines the frequency)
2022-05-22 09:37:13 +02:00
sensorsiot
25f9d8bd5d WiFi-NET not relevant for ESP-NOW 2022-05-22 00:19:41 +02:00
sensorsiot
aee0ada35e Debugging enhanced
Definition of DEBUG in the main sketch (easy to change)
DBG definition
Use Serial2 instead of Serial1 for the ESP32
Changed the concept of UART.IF in the -5 sketch: Debug is always Serial and the ESP32 gets an additional Serial2 for communication

esp_now_peer_info_t peerInfo; seems not needed anymore

added a ROLE definition. With this definition it should be possible to have the same directory for all roles. We can discuss this in Skype if you want
2022-05-21 23:50:45 +02:00
Timm Bogner
269dc5c0d2
Add files via upload 2022-05-20 21:05:29 -05:00