1
0
mirror of https://github.com/daniviga/bite.git synced 2024-11-23 05:16:13 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
ffc12992c4
Switch Arduino to MQTT 2020-06-16 13:12:09 +02:00
a7cebefbf5
Implement the MQTT protocol (#11)
* Add MQTT support on Arduino

* Add MQTT simulator

* Use a single python simulator

* Minor improvements to dockerfiles

* Add transport internal field to telemetry

* Add PubSubClient
2020-06-08 23:17:16 +02:00
bbb92100f8
Improve API endpoints (#10)
* Improve device API endpoints

* Arduino minor optimizations
2020-06-05 13:24:12 +02:00
23de743fdf
Add Arduino libraries submodules 2020-06-04 22:29:54 +02:00
bb0e043bf9
Add API subscription to Arduino sketch 2020-06-03 23:53:25 +02:00
4cebe6a8f5
Manage serial numbers on POST (#7)
* Update subscription if exists

* POST with serial #
2020-06-03 18:57:53 +02:00
e4a3684951
Enable NTP (#6)
* Add ntpd server to the stack

* Enable NTP updates on Arduino

* Fix telemetry when clock is 0
2020-06-03 18:53:33 +02:00
2cb8a1b537
Add Arduino sketch svg 2020-06-02 22:39:41 +02:00
1b0d069b1d
Read config from EEPROM 2020-06-02 22:38:20 +02:00
09b90e41f0
Add ino sketch to program EEPROM 2020-06-02 22:38:05 +02:00
64def2a70e
EEPROM experiments 2020-06-02 00:58:01 +02:00
9e39d4c7d2
Implement IoT device and hub 2020-06-02 00:57:20 +02:00