RouquinBlanc / ArduinOregon

Get data from sensors, and emulate an Oregon module via Arduino
GNU General Public License v2.0
9 stars 2 forks source link

Only send as an Oregon sensor. #1

Closed bongolf closed 6 years ago

bongolf commented 8 years ago

Hi!

I found this work of yours that seems to include just what I´m looking for, an Arduino library to send sensor data as an Oregon sensor. I´ve tried for a while now but I can't get it working (the last error is: "'BTHR918N' does not name a type") Would it be possible for you to publish an easy example of just sending sensor data using the Oregon library?

RouquinBlanc commented 8 years ago

Hi Bongolf,

Did you put the content of the "libraries" folder into your Arduino's library folder (and perform a restart of the Arduino IDE)? It looks like the script is not finding the class BTHR918N which is defined in those files, which have to be in the Arduino path in order to be compiled.

Jonathan

RouquinBlanc commented 8 years ago

Ho, I just checked, and the BTHR918N was not merged on the original repo yet. Please use this instead: fork of OWL-CM180