BASCOM-AVR : Arduino M2560 Soft RTC : NEWTOPIC
Using the example from the help file(below). The clock doesn't increment. [code:1:c40252cd25] $regfile = "m2560def.dat" ' specify the used micro $crystal = 16000000 ' used crystal frequency $baud =...
View ArticleBASCOM-AVR : Arduino M2560 Soft RTC : REPLY
like the help says : For the USER mode you need to connect a special low frequency crystal with a value of 32768 Hz. maybe i need to change font to [b:e220aea904]For the USER mode you need to connect...
View ArticleBASCOM-AVR : Arduino M2560 Soft RTC : REPLY
Mark, I must be really missing something........ BOTH cases are using the Config Clock = Soft The example soft clock doesn't increment time but Luciano's does. I am not adding an external xtal to make...
View ArticleBASCOM-AVR : Arduino M2560 Soft RTC : REPLY
The soft mode uses an ASYNC timer that was created by atmel just for this purpose. But it needs an external xtal. you can tweak it like Luciano by using a different timer which is not async and does...
View ArticleBASCOM-AVR : Arduino M2560 Soft RTC : REPLY
Mark, Many, many Bascom revs ago I used this SOFT function(2005), IIRC. I might have had the 32.768KHZ enabled on the STK501 and just forgot.... You are correct, not that I doubted you. Done this...
View ArticleBASCOM-AVR : Options problem : REPLY
[quote:c986b8d31e="MAK3"]How about using the Default button ? It will be saved in a NONAMEX.CFG file. Now I see your picture. Which Windows version and which bascom version ?[/quote:c986b8d31e] And...
View ArticleBASCOM-AVR : beg on my base correction : NEWTOPIC
hello all, please have a base in the correction I was there fault,, where lies the fault, and the like where to fix it. thank you [code:1:2dc74ffcf9]' * * * * * * * * * * * * * * * * * * * * * * * * *...
View ArticleBASCOM-AVR : RTD PT1000 : REPLY
The RTD are a sensor resistive of temperature, yuo should be make a wheastone bridge for the RTD, whith the wheatone bridge you have a voltage and this voltage enters the digital analog converter of...
View ArticleBASCOM-AVR : Graphic LCD 240x128 (T6963C) biger Fonts / Level Shifter Xme :...
Does this solution serves to variables?
View ArticleBASCOM-AVR Old versions : Xmega buttons and noises : REPLY
If the software thinks that a button is pressed when it is not but only you hand is nearby the button i recommend to take a look at the hardware.
View ArticleBASCOM-AVR : Preferred editor fonts IDE? : NEWTOPIC
Hi all, I was not so happy with de editor font in the IDE and tried something else. Actually wanted something like Fixedsys or Terminal. By messing around I lost the original Bascom setting and could...
View ArticleBASCOM-AVR : microwire serial eeprom access : NEWTOPIC
Hi, I found that 8051 bascom has nice MWREAD instruction. Is it somehow available on avr bascom or I have to implement it by myself? Maybe someone have procedures or lib that support 93C56 access?...
View ArticleBASCOM-AVR : Blue tooth project : REPLY
Hi, The bluetooth-avr part is really easy, but the smart phone part is more tricky. In my first attempt I used this example: [/url] http://uzzors2k.4hv.org/index.php?page=blucar[url] After installing...
View ArticleBASCOM-AVR : Pin Change Interrupt atmega 1284P - On interrupt subroutine :...
Hi all, I want to use Pin Change Interrupt at PORTA7 of Atmega1284P. (This differs from External Int0 Int1 Int2) Now I have to write the interrupt subroutine. But I cannot find the proper...
View ArticleBASCOM-AVR : Pin Change Interrupt atmega 1284P - On interrupt subroutine : REPLY
Hi olhexy, PCINT0 is the correct name, both for the pin and for the interrupt. The compiler sorts that out depending on the context.
View ArticleBASCOM-AVR : Pin Change Interrupt atmega 1284P - On interrupt subroutine : REPLY
[quote:c7698793cc="for_ro"]Hi olhexy, PCINT0 is the correct name, both for the pin and for the interrupt. The compiler sorts that out depending on the context.[/quote:c7698793cc] Thanks for your...
View ArticleBASCOM-AVR : TFT with ILI9341 controller : REPLY
Ok, i realised now its for soft spi in ATmega. I got xmega and this code doesn't work after config for my pins. When i got soft spi code for ST7565 i could convert to hard spi, but i dont know how to...
View ArticleBASCOM-AVR : Blue tooth project : REPLY
[url=http://www.docjc.us/CirCel/CPUBTI.pdf]This Circuit Cellar[/url] article is getting a little old, but it does discuss some of the Bluetooth basics. Be for warned, the project didn't use Bascom. It...
View ArticleBASCOM-AVR : TFT with ILI9341 controller : REPLY
Andrej, could you put the working code for xmega32? Im working with mine and NOTHING can help, its just doesnt work. I tried combinations of spi and still nothing, just backlight.
View ArticleEASY TCP/IP : Webserver - Wysiwyg HTML editor : NEWTOPIC
Hello, what HTML editor do you use? I use Nvu or Amaya and then HTML to Bascom converter but website is not correct. Could you recommend me the best solution ?
View Article