@mfalkvidd I actually mean for something that is assembled already which I can just integrat it.
I look for something like this: http://selfbuilt.net/shop/gy-80-inertial-management-unit
Lior Rubin
@Lior Rubin
Best posts made by Lior Rubin
Latest posts made by Lior Rubin
-
RE: Multi-sensors board
-
Multi-sensors board
Does anyone know if there are boards which combine some sensors on one board ?
for ex. Temp + Hum + PIR + Light ?Thanks,
Lior -
RE: π¬ Easy/Newbie PCB for MySensors
@dbemowsk said:
@Lior Rubin, you said "ESP8266 option rather than Arduino " did you mean "ESP8266 option rather than nRF24"? Also,why would you need to put an TX/RX or FTDI connector. IF you use pro mini , it has the FTDI connector on it already.
I meant to use the ESP8266 option rather than the pro mini+nrf24. So to transfer the sensors to use IP and not radio.
for the FTDI, the connection on top of the arduino board is hard to connect because of the terminals.
-
RE: π¬ Easy/Newbie PCB for MySensors
@sundberg84 I may suggest the following:
- place for Temp\Hum sensor
- place for Light sensor
- ability to use AC to DC (3\5v) in the board
- ESP8266 option rather than Arduino (maybe 2 versions)
- TX\RX connection or FTDI connection
-
RE: π¬ Easy/Newbie PCB for MySensors
@sundberg84 said:
In my upcoming rev the holes are bigger. I have recieved this feedback and are improving this.
what should be on the next rev ?
-
Updated UI7 Plugin
Due to the announcement of the release of MySensors library ver 2.0.0 MySensors 2.0.0 Released
can someone assist to update the plugin to support the new library ?P.S - the new library have some changes like new sensor types and new variable types Controller developers news for 2.0.x
-
RE: MySensors 2.0.0 Released
Hi, when I'm try to upload the sketch GatewayESP8266 I got the following error:
In file included from /Users/liorrubin/Documents/Arduino/libraries/MySensors-2.0.0/MySensors.h:299:0, from /var/folders/l0/kxrb9wmd6rj651nw4gld5nx00000gn/T/arduino_modified_sketch_982538/GatewayESP8266.ino:137: /Users/liorrubin/Documents/Arduino/libraries/MySensors-2.0.0/core/MyMainESP8266.cpp:4:10: error: #include expects "FILENAME" or <FILENAME> #include βSchedule.hβ ^ In file included from /Users/liorrubin/Documents/Arduino/libraries/MySensors-2.0.0/MySensors.h:299:0, from /var/folders/l0/kxrb9wmd6rj651nw4gld5nx00000gn/T/arduino_modified_sketch_982538/GatewayESP8266.ino:137: /Users/liorrubin/Documents/Arduino/libraries/MySensors-2.0.0/core/MyMainESP8266.cpp:13:26: fatal error: core_version.h: No such file or directory #include <core_version.h> ^ compilation terminated. exit status 1 Error compiling for board NodeMCU 1.0 (ESP-12E Module).
Even when i try to comment the "Include Schedule.h" then i got an error about the "core_version.h" file.
anyone ?
-
RE: π¬ Easy/Newbie PCB for MySensors
@sundberg84 I'm aware of it. I just ask to be sure.
Can you upload here an example sketch (v2.0) with battery reporting ? -
RE: π¬ Easy/Newbie PCB for MySensors
@sundberg84 is the board ready for Ver 2.0.0 ?
the final version announced yesterday at HERE, anyhow can you share an example of Node sketch ?