Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Peter23
#41329 I'm doing a school project which is a wearable device that can detect fall of elderly people. using accelerometer sensor with ardunio board. and once a fall is detected so the device can send a warning message to web server.
My Question:-
how I can connect nodemcu and arduino board so when the fall is detected i can send a warning message to webserver using nodemcu ?
User avatar
By bobcroft
#41500 Peter, you do not need to use an Arduino you can connect the accelerometer to the ESP directly. If the accelerometer is a 5 volt device you will need level shifters to match the 5 volt to the 3.3 volt inputs of the ESP. The other issue will be the power source because the ESP uses a considerable amount of current when transmitting. A rechargeable LIPO would be worth looking into.
I do not use nodeMCU myself as I prefer the esp/Arduino method of coding the ESP. However, what you want to do should be possible in nodeMCU particularly if the accelerometer is an I2C device