Commit Graph

64 Commits

Author SHA1 Message Date
Binder Tronics
d8f14b900c implement forwarding 2022-06-27 23:08:50 +02:00
Binder Tronics
7c5b831579 Merge branch 'test' into dev2
# Conflicts:
#	Examples/3_ESPNOW_Gateway/fdrs_functions.h
2022-06-26 18:12:08 +02:00
theFeiter
a80f8418cb add missing credentials 2022-06-25 21:40:30 +02:00
theFeiter
039aae0ef5 add missing port references 2022-06-25 21:34:40 +02:00
theFeiter
f018f71eba typo null != NULL 2022-06-25 21:23:25 +02:00
theFeiter
a4801c3fd0 add global setting support 2022-06-25 21:17:02 +02:00
theFeiter
ec0da25bfe Add MQTT port selection and MQTT user/password auth support 2022-06-25 20:50:21 +02:00
Binder Tronics
36f3360e6b
Merge branch 'dev' into One_GateWay_to_Rulle_Them_All 2022-06-24 18:40:02 +02:00
DevilBinder
ce4bf0fd57 restore again... 2022-06-24 18:36:20 +02:00
DevilBinder
c6b59167dd translation macros 2022-06-24 18:05:43 +02:00
DevilBinder
25874d4b31 restore example 3 2022-06-24 17:43:03 +02:00
DevilBinder
e1c59038c7 lora compiles 2022-06-24 17:40:06 +02:00
DevilBinder
3663c9db26 serial compiles 2022-06-24 14:54:55 +02:00
DevilBinder
768f0558e5 config macro 2022-06-24 00:39:02 +02:00
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
DevilBinder
b16489b42e add LoRa 2022-06-20 22:24:45 +02:00
DevilBinder
33809f569d Condense into a single sensor file 2022-06-20 21:50:02 +02:00
Timm Bogner
3bfe42b360 added stress tester 2022-06-18 23:06:03 -05:00
Timm Bogner
faf4cbe2a6 Updated to current version 2022-06-12 23:43:35 -05:00
Timm Bogner
38a4214039 reverted to 'sensor_setup.h'
I will probably go back to "sensor_config" eventually.
2022-06-12 23:22:09 -05: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
1db609b3b8 fixed things 2022-06-07 20:07:30 -05:00
Timm Bogner
2c2e1313fa ope. 2022-05-31 16:42:19 -05:00
Timm Bogner
7cdec6e6d8 homogenized the examples 2022-05-31 15:32:12 -05:00
sensorsiot
93f5d22feb Added some globals 2022-05-26 12:03:06 +02: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
39d9f1ba6a tubbleschruting 2022-05-25 19:11:38 -05:00
Timm Bogner
2008d0fb53 final adjustments 2022-05-25 16:53:39 -05:00
sensorsiot
c9943d8f54 changed instructions 2022-05-23 21:49:20 +02:00
sensorsiot
79353ea37b Transferred MQTT_BROKER, too 2022-05-23 21:25:26 +02:00
sensorsiot
e2390e1227 Moved band and SF to the default file
After all the changes it is no more necessary to have them in credentials
2022-05-23 21:22:44 +02:00
Timm Bogner
e48a9e711b Update fdrs_defaults.h 2022-05-23 12:37:15 -05:00
Timm Bogner
9d01ac0ac5 changed filename 2022-05-23 10:02:54 -05:00
Timm Bogner
2669fac3cb fixed device 5 issue and changed filenames 2022-05-23 09:46:54 -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