Hi gentle people,
[New here, have searched the forum and not found any solution yet, so trying my first post...]
Have one Sensebender Micro for years now (and a couple of Arduino pro minis steering some lights) and it still runs the standard sketch Sensebendermicro.ino... As I want to do some home automation and add some security I thought it best to use the Sensebender Micro but can't really get started properly as the basic provided sketch already gives me troubles...
I installed Arduino 1.6.13 on a Windows machine, MySensors Library 2.3.2, added the board by adding the link (as described on https://github.com/mysensors/ArduinoBoards) to the additional boards under preferences and added the Sensebender Micro. So far so good, sort of... except that the Arduino IDE then gives errors saying that dependencies of SandeepMisty are missing, not sure if these dependencies are relevant?
But the real problem is that I get errors when verifying the sketch saying
\Documents\Arduino\sketch_mar26a\sketch_mar26a.ino:61:20: fatal error: SI7021.h: No such file or directory
#include <SI7021.h>
I see it is not in the Mysensors 2.3.2 library anymore?
Then if I add this from other source (earlier MySensor library) I get errors on missing libraries
sha204_lib_return_codes.h
sha204_library.h
which are in the example files,
and
RunningAverage.h
which isn't...
I am probably doing something very wrong here, as I cannot google / forum find any solutions and this seems basic stuff... any clues would be appreciated, thanks
PRG