oxullo / Arduino-MAX30100

Arduino library for MAX30100, integrated oximeter and heart rate sensor
GNU General Public License v3.0
190 stars 134 forks source link

Wiring for NodeMCU-esp8266 #24

Closed anwarbashir closed 7 years ago

anwarbashir commented 7 years ago

Troubleshooting checklist

Description of the issue

Output from MAX30100_Tester example

Details of my setup

Would be graet if I could get your code working with my nodemcu-esp8266.

oxullo commented 7 years ago

Hey @anwarbashir in the readme it is explicitly stated that the most critical thing to check are the two 4.7kOhm pullups on SDA/SCL lines.. Note also that MAX30102 is not supported, so make sure you have a MAX30100 on your breakout. I do not support esp8266, but if you make it working please let me know

anwarbashir commented 7 years ago

Hi, sincere apologies, I should have read the information properly. I am trying to get an ESP32/ESP8266 to interface with MAX301002 that has breakout with circuitry already attached. To begin the process of developing a heart-rate monitor interface I have connected to a Raspberry Pi and using an IC2 library available at http://wiringpi.com/reference/i2c-library/ I am begining the journey. I have published my code on github at https://github.com/anwarbashir/max301002-raspi. At the moment it simply obtains the part id (I think it works but I am checking). Please feel free to keep an eye on this... Again my apologies for not reading your documentation properly even though you have made the process clear.

On 5 August 2017 at 16:10, OXullo Intersecans notifications@github.com wrote:

Hey @anwarbashir https://github.com/anwarbashir in the readme it is explicitly stated that the most critical thing to check are the two 4.7kOhm pullups on SDA/SCL lines.. Note also that MAX30102 is not supported, so make sure you have a MAX30100 on your breakout. I do not support esp8266, but if you make it working please let me know

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/oxullo/Arduino-MAX30100/issues/24#issuecomment-320448936, or mute the thread https://github.com/notifications/unsubscribe-auth/AIAcZ615BP9cyPyaK6150-eZHvfMyY7Lks5sVIXOgaJpZM4Oosaa .

oxullo commented 7 years ago

No prob! I'll keep an eye on your repo!

madhujiot commented 6 years ago

hi, I guess am able to interface with MAX30100 module using NodeMCU ESP12 config. Am getting HeartRate and SPO2 value(%) appropriately as expected. Please let me know for any help and if you are still stuck with this. Will post the details soon.

Praveen-dhanasekae commented 6 years ago

@madhujiot can you please help me with those codes ? i m stuck withit , i dont find libraries to use.

madhujiot commented 6 years ago

Sure, I am stuck with some other work. In couple of days, I will post there.

On 9 January 2018 at 20:49, Praveen-dhanasekae notifications@github.com wrote:

@madhujiot https://github.com/madhujiot can you please help me with those codes ? i m stuck withit , i dont find libraries to use.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/oxullo/Arduino-MAX30100/issues/24#issuecomment-356314325, or mute the thread https://github.com/notifications/unsubscribe-auth/AK7WPuGvkBCvFChxH3zVzWI7yOcp4h7Wks5tI4OGgaJpZM4Oosaa .

-- Thanks, Madhu

::DISCLAIMER::


The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.


Praveen-dhanasekae commented 6 years ago

thank you @madhujiot

Praveen-dhanasekae commented 6 years ago

@madhujiot i really need this . Can you upload it faster? i need it to move to the next step .My schedule to finish it is very less .So please make it faster.

madhujiot commented 6 years ago

really Sorry as I wanted to send now, but before that I thought I will check with my Nodemcu, its crashing due to some library issues or some other recent updates on my IDE, not sure.. will rectify and send.

On 12 January 2018 at 20:22, Praveen-dhanasekae notifications@github.com wrote:

@madhujiot https://github.com/madhujiot i really need this . Can you upload it faster? i need it to move to the next step .My schedule to finish it is very less .So please make it faster.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/oxullo/Arduino-MAX30100/issues/24#issuecomment-357258380, or mute the thread https://github.com/notifications/unsubscribe-auth/AK7WPqYAYcWkOzVm2uEcYlbkDEmWgWHsks5tJ3GpgaJpZM4Oosaa .

-- Thanks, Madhu

::DISCLAIMER::


The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.


Praveen-dhanasekae commented 6 years ago

ok @madhujiot try to send it soon ... can you tell me like what were the libraries used by you ?i ll try it from my part..

madhujiot commented 6 years ago

hi Praveen,

I used MAX300 library from OXullo only (MAX30100_PulseOximeter.h) with PulseOximeter as the interface and wire.h for I2C operations.

I need to cleanup a lot my laptop before I re-instantiate the Arduino and sensors setup, it may take a while.,

On 15 January 2018 at 10:03, Praveen-dhanasekae notifications@github.com wrote:

ok @madhujiot https://github.com/madhujiot try to send it soon ... can you tell me like what were the libraries used by you ?i ll try it from my part..

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/oxullo/Arduino-MAX30100/issues/24#issuecomment-357580842, or mute the thread https://github.com/notifications/unsubscribe-auth/AK7WPgEDS0I0NdHajPDVLREiEDoy_c7Oks5tKtUWgaJpZM4Oosaa .

-- Thanks, Madhu

::DISCLAIMER::


The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.


karimiahmad commented 6 years ago

Hi @madhujiot ,@oxullo , @anwarbashir

I want to run MAX30100 with nodeMCU. Can you upload the updated code? https://www.sunrom.com/m/5337 https://www.banggood.com/V3-NodeMcu-Lua-WIFI-Development-Board-p-992733.html?cur_warehouse=CN

Thanks a lot.

esz11 commented 6 years ago

Hi @madhujiot
1.Did you add pull up resistors to the SDA and SCL lines ? 2.Did you make any modifications to the MAX30100 library ?

Thanks

Phi-Van-Lam commented 6 years ago

Thanks! I tried but not success! Could you help me by how to run this programe on my Pi?