Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

sdp8xx:3:23: error: sdpsensor.h: No such file or directory #2

Open
JasperTavernier opened this issue Feb 13, 2019 · 1 comment
Open

Comments

@JasperTavernier
Copy link

I'm upgrading my project with the SDP810-500Pa sensor. (Previously used the SDP610 without any problems.) So I basically just tryed your library example on a Pololu Astar 32u4 Micro (Arduino micro cloon) and I dont seem to get rid of these errors:

Arduino: 1.8.8 (Windows 10), Board: "Arduino/Genuino Micro"

... (Left some out to make it to the point, if needed will post full error report)

IC:\Users\Jasper\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.23\libraries\Wire\src" "C:\Users\Jasper\AppData\Local\Temp\arduino_build_837298\sketch\sdp8xx.ino.cpp" -o nul
sdp8xx:3:23: error: sdpsensor.h: No such file or directory

compilation terminated.

Using library Wire at version 1.0 in folder: C:\Users\Jasper\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.23\libraries\Wire
exit status 1
sdpsensor.h: No such file or directory

I use a 10k pull up resistor between SDA and 3,3V and between SCL and 3,3V and a 0,1uF condensator between GND and VCC.

I hope you can help me,

Sincerely,

Jasper

@winkj
Copy link
Owner

winkj commented Feb 22, 2019

The key part in your report is sdpsensor.h: No such file or directory

sdpsensor.h is part of this project, so it looks like the library was not properly installed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants