@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
Posts
-
Multi-sensors board -
Multi-sensors boardDoes anyone know if there are boards which combine some sensors on one board ?
for ex. Temp + Hum + PIR + Light ?Thanks,
Lior -
💬 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.
-
💬 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
-
💬 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 Pluginanyone ?
-
Updated UI7 PluginDue 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
-
MySensors 2.0.0 ReleasedHi, 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 ?
-
💬 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 ? -
💬 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 ? -
Raspberry PI as a Gatewayis it able ? if so, how to implement it ?
BTW, for the PINE A64 device is able to use it as gateway also ?
-
Easy/Newbie PCB for MySensors@sundberg84 I have all these ... I meant for the Pro Mini 3.3V that you used in your design.
I ordered some from Chinese supplier but the board was damaged ( cannot upload sketches to them).where did you get yours ?
-
Easy/Newbie PCB for MySensors@sundberg84 Thanks, I'll try to play with the Pro Mini :)
BTW - can you recommend for good supplier from eBay\AliExpress\Etc. ? -
Easy/Newbie PCB for MySensors@sundberg84 Nothing special behalf of the face that it easier to program it (it has mini USB onboard).
-
Easy/Newbie PCB for MySensorsHi there !
@sundberg84 very nice job ! :)
is there any plan to fit the board for the Arduino Nano (5V) ? -
Send heartbeat message from Vera@hek I'm aware of all you says.
Is there any roadmap for the Vera Plugin ?I think that the plugin need to get attention...
-
Send heartbeat message from VeraI found that the following luup command send the variable V_VAR5 with payload (value=2):
luup.call_action("urn:upnp-arduino-cc:serviceId:arduino1", "SendCommand", {radioId="1;255", variableId="VAR_5", value=2}, 98)is there any way to send the subtype message I_HEARTBEAT ?
-
Send heartbeat message from Veraanyone ?
-
Node with DHT moduleIs it able to send from Vera the delay between each message that the module send ?
for example, i have a node with DHT module which send the temp and hum to the gateway, can i control the delay between these messages ? can i send a message from the Vera to the node "to give me the numbers NOW" ? -
Send heartbeat message from Verais there anyway to send this message ?
I'm not so Luup script expert but i think it should be able, anyone ?