Various : Power supply, triac driver : REPLY
Hello, One of our local transformer's manufacturer offer me transformer 230/12V 500mA + 24V 1A for 10 EUR. What do you think ? What is it better ? One transformer with two separate winding or...
View ArticleBASCOM-AVR : This is a compiler bug?($ crystal) : REPLY
Don't use a space between the $ and the word crystal. So [code:1:21c8040f5c]$crystal = 14745600 '14,7456 MHz crystal oscillator[/code:1:21c8040f5c] and not [code:1:21c8040f5c]$ crystal = 14745600'...
View ArticleBASCOM-AVR : This is a compiler bug?($ crystal) : REPLY
[quote:77a0a2f1b2="Plons"]Don't use a space between the $ and the word crystal. So [code:1:77a0a2f1b2]$crystal = 14745600 '14,7456 MHz crystal oscillator[/code:1:77a0a2f1b2] and not...
View ArticleBASCOM-AVR : This is a compiler bug?($ crystal) : REPLY
Aha, I see: Mode = Background requires a 16 bit timer. But my first remark is still valid. I copied your posted program in the IDE and I get compiler errors. I suggest you *copy* what you wrote in the...
View ArticleBASCOM-AVR : This is a compiler bug?($ crystal) : REPLY
[quote:34ae2a851c="Plons"]Aha, I see: Mode = Background requires a 16 bit timer. But my first remark is still valid. I copied your posted program in the IDE and I get compiler errors. I suggest you...
View ArticleBASCOM-AVR : This is a compiler bug?($ crystal) : REPLY
[quote:534f57b925]Compile both codes, You will see the difference [/quote:534f57b925] I did that already :) And confirmed the problem. As an alternative, you could use Getrc5 in combination with an...
View ArticleVarious : Power supply, triac driver : REPLY
For long term reliability the 12v + 24v transformer is the best option switching supplies are efficient but prone to failure I can contest to this with the number that have failed for me even with...
View ArticleBASCOM-AVR : Writing a graphlcd driver? : REPLY
Mark is working on an ARM version but he has no time line as yet as he is busy with AVRs and other work. Maybe Atmel will put DSP into the Xmega to compete with the DSpic. Also the VFDs I have are...
View ArticleBASCOM-AVR : Writing a graphlcd driver? : REPLY
[quote:3311f7fef0]I am beginning to think C is used mostly because its ability to program complex equasions and mathematics with lesser syntax. BASIC cant, unless you have built-in functions. as far...
View ArticleBASCOM-AVR : Writing a graphlcd driver? : REPLY
[quote:2082b619e9="techknight"]But none of the ARM processors [/quote:2082b619e9] Google for "arm basic" and you find a very big company in Belgrade that have it.
View ArticleBASCOM-AVR : Writing a graphlcd driver? : REPLY
There is a good example of writing libraries: Www.rn-wissen.de/index.php/Bascom_Libraries Have fun Ben Zijlstra
View ArticleVarious : Power supply, triac driver : REPLY
Hello Paulvk, thanks for your reply. I don't know if i understand you well. Please, check my circuit.
View ArticleVarious : Power supply, triac driver : REPLY
Yes you understand very well your circuit is good it now should work well with no problems. Regards Paul
View ArticleBASCOM-AVR : Writing a graphlcd driver? : REPLY
K. site appears to be german? translator works but eh.. barely.
View ArticleShare your working BASCOM-AVR code here : MP3 Player with WIZ200 Modul : REPLY
Do you have a way to pull ID3 tag information out of the MP3?
View ArticleShare your working BASCOM-AVR code here : Android2Arduino : REPLY
You can use the FTDI chips as well, you have to add the correct code in the manifest editor to call the arduino library alongside the usb library inside B4A. Erel has the steps posted over on the B4A...
View ArticleShare your working BASCOM-AVR code here : MP3 Player with WIZ200 Modul : REPLY
Hi techknight, no i didn't touch the data inside the mp3 file. Because of the use of the mp3 decoder, you have only shovel the data into it. Think it is not that hard to get out the MP3 Header Data......
View ArticleShare your working BASCOM-AVR code here : Android2Arduino : REPLY
Have found some info about other serial connections on the Arduino: http://www.basic4ppc.com/android/forum/threads/usbserial-library-2-0-supports-more-devices.28176/ @JP: perhaps a solution for you ;)...
View ArticleShare your working BASCOM-AVR code here : Android2Arduino : REPLY
Merci Ben ! :smt023 JP
View Article