@victus Im not familiar with this components you mention, you need to test yourself, cant help you with the technical stuff.
It does not seem to be a fully functional ECG but a heart rate monitor. As epierre said above, you need to define if you want to monitor or have a fully functional ECG, its a big difference. With a monitor all you get is pretty much your heartrate and you can detect arytmias. A fully working ECG is normally made with 12 leads and is used to in detail know how the electrical depolarisation from different time and direction/place within the heart muscle works. Holter is a example of a heart rate monitor over time.
@Puneit-Thukral
Could you post your full working sketch please?
I'm revisiting some of my 51822 nodes that have sat collecting dust for a long time and thought i might try to get them working again.
@alexsh1 the reason i am using the 18650's is the fact i have a steady stream of them coming in for my large battery packs. I have a couple hundred that aren't dead but just aren't quite up to to the standard i am putting in my big packs.
@drock1985 said:
Hey @Pierre-P
Yeah, you would need a new gateway for each radio type.
I found a new mysensors page ! here:
https://www.mysensors.org/download/sensor_api_15#create-repeating-nodes
Advanced initialization
It's also possible to construct an instance with RFM69 radio driver and/or enable signing support. You can choose one of the following radio drivers:
MyTransportNRF24 transport(RF24_CE_PIN, RF24_CS_PIN, RF24_PA_LEVEL_GW);
or
MyTransportRFM69 transport(RFM69_FREQUENCY, RFM69_NETWORKID, RF69_SPI_CS, RF69_IRQ_PIN, isRFM69HW, RF69_IRQ_NUM);
@scalz said in HALO : ESP32 multi transport GW/Bridge for Mysensors:
the webapp was great, but I converted it to native crossplatform app for better versatility&perf, so I can use one app for my devices, like Ethernet for HALO etc, or Serial for my other Janus gw dongle, bluetooth..
To be honest, I've not updated anything yet for a few reasons, like very little spare time for a public release + support for such "big" project. (easier to handle local projects).
Sorry, still no eta for the moment..
It is clear that there is not enough time. But this project can become popular. That's what's missing MySensors. ...This void must be filled.