BASCOM-AVR : Getting Xmega128A4U usart0 working : REPLY
Don't worry. I have also not worked a lot with the Atxmega. Have fun Ben Zijlstra
View ArticleShare your working BASCOM-AVR code here : NOKIA-N73 LCD Library : REPLY
Mrshilov! Thanks for sharing the project! Can you provide some PCB drawing or photos of the adapter board? I would like to use this with my xmega128.
View ArticleShare your working BASCOM-AVR code here : NOKIA-N73 LCD Library : REPLY
PCB in Cadsoft Eagle format. Pin compatible with ILI9325-8-bit LCD.
View ArticleShare your working BASCOM-AVR code here : NOKIA-N73 LCD Library : REPLY
Thanks!! Somehow I will try to make this PCB. This would be my first board which uses SMD components.
View ArticleBASCOM-AVR : Proteus 8.1 and Bascom 2.0.7.7 : REPLY
Oke. I have download the new bascomp.exe and add the "auto" to the command line and recompile my code. It compile now quicker and my code works fine. thanx fot the support.
View ArticleBASCOM-AVR : Getting Xmega128A4U usart0 working : REPLY
topic cleaned up We want to keep things friendly in this forum. Please behave polite
View ArticleBASCOM-AVR : XTEA encryption problems : REPLY
can't find B4A xtea algorithm, do you have a link for it ?
View ArticleBASCOM-AVR : XTEA encryption problems : REPLY
The library is in the B4A forums under libraries, search for XTEA B4A. Anways, ill make it a bit easier, here is the source code: [code:1:90de5d2a12] package XTEALIB; import...
View ArticleBASCOM-AVR : Add push button : REPLY
[quote:637fc16bf7="amirf"]see bascom manual , you may use debounce command[/quote:637fc16bf7] Thanks Amir. I see, but can you write the code using debounce command? i don't know from where i started...
View ArticleBASCOM-AVR : Add push button : REPLY
here is something to start playing with for buttom press i used Bitwait Pinb.1 , Set 'only 1 step pr push Waitms 200 ' or use waitms 200 then it steps every 200 ms...
View ArticleBASCOM-AVR : XTEA encryption problems : REPLY
Here is my control example: Bascom with those code: [code:1:c0c57f670a] Dim Key(16) As Byte ' 128 bit key Dim Msg(32) As Byte ' this need to be a multiple of 8 Dim B As Byte ' counter byte Dim C As...
View ArticleBASCOM-AVR : Add push button : REPLY
Kimmi, Thanks for give some code. i try to use this code. So now i'll attach the schematics and purpose of this tools. please help me to give code for this schematics. this is link of my schematics...
View ArticleShare your working BASCOM-AVR code here : Motorola-C115 and V180 libraries :...
[b:9d64ea9071]MOTOROLA-C115[/b:9d64ea9071] (C116, C117, C118, C123) B&W display with resolution [b:9d64ea9071]96x64[/b:9d64ea9071]. It operates via [b:9d64ea9071]I2C[/b:9d64ea9071]:...
View ArticleBASCOM-AVR : Getting Xmega128A4U usart0 working : REPLY
[quote:b02c5bd7ea="kimmi"]We want to keep things friendly in this forum.[/quote:b02c5bd7ea] Friendly or dumb? If the TO would have provided sufficient information in his opening post and if he would...
View ArticleVarious : Add push button : REPLY
Oh i'm sorry kim, yes this is i attach the schematics on zip.. Your code is work and no problem.. Thanks so much.. and i call your code for Tat Twam asi V1.0.. This schematics is different with the...
View ArticleBASCOM-AVR : Getting Xmega128A4U usart0 working : REPLY
I have been using xmega for a few years now. I have not used "xm128a4udef.dat" this particular part. $regfile = "xm256a3def.dat" 'if I ever write enough code '$regfile = "xm192a3def.dat" '$regfile =...
View ArticleBASCOM-AVR : ADC - Sampling differential voltages at different time possi :...
Hi, I would like to measure the inductivity of a coil. It has to be fast (~0.2 msec) and 'accurate'. As far as I understand: the samples for a differential ADC measurement are taken for both channels...
View ArticleBASCOM-AVR : config RC5 what wents wrong? : NEWTOPIC
my experience shows no effect definig different pins in Config Rc5 = Pinb.1 , Timer = 1 , Mode = Background 'config RC5 receiver port Config Portb.1 = Input Portb.1 = 1 I allways have to connect the...
View Article