Commit Graph

496 Commits

Author SHA1 Message Date
Timm Bogner
2669fac3cb fixed device 5 issue and changed filenames 2022-05-23 09:46:54 -05:00
Timm Bogner
feb09755d2
Merge pull request #8 from SensorsIot/main
New concept with default.h
2022-05-22 21:59:35 -05:00
sensorsiot
56fa9c9bf2 Introduced topics for data, command, and status 2022-05-22 23:35:31 +02: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
a0de0339a1 Changed to my_
added hyphen in the my_xxx defines
2022-05-22 16:45:13 +02:00
sensorsiot
a1188238cf How to create the credentials file added 2022-05-22 16:22:53 +02:00
sensorsiot
ad04e7120f Test 2022-05-22 16:16:45 +02:00
SensorsIOT
460ac0909d
Create FDRScredentials.h 2022-05-22 16:14:21 +02:00
sensorsiot
e99ab06334 Delete FDRScredentials.h 2022-05-22 16:12:48 +02:00
sensorsiot
c2445e5361 Merge branch 'main' of https://github.com/SensorsIot/Farm-Data-Relay-System 2022-05-22 16:12:01 +02:00
sensorsiot
3c1f0c1b9c Update FDRScredentials.h 2022-05-22 16:11:48 +02:00
SensorsIOT
495e88b8d4
Update .gitignore 2022-05-22 16:11:30 +02:00
sensorsiot
4f8012bac5 Further cleanup 2022-05-22 16:10:33 +02:00
sensorsiot
56f517d45e Test 2022-05-22 14:01:12 +02:00
sensorsiot
a6e1cbe96d Test 2022-05-22 13:56:51 +02:00
sensorsiot
0a0d5db731 Test 2022-05-22 13:54:13 +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
e47bbc4906 Merge branch 'main' of https://github.com/SensorsIot/Farm-Data-Relay-System 2022-05-22 09:15:06 +02:00
sensorsiot
083cc9b0e4 Added SF definition in sketch 1 and 4 and corrected esp_now_peer_info_t peerInfo; 2022-05-22 09:15:04 +02:00
SensorsIOT
b6a41134cd
Merge pull request #2 from timmbogner/main
Merge pull request #7 from SensorsIot/main
2022-05-22 08:48:38 +02:00
Timm Bogner
ff5bde2098
Merge pull request #7 from SensorsIot/main
Debug and other enhancements
2022-05-21 19:40:59 -05:00
sensorsiot
5500ab271b Added an example to the sensor sketch 2022-05-22 01:16:14 +02:00
sensorsiot
25f9d8bd5d WiFi-NET not relevant for ESP-NOW 2022-05-22 00:19:41 +02:00
SensorsIOT
6410b59a89
Merge pull request #1 from timmbogner/main
Update README.md
2022-05-21 23:59:15 +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
eab8623e67
Update README.md 2022-05-21 14:33:26 -05:00
sensorsiot
27bcaf16cc Credentials cleaned up
Only one set of credentials is used (according the #define CREDENTIALS)
2022-05-21 17:32:54 +02:00
Timm Bogner
b70cf540a0
Update README.md 2022-05-21 08:00:55 -05:00
Timm Bogner
f7e04bc83c
Update README.md 2022-05-21 07:33:08 -05:00
Timm Bogner
b3837f4735
Update README.md 2022-05-21 07:17:40 -05:00
Timm Bogner
269dc5c0d2
Add files via upload 2022-05-20 21:05:29 -05:00
Timm Bogner
b6cb2ca596
updates n such 2022-05-20 15:09:14 -05:00
Timm Bogner
5586427111
the old fixaroo 2022-05-20 15:07:08 -05:00
Timm Bogner
11fafc9c86
updates 'n upgrades 2022-05-20 14:34:09 -05:00
Timm Bogner
d575c511cf
Multifunction ESP8266 Sensor Board by Phil Grant
Multifunction ESP8266 Sensor Board by Phil Grant
2022-05-06 20:49:41 -05:00
Timm Bogner
8b6121618a
Update README.md 2022-04-28 21:07:36 -05:00
Timm Bogner
2c7dca80cf
Update README.md 2022-04-20 19:05:34 -05:00
Timm Bogner
0a5706152c
Update README.md 2022-04-20 11:19:30 -05:00
Timm Bogner
ed3a0a5728
Update README.md 2022-04-20 11:13:55 -05:00
Timm Bogner
2bc728de82
Update fdrs_functions.h
fixed something
2022-04-20 11:05:41 -05:00
Timm Bogner
f6b2ca4568
Update README.md 2022-04-20 08:42:06 -05:00
Timm Bogner
1d8e6fc33a
Add files via upload 2022-04-16 21:09:20 -05:00
Timm Bogner
a936234975
Add files via upload 2022-04-16 21:05:24 -05:00
Timm Bogner
2fb3fc009a
Update README.md 2022-04-16 20:58:24 -05:00
Timm Bogner
b283200acb
Add files via upload 2022-04-16 20:58:09 -05:00
Timm Bogner
2def465775
Update README.md 2022-04-08 18:22:16 -05:00