Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[AVR] Freeduino sketch uploading problem

Status
Not open for further replies.

ark5230

Advanced Member level 3
Joined
Jun 29, 2009
Messages
862
Helped
163
Reputation
324
Reaction score
140
Trophy points
1,323
Location
India
Activity points
6,187
I bought a Freeduino USB that is claimed to be compatible arduino uno.
Arduino IDE is installed and setup (needed drivers and resolving some issues).
The Freeduino board was not in the list of supported boards.
It was to be added as suggested by Freeduino site
IDE.jpg

IDE2.jpg
after modifications to the boards.txt file, the board is listed however uploading is not possible.
the error shown is:
"
Arduino: 1.6.12 (Windows 7), Board: "Freeduino USB w/ATmega8"

Warning: Board arduino:avr:probots doesn't define a 'build.board' preference. Auto-set to: AVR_PROBOTS
In file included from sketch\Blink.ino.cpp:1:0:

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:257:26: fatal error: pins_arduino.h: No such file or directory
#include "pins_arduino.h"
^
compilation terminated.
exit status 1
Error compiling for board Freeduino USB w/ATmega8"
If the added part is removed the board is not listed.

Any clues as to what is going wrong please
 

If you look thoroughly at the other boards.txt entries, you'll see that your newly added entry is incomplete, e.g. missing a xxx.build.variant line which points to the correct directory for pins_arduino.h.
 
Thanks for prompt reply FvM
Is there any suggestion as to how to fix it please?
I bought a new Arduino UNO R3 and tried that one.
Tested that one using the blink program from the Examples > Basic and it works.
Tried modifying the blinking time intervals it worked as per expectation.
Now I am trying to attach a VGA camera using Camera_OV0706_TEST.ino with Camera_OV0706.cpp and Camera_OV0706.h from

**broken link removed**

The title of the article is Use OV7670 Camera Module with Arduino which is bit confusing and the compilation gives lot or errors.

Any clue or suggestion as to how to proceed to get there.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top