π¬ Sensebender Micro
-
-
I had that same problem, but then I carefully checked my address entry on the site and found I had made an error. Once corrected it processed OK.
-
I had that same problem, but then I carefully checked my address entry on the site and found I had made an error. Once corrected it processed OK.
-
cool .. Any idea how long it last on battery?
-
A version with the SMD NRF24L01+ would be cool !
-
Is it possible to add an ds18b20 to the Sensebender?
-
@RJ_Make
That certainly is possble, but there is already an excellent SI7021 on board (temperature AND humidity), so why would you need it?
In any case you can connect it via de exposed pins. -
@RJ_Make
That certainly is possble, but there is already an excellent SI7021 on board (temperature AND humidity), so why would you need it?
In any case you can connect it via de exposed pins.@GertSanders Thanks, It would be used for remote temp. sensing in a Ref/freezer/aquarium.. etc.
-
@GertSanders Thanks, It would be used for remote temp. sensing in a Ref/freezer/aquarium.. etc.
@RJ_Make
Certainly possible, check the examples. -
Hello,
is it possible, that the Sketch posted here, does not work with the MySensors libraray V2.0? There have been removed many libs, (SI7021, sha204, RunningAverage), which are used in the Sketch "SensebenderMicro.ino" V01.4.
I had a little bit trouble last weekend, to get it run.
I switched back to Mysensors lib 1.56 and used the expamle Sketch "SensebenderMicro" which was included in this lib. Then it worked.
But thanks for this Great Projekt, and this great Board Sensenbender MicroSaimen
-
External libraries (and examples depending on them) have been moved to a separate repository https://github.com/mysensors/MySensorsArduinoExamples.
This was done because we can not have the external libraries in the main repository now that we are in the arduino library manager.
-
Anyone managed to get this working with PlatformIO (through Atom) yet? I'm struggling.