Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#include Library Problem #94

Open
SmolProjects opened this issue Jan 16, 2024 · 0 comments
Open

#include Library Problem #94

SmolProjects opened this issue Jan 16, 2024 · 0 comments

Comments

@SmolProjects
Copy link

Troubleshooting checklist

  • [Yes] I read the README (on master) thoroughly
  • [Yeah] I ran the MAX30100_Tester and I'm going to paste the output down below
  • [OK] I filled in all the details of my setup down below

Description of the issue

I'm an 8th grader making a science fair project where I create a pulse oximeter using an Arduino Nano Every chip. I uploaded all the libraries, however, for the MAX30100, I couldn't find a library named, "MAX30100_PulseOximeter.h", which the program code calls for. Below is the output after I verify my sketch. Could you please help me find out what I'm doing wrong, and what that output is telling me to do, as I am completely new to Arduino.

Output from MAX30100_Tester example

C:\Users\omera\AppData\Local\Temp.arduinoIDE-unsaved2024015-1856-3310eq.vha6y\sketch_jan15b\sketch_jan15b.ino:2:10: fatal error: MAX30100_PulseOximeter.h: No such file or directory
#include "MAX30100_PulseOximeter.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: MAX30100_PulseOximeter.h: No such file or directory

Details of my setup

  • Arduino hardware: Arduino Nano Every, MAX30100 Heart Rate Oximeter Sensor Module, HiLetgo SSD1306 OLED LCD Display
  • MAX30100 breakout: what does this mean
  • Arduino framework version: Arduino Ide is at version 2.2.1.
  • MAX30100 library version: The MAX30100 library that I used is simply called "MAX30100". It was the one made by Connor Huffine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant