Archive for January, 2010

Bascom-code on Arduino ;)

Sunday, January 31st, 2010

If you want to use your Arduino Duemilanove with Bascom-AVR and program it from within Bascom, these are the steps you could follow:

Copy avrdude.conf to the root of your PC

Put your USB Serial port on COM3 (Control panel)

Choose within Bascom an external programmer and type at programmer the path to the avrdude.exe include avrdude.exe
And at the parameters type:
-v -F -Cc:\avrdude.conf -p m328p -P com3 -c STK500v1 -b 57600 -Uflash:w:{FILE}:a

Now you can compile your Bascom-AVR program and send it right away from within Bascom.

weblog.bmp

avrdude.bmp

Arduino-code on Red Bokito

Saturday, January 30th, 2010

Well it works. The wiz_reset has to be added (PORTC.3 = 3 on Arduino) and to get the right xtal you have to change in the Arduino-0017/hardware/cores/arduino/Makefile

F_CPU = 8000000
Don’t forget to put it back to 16000000 afterwards.

wizzie.jpg

Arduino + Eth + Breadboard

Friday, January 29th, 2010

Very easy to control a few LEDs over the Internet with the Arduino, Ethernet Shield and a Breadboard. Have used the same pins as on the Red Bokito so it also should work on this device. On the pictures: a hardcopy of the browser-screen, a picture of the full assembly and a picture of the breadboard.

P1090120.jpg

relais.jpg

P1090115.JPG

Red Arduino?

Wednesday, January 20th, 2010

Bought an Arduino Duemilanove and an W5100 Ethernet Shield a few days back. Very nice board and a very nice development environment. Lots of examples on the Internet. Compared the Red Bokito schematics to the Arduino in combination with the Ethernet Shield and found out that there was only one pin that needed extra attention, the reset of the Wiz810MJ. So with an

Int wiz_reset = 3;
pinMode(wiz_reset,OUTPUT);
digitalWrite(wiz_reset,HIGH);

I got the Arduino ethernet software running on the Red Bokito.

Red_Arduino.jpg

Happy New Year

Sunday, January 3rd, 2010

20091231-happynewyear2.jpg