Brain Machine Firmware

USB AVR Programmer and SPI interface. Adafruit's USBtinyISP.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
garyindra
 
Posts: 2
Joined: Sun Sep 07, 2014 6:47 pm

Brain Machine Firmware

Post by garyindra »

I built the Brain Machine and it works great. I also built the USBtinyISP programmer so I could install new/edited firmware and change the brain wave sequences. The programmer works great too when I use the avrdude commands.

I downloaded the firmware files and edited the .C file to change the sequences. So far so good. I have not met with success compiling the file though. I am not a programmer so am learning as I go along here.

I downloaded Visual Studio Express for Desktop. By going to the command prompt I was able to give the compile command. However it comes back with errors. It cannot find the Include files. Nor can I.

I am working on a Win7 64bit machine.

Any help would be greatly appreciated.

User avatar
Franklin97355
 
Posts: 23910
Joined: Mon Apr 21, 2008 2:33 pm

Re: Brain Machine Firmware

Post by Franklin97355 »

However it comes back with errors.
Exactly what does it say? If you are programming Atmel chips I would recommend AVR studio. You can see a video on it here.

User avatar
garyindra
 
Posts: 2
Joined: Sun Sep 07, 2014 6:47 pm

Re: Brain Machine Firmware

Post by garyindra »

Thanks. I'll check the video out. The errors are all related to the .h files being missing. In other words it seems to be looking for the INCLUDE files.

Locked
Please be positive and constructive with your questions and comments.

Return to “USBtinyISP”