Commit Graph

14 Commits (e891c669480d1d6a18d7db3ffe53b7a90c23fdb4)

Author SHA1 Message Date
Timm Bogner 67e7536b98 updated graphics 2 years ago
Timm Bogner 20b81e0bae getting in shape... 2 years ago
Timm Bogner 03c512e02a change 2 years ago
Timm Bogner 4599cc47b3 more fixes 2 years ago
Timm Bogner 7cdec6e6d8 homogenized the examples 2 years ago
sensorsiot fc117c1f42 On the way back to a working example 2 years ago
sensorsiot b5082b3f33 Adapted the numbering of the nodes to the numbers of the diagram 2 years ago
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
2 years ago
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
2 years ago
sensorsiot 4f8012bac5 Further cleanup 2 years ago
sensorsiot c9d45223c2 Changed default management and introduced a directory for the libraries folder 2 years ago
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)
2 years ago
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
2 years ago
Timm Bogner 269dc5c0d2
Add files via upload 2 years ago