Share your working BASCOM-AVR code here : A wav player using kokkekat fat and...
Hello Benoit , My wave player using m1280 and avr-dos this is must to do project :) , Thanks for sharing this amazing project
View ArticleBASCOM-AVR : M164def .dat ?? : REPLY
there is m164A and m164P and 164PA. m164 i do not know. but atmel does not know it either. maybe m164 is a sample. you always should check which chip you can actually buy.
View ArticleShare your working BASCOM-AVR code here : A wav player using kokkekat fat and...
I thought SD cards were 3.3v supply devices. Do they really survice long term at 5v? Peter
View ArticleShare your working BASCOM-AVR code here : A wav player using kokkekat fat and...
HI Pseddon The sd card is not supplied with 5 volt, the diode in serial shutdown the voltage to (5-0.6*3)VOLT for the signal bus the resistor limit the current,and the sd card got protect diode Inside...
View ArticleShare your working BASCOM-AVR code here : A wav player using kokkekat fat and...
Hi Benoit, Very interesting projetc, the 32 Mhz clock was a very good surprise ! Can you authorize me to reproduce your project for didatic purposes ( with your credits ! ) in one Brazilian Fórum...
View ArticleShare your working BASCOM-AVR code here : A wav player using kokkekat fat and...
hi alphawk no problem you can do the code need some improvement ,and if you do some thank you to post :wink:
View ArticleBASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
good afternoon gentleman, To help out Andrl I had the same problem www.Ledsee.com 128x64 cheap display with ks0108 tried and failed one whole day until I hooked up the scope to DB0 and saw "analog"...
View ArticleBASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
You can try the attached lib. It checks status before read/write.
View ArticleShare your working BASCOM-AVR code here : A simple WAV file player from an SD...
Hi Glena, Have you a version of your Wav Player for the xmega128A1? Best regards toto
View ArticleShare your working BASCOM-AVR code here : A simple WAV file player from an SD...
I don't have any xmega parts so I don't know what would need to be changed but I'm sure it could be made to work. Glen
View ArticleBASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
Hi Mark TNX a bunch! it work like a charm Wilfred
View ArticleBASCOM-AVR : LDC1000 : REPLY
Try adding MSbit of 1 to proximity address for a read operation: Ad=&HA1 My solution: [code:1:9d975b6f90]$regfile = "m168def.dat" $crystal = 8000000 Enable Interrupts Config Spi = Hard , Interrupt...
View ArticleVarious : Direkt an bascomu asm Ported for Video Out : REPLY
HELLO i am interested to help you in this project do you have a working code that you can post i have a atmega8 that can run at 40 MHZ YES YOU WELL READ 40MHZ is it enought for do something with vga...
View ArticleBASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
thanks for letting me know. you can thank O-Family, i was inspired by his mod :D I changed it in the official lib as well.
View ArticleBASCOM-AVR : Printing Arrays with Constant in Index - not correct? : REPLY
Hi Mark, Is it possible that the LCD command may have a similar problem as PRINT? [code:1:017261fc74] DIM A(3) as String * 3 , I as Byte A(2) = "HLP" : I = 1 LCD A(I + 1) [/code:1:017261fc74]
View ArticleBASCOM-AVR : Change W5100 IP , MAC , Gateway , Subnet from file on SD : NEWTOPIC
I can not work out how to change the TCPIP setting for W5100 from a file read from an SD card or how just to change them from defaults created with Config Tcpip. I have found Ben's DHCP example but...
View ArticleBASCOM-AVR : Xmega Interrupt OnChange : NEWTOPIC
Hello, Exists in a Xmega "Interrupt OnChange" possibility like in Atmegas? Best regards toto [b:bcce0a7510][color=red:bcce0a7510](BASCOM-AVR version : 2.0.7.2 , Latest : 2.0.7.6...
View ArticleBASCOM-AVR : BASCOM-AVR not saving state or settings : REPLY
I emailed support but I cannot leave the machine on 24-7 because its a laptop, and that is REALLY hard on laptops.... So knowing when its going to take place would be awesome.
View Article