winkj / arduino-sdp

Sensirion SDP3x and SDP8xx driver for Arduino platform
BSD 3-Clause "New" or "Revised" License
2 stars 16 forks source link

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

Open JasperTavernier opened 5 years ago

JasperTavernier commented 5 years ago

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 commented 5 years ago

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