csteele
November 6, 2018, 12:40am
4
Yes, that's my similar thinking as well but they are just generic controllers that have completely wild things attached to turn them into more than a blinking blue light. And it's those things that will need the app.
There's a very lengthy thread for yet another general purpose controller:
Hi John,
BMP280 does not have humidity. It could be a BME280.
These sensor can be configured differently. We are reading the sensor once every 200ms. This will generate a bit different reading based on the datasheet section 3.5. Purely, for environment sensor, the sensor need to be read only "1 sample per minute" (see section 3.5.1). I am not willing to go this low yet as there are other application that may want to read the reading rather quickly(for example indoor navigation or game).…
And of course the highly similar Hubduino:
Announcing the release of HubDuino v1.1.7 (aka ST_Anything for former ST users)
[UPDATE 1.1.9] This is a minor release to improve support for the latest ESP8266 and ESP32 Arduino IDE Board Support Packages.
[UPDATE 1.1.7] This is a significant update to the Parent Drivers. Changes include:
MAC Address no longer required when setting up a Parent Device. Only the IP Address/Port is required to help simplify initial startup. This also means that the micro-controller can be replaced with di…