At a fair last week, a gadget for the vistors. The Helios. An Arduino Leonardo compatible running at 3,3 volt on 8 Mhz.
In the picture connected to a Diamex All-AVR programmer and a first test with Bascom-AVR is running.
Helios has a Wifly module, eeprom, led-marquee, RGB-Led, light sensor and a temperature sensor
[img:23f4846e49]http://members.home.nl/hobbycorner/images/helios.jpg[/img:23f4846e49]
And here the first step, blink.
[code:1:23f4846e49]'Helios
'remove the battery
$regfile = "m32u4def.dat"
'define used crystal
$crystal = 8000000
$baud = 9600
Print "Test"
Config Portc.7 = Output
Do
Set Portc.7
Wait 1
Reset Portc.7
Wait 1
Loop
End[/code:1:23f4846e49]
Have fun
Ben Zijlstra
↧