Share your working BASCOM-AVR code here : ILI9325 display 2.4 inch 8 bit mode...
Hi Ben. Is it possible to alter the code for the horizontal position of the display? Thanks in advance.
View ArticleBASCOM-AVR : Bootloader suddenly stopped working? : REPLY
I tried disconnecting ALL other h/w - no success. Since the micro seems to properly execute the last program I loaded, it seems not completely damaged. What I could think of is a corrupted address...
View ArticleBASCOM-AVR : conversion to latest version : NEWTOPIC
please help me to convert this code to the latest version. Thanks before [code:1:43e76b27f5]' {$STAMP BS2} ' {$PBASIC 2.5} SDA PIN 0 ' SDA of gyro connected to P0 SCL PIN 1 ' SCL of gyro connected to...
View ArticleBASCOM Project Blog : Working with ADC128D818 12 bit ADC & system monitor :...
Now while working with the MAX1238/9 12 bit ADC and looking for low cost devices this one came up http://www.ti.com/product/adc128d818?qgpn=adc128d818 This is a very interesting device it is a 12bit 8...
View ArticleBASCOM Project Blog : Working with ADC128D818 12 bit ADC & system monitor :...
Step two write to the registers: This code first reads the value in the interrupt mask register (0000_0000 default) then writes 1001_1001 to it then reads it again to see the value changed Note the...
View ArticleVarious : conversion to latest version : REPLY
Hi, Forum have a search funtion and if you use this you can find sample code for [b:0a7c6a75e2]L3G4200D[/b:0a7c6a75e2] by glena
View ArticleBASCOM-AVR : Bootloader suddenly stopped working? : REPLY
You did not ask, but I'll mention it anyway. One can get a USBAsp programmer on eBay for about $3 USD. There are several Threads on the AVRFreaks Forum about the software used to drive it. The cheap...
View ArticleBASCOM-AVR : Cursor On Blink problem : NEWTOPIC
Hello, Using a 240x64 graphic LCD with T6963C chipset, some times the CURSOR ON BLINK command does not work well. It occurs that the cursor does not blink, or see in half, or do not see. Help, thank...
View ArticleBASCOM-AVR : strange biniary output Part2 : NEWTOPIC
For some reason the topic from MHZ [i:6e1c1363bc]strange biniary output[/i:6e1c1363bc] is locked, so must start a new one. But the other conclusion we can make is that the Bascom simulator does not...
View ArticleBASCOM-AVR Old versions : a strange problem about Atn function : REPLY
I test all trigonometric functions in BASCOM, all of them have this issue in my project code, anybody can give me some clues?
View ArticleBASCOM-AVR Old versions : a strange problem about Atn function : REPLY
Increase framesize. The Help is helpfull ;) It's a good habit to add this information in the program, rather than using the compiler defaults. [code:1:7398b629d8]$regfile = "m32def.dat" $crystal =...
View ArticleBASCOM Project Blog : Working with ADC128D818 12 bit ADC & system monitor :...
Now that we can read and write to the chip we can get it working. Since it can measure temperature we will read this value Now first we must > 1: Enable startup of monitoring operations Then >1:...
View ArticleBASCOM-AVR : Cursor On Blink problem : REPLY
@atmega64, look here, http://www.delucagiovanni.com/public/phpbb3/viewtopic.php?f=9&t=586&p=3118#p3118
View ArticleBASCOM-AVR : dont config graphics lcd : NEWTOPIC
I have winstar WG12864B Graphic Display. There is controler NT 7108 or equivalent. I couldnt use CONFIG GRAPHLCD because there are 2 cs pins and rd /wr same port ı use data port a, control port c...
View ArticleAVR-DOS : m128can : NEWTOPIC
Does anyone know if I can use AVR DOS and the uSD card drivers with the m128can and what might be different from using the m128?
View ArticleShare your working BASCOM-AVR code here : How to use 2 MSGEQ7 to give 14...
Hi, I made one spectrum analizer with one Arduino, 2 MAX7219, 2 Led Matrix commom catode, and 2 MSGEQ7. The 14 frequencies showed are this : 41 , 63, 102, 160, 256, 400, 640, 1000, 1600, 2500, 4000,...
View ArticleBASCOM-AVR : new dat files for PDF update : REPLY
Hello Mark, THANK YOU for this really great solution! Again YOU are investing time and money to make things better for us users. Regards Stefan
View ArticleBASCOM-AVR : Atmega-128AU : NEWTOPIC
Hi all, I think, I have similar problem like this [url]http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=11597&highlight=atmega128[/url]. I tried very...
View ArticleBASCOM-AVR : Atmega-128AU : REPLY
RTF help file [code:1:67a7345768] Config PIND.4 = Output Piezo Alias PIND.4 [/code:1:67a7345768] Should be [code:1:67a7345768] Config PORTD.4 = Output Piezo Alias PORTD.4 [/code:1:67a7345768]
View Article