How to measure small vibration?
I must measure when a vaskemasine stops , there are some who know what sensor i should use ?
Posts made by jesper
-
How to measure small vibration
-
RE: 2AA Sensor Board + RPI Gateway + RGBW Dimmer
It is interesting, what is the status ? ,
Have you have tested the 2AA Sensor Board + RPI Gateway and it works well. -
RE: Low power display
Thankes, From what I can see they are very expensive, get there other or type?
-
Low power display
Hi
Looking for low power display to a sensor it running on battery.
Anybody know what type/model i have to uses? -
3D Box
Now is the time to make a Project box for my prototype.
What kind of program should I use to create a 3D file ?
Since I do not have a 3D printer , there are some who know a place on the Internet where it is possible to get 3d file print and get the pototype/project box -
RE: Find an error.
I thank you for the good advice .
If I had had one, to make such a print what the price would be? .
Anybody know a place where you can get made sheet to board -
Find an error.
Hi
Is it some one can see if there is an error , or it could be made in a different or better way -
RE: Sensor board with booster and supervisor
Hi
It sounds mega exciting.
What is the status and how much power does it uses? -
RE: My sensorboard MYS 1.0beta
Hi
Have a question.
if I want to buy YS1.1 pcb + components and YS1.1 pcb . How do I buy so only once shipping? -
RE: One way on how to reuse 433MHZ alarming sensors for Mysensors
It is interesting , it is possible to see the program code
-
RE: Gateware with nRF24L01+ and RFM69HW
Yes, that's right
Is it possible to put two gatware on the same system one with nRF24L01+
and another RFM69HW can Domoticz control it ?
Otherwise, use two gatware with MQTT on the same system? -
Gateware with nRF24L01+ and RFM69HW
Hey guys,
Are there some who have tried the "Wireless Gate Shield " with MySensor software?
http://www.seeedstudio.com/wiki/WireLess_Gate_Shield_V1.0Is it possible that had a gateware with nRF24L01+ and RFM69HW and ethernet on same Arduino
with MySensor software , from what I can see there can only be used on one of those times .from MyConfig.h
ifdef MYSENSORS_RF_NRF24
include " MyRFDriverNRF24.h "
typedef class MyRFDriverNRF24 MyRFDriverClass ;
endififdef MYSENSORS_RF_RF69
include " MyRFDriverRF69.h "
typedef class MyRFDriverRF69 MyRFDriverClass ;
endif -
RE: nRF24L01 + and 433MHz RF on the same Gateware
It will be the same protocol .
That's because the 433 Mhz sensor can range where nRF24L01 can not.
As the picture .
-
nRF24L01 + and 433MHz RF on the same Gateware
Hi,
Is Anybody know if it is possible to have nRF24L01 + and 433MHz RF on the same Gateware ?
If not how can you connect one 433Mhz sensor to MySensors network ?