BASCOM-AVR : Writing code to run multiple tasks at same time : REPLY
Strictly speaking, you cannot run two or more tasks at the the same time with an AVR. But you can certainly switch from task to task quickly enough that you get results from both more-or-less...
View ArticleBASCOM-AVR : Writing code to run multiple tasks at same time : REPLY
The Magic of "Multitasking" on AVR is done by SPEED :D You only have ONE MAIN LOOP and Processor can only handle one Command at a time, so no multithreading can be handled. But the AVR is very quick....
View ArticleShare your working BASCOM-AVR code here : 8 chan ServoController updated for...
Glen! Thanks for the info, maybe i'll try with an external crystal. If i using an 11,0592 Mhz crystal the serial error would be 0%. For that cryst i have to recalculate the timer preload value right?...
View ArticleBASCOM-8051 : Regfile for AT89LP4052 : REPLY
Hi Ben, can you please check the attached dat file that i created? It does not work the serial communication with the PC. best regards, Aris
View ArticleVarious : Eliminate Pop Sound when playback with ISD2560 : REPLY
Hello could you share part of your code that drive ISD2560? Thanks
View ArticleBASCOM-AVR : pulse length capture : REPLY
Thanks all for explanation. Now I make a better blockwave generator with two cascaded 4020 to see the limitations of the Timer.
View ArticleBASCOM-AVR : Writing code to run multiple tasks at same time : REPLY
All good information...Don't block your process as noted. Speed and the the use of time division multiplexing you will have the effect of real time multitasking. Just received my Explained board...Now...
View ArticleBASCOM-AVR : ISD25xx Record / Playback Chip : NEWTOPIC
Hello have someone of you already used this chip family? Datasheet is not very clear Thanks [b:cce4dc72a0][color=red:cce4dc72a0](BASCOM-AVR version : 2.0.7.6 )[/b:cce4dc72a0][/color:cce4dc72a0]
View ArticleBASCOM-AVR : Writing code to run multiple tasks at same time : REPLY
Wow, thanks everyone for the all the helpful tips and advice on this subject, i now have a more clear idea of go about this project, honestly thank you everyone, you all have made very valuable point,...
View ArticleBASCOM-AVR : Writing code to run multiple tasks at same time : REPLY
Hi Do the nested do loops look like this:- do do ^code loop until x=1 'code loop Or do you have an example. Regards Ian Dobson
View ArticleBASCOM Project Blog : 7 inch display board : REPLY
Tried it and it works.... With a not programmed Atxmega128A1. Remove all four jumpers of the Alvidi module (RS232). The MAX3232 on the module will be isolated. Connect the TXD1 and RXD1 from the...
View ArticleBASCOM Project Blog : 7 inch display board : REPLY
For the next part, Bascom, Android and Wireless, [b:8cae2df1f8]all credit goes to HKipnik alias HKBascom alias Heiko.[/b:8cae2df1f8] First some pictures:...
View ArticleBASCOM Project Blog : 7 inch display board : REPLY
Here the software for the 7 inch display board and for the Android Smartphone. The first in Bascom-AVR and the second in Basic4Android. In the subdirectory bilder, the images In the subdirectory...
View ArticleBASCOM-AVR : Nothing But Ping With WIZ820IO : REPLY
I checked this problem with hardware and my setup works just fine. I do not need to do a dummy write. I do use a w5200 shield. But the circuits look similar. the only difference is that i do not need...
View ArticleBASCOM-AVR : ISD25xx Record / Playback Chip : REPLY
I used those chips a very long time ago. Never solved some of the problems, like unacceptable clicks at the end of the message phrase. Gave up eventually. Next project where I needed speech output,...
View ArticleBASCOM-AVR : SPI + Max6675 : NEWTOPIC
can anyone help me figure out why this does not generate a SCK pulse and because of this not read the MAX6675 chip? [code:1:e1ad3449b8] $regfile = "m128def.dat" $crystal = 8000000 $baud = 9600 Declare...
View ArticleBASCOM-AVR : SPI + Max6675 : REPLY
hai , search is your best friend , : http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=5231&highlight=max6675
View ArticleShare your working BASCOM-AVR code here : A simple WAV file player from an SD...
is it possible to use lower crystal such as 16 Mhz , instead of 18.432 Mhz? thanks
View ArticleShare your working BASCOM-AVR code here : A simple WAV file player from an SD...
Yes. It should work fine. Glen
View Article