@Bandra great we wait patiently!
Dvbit
Posts
-
My Ideal sensor node PCB -
My Ideal sensor node PCBHi
I would also benefit from the sharing on OSHPark or similar sites as I am a total newbie.Btw thanks to all the pros for their great work ;-)
Bandra your design is for now the one that gets closer to my desires. Really nice compact and flexible
-
My sensorboard MYS 1.0betaDo you pan to is sue also a battery based version?
-
MySensors battey board revision 1.0looks very good indeed. Any ETA on production?
-
A compendium of hardware boards to support MySensor nodesAbout the;
SeeedStudio DevDuinos http://www.seeedstudio.com/depot/s/devduino.html?search_in_description=0Has anybody tested it with the mysensors vera gateway?
Does it work?
For a newbie like me it is attractvive as it requires minmal soldering activities/knowledgeThanks for your feedback
-
Building an IR BlasterLa librairie IRremote permet la reception et l’émission de codes IR (Infrarouges) selon différents protocoles, la rendant compatible avec la plupart des télécommandes IR, et des appareils télécommandés par IR disponibles sur le marché.
Dans ce plugin, seule la partie réception de la librairie est utilisée (rien n’empêche la réalisation d’une interface d’émission, sauf que je n’en ai pas l’usage J ).
Irrlib supports input and output...then
The last sentence is "nothing blocks from developing an output interface but I do not need it"Cheers
-
Building an IR BlasterOk. Please note that the guy in the post above talks about bidirectional signal "easily doable" in his post.
You may want to ask him ;-)
Tx for your wrk -
Building an IR Blaster@steets250 Hi there
I did not notice this interesting topic til today.This might help:
http://blog.univers-domotique.com/2013/10/plugin-vera-arduir/
Give it a google translate ;-)
-
Liion batteriesLi like lithium ion in my post... Doh
-
Liion batteriesGreat. Tx
-
Liion batteries@axillent thanks a lot for your answer and patience with a newbie like me...
The Ldo is needed just with rechargeable cr2032?Thanks
-
VERA 2 Device InstallVera is temperamental at least ...
I have some plugins that once worked now not. Apparently nothing changed -
VERA 2 Device InstallThanks. So i go a ahead and hold thumbs
-
Liion batteriesI am planning to use it with pro mini 3.3 v
-
Liion batteriesI am thinking about the cr2032 (due to size) I need a step up in this case. Correct?
Sorry for the newbie qn -
VERA 2 Device InstallI am Planning to buy some sensor. Is vera 2 supported? Or is it just vera lite ?
-
Arduino Nano Gateway for Vera - PCB linkThanks. Fantastic.
I am looking for somebody wanting to share the order with me.
I will order from Italy (Rome) so ideally other Italians would be better (shipping costs wise) even though all Europeans are welcome.Please pm me.
-
Liion batteriesHas anyone tried this? https://learn.adafruit.com/li-ion-and-lipoly-batteries
More in general what are the options to power a pro mini 3.3v? -
Sensors dbNot showing off actually a project but submitting a supporting proposal.
My proposal is to keep also a more structured repository of sensors developed.
The idea was born out of my need to do a shopping list of components I would need to thinker with mysensors.
So an excel with a row for each component listed in the store section of the site was born the rightmost columns having a header with sensor name and having a quantity in the corresponding row for each of the component needed in the assembly.
In the column related to each sensor further info could be stored (author, web link, implementation notes etc...)
Then one could have also a practical excel with a total quantity and price of components to be ordered or their order status
This could be shared and put on the site for the benefit of all.Just posted the Excel in the micasa forum threadMySensorsBOM.zip
now including the Excel :-) -
One Arduino with multiple functionsI am a total newbie in arduino but I would guess that the only common pin among different attached sensors could be the ground one.
The other pins transport sensor specific tensions levels (related to event for that specific sensor) so I uses you should use other pins and modify your sketch accordingly to monitor each pin for each function. All of that in the same main arduino polling loop.Experts please correct me if I am wrong .