Hi Robert. I'm trying to upload Arduino code on a Nano but I got the error "fatal error: OneWire.h: No such file or directory". I got the 1.6.7 IDE. I'd like to build the full version for DRV8825 and BT. I suppose I'm missing something with Arduino libraries.
Gigi
EDIT: Arduino code Focuserv250_DRV8825_HW203_F_BT
EDIT2: Downloaded OneWire lib from http://playground.arduino.cc/Learning/OneWire, now "DallasTemperature.h: No such file or directory"
EDIT3: Downloaded DallasTem lib from https://github.com/milesburton/Arduino-Temperature-Control-Library, now LCD.h not found
Last edit: GigiG 2017-01-17
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Robert. I'm trying to upload Arduino code on a Nano but I got the error "fatal error: OneWire.h: No such file or directory". I got the 1.6.7 IDE. I'd like to build the full version for DRV8825 and BT. I suppose I'm missing something with Arduino libraries.
Gigi
EDIT: Arduino code Focuserv250_DRV8825_HW203_F_BT
EDIT2: Downloaded OneWire lib from http://playground.arduino.cc/Learning/OneWire, now "DallasTemperature.h: No such file or directory"
EDIT3: Downloaded DallasTem lib from https://github.com/milesburton/Arduino-Temperature-Control-Library, now LCD.h not found
Last edit: GigiG 2017-01-17
Try the instructions in this document
If you have LCD issues (ONLY if after trying above the LCD does not work as expected) - see
https://sourceforge.net/projects/arduinoascomfocuserpro2diy/files/LCD%20ISSUES/
so if i understand this correctly if i use an OLED, i do not need the LCD.h library?
Yes this is correct. For the OLED you only need the files that are in the same folder as the Arduino firmware file.
https://sourceforge.net/projects/arduinoascomfocuserpro2diy/files/DRIVER%20BOARDS/BOARD%20DRV8825_HW203/BOARD%20DRV8825_HW203_OLED/
for the schematic and layout
and
https://sourceforge.net/projects/arduinoascomfocuserpro2diy/files/CODE%20ARDUINO/DRV8825_HW203_F_OLED/
for the firmware (you must place all those files in the same folder)
many thanks!