Share your working BASCOM-AVR code here : SIEMENS-AX75 LCD library : NEWTOPIC
Library for Siemens-AX75 (AX72, AX76) color LCD. Resolution 128x128, serial interface, controller LDS183. Library works in 16-bit color. Test example in attachment....
View ArticleBASCOM-AVR : ADC Are differential voltages always sampled simultaneously? :...
I see your point. A sample and hold is another way, as you suggest. Another would be to use a much higher resolution ADC, like a Delta-Sigma converter. But beware the sampling speed, and the system...
View ArticleBASCOM-AVR : INT0 as ordinary input : REPLY
I dont see why not. INT0 is normally just a port pin, can be read as a pin as well as used as an interrupt. Show the code you tried, and what processor. Its a very common trick to let an interrupt be...
View ArticleShare your working BASCOM-AVR code here : Enhanced Software for Si4735...
Hi Roger, [quote:5ceefce5c7]Well I think that the Si4735 is such an interesting IC and Burkhards Hard- and Software are so well designed, that it fascinated me from the very first moment it appeared...
View ArticleShare your working BASCOM-AVR code here : Enhanced Software for Si4735...
Hi Rick, still a living bio-computer is a bit better than Google-translate :) Attached are the revised version of the automatic translations of the 2 documents. So it should at least be halfway...
View ArticleBASCOM-AVR Old versions : Question about casting : REPLY
W16 = W16 / 100 M08 = W16 this would work without creating another variable, as long as you're happy to change w16's value. probably shouldn't do maths with different data types. : )
View ArticleVarious : Add push button : REPLY
Thank you very much Kim, it's working properly.. next time, i need your help again, to create code for my other schematics..
View ArticleBASCOM-AVR : ADC Are differential voltages always sampled simultaneously? :...
Adrian, I am trying to avoid a complex S&H. Found this: http://memo.cgu.edu.tw/wu-shiung/course/CommunIC/9__Sample_and_Hold_4_24.pdf My idea: 2 equivalent S&H circuits with just a BS170 and a...
View ArticleBASCOM-AVR : ADC Are differential voltages always sampled simultaneously? :...
Firstly, we should probably move this discussion to a different forum, like "Various". At this stage it has not much to do with Bascom.
View ArticleVarious : ADC differential voltage : NEWTOPIC
Continued from: http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&p=63514#63514 I played a long time ago with various S&H circuits, and always found that the...
View ArticleVarious : ADC Are differential voltages always sampled simultaneously? : REPLY
topic moved to Various
View ArticleVarious : ATmega8535 as 3 rotary switch : NEWTOPIC
Kim, please help me to create code for this tools.. it's digital rotary switch (3 rotary on 1), i attach the schematics and read more on zip file.. ( I don't know from where i start to create code)...
View ArticleAVR-DOS : AVR-DOS SDHC cards unreliable? : REPLY
Jerry, I have a similar issue, could you share what HW problem you found?
View ArticleAVR-DOS : AVR-DOS SDHC cards unreliable? : REPLY
[quote:ebcdc34e1b="nisse"]Jerry, I have a similar issue, could you share what HW problem you found?[/quote:ebcdc34e1b] Hi nisse, I am using FET (NXP BSN20) as a level translator to go from 5V...
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : NEWTOPIC
[b:bba93ce2a0]NOKIA-3310/5110 B&W LCD[/b:bba93ce2a0] library written as standard BASCOM one. This LCD uses controller PCD8544. Library has software screen rotation to 180° option. Pins CS &...
View ArticleBASCOM-AVR : SM Bus and Bascom AVR : NEWTOPIC
Hi All, So I have a new project on my plate and the project manager wants to use "smart batteries" from the company RRC. Looking through the specification the batteries seem to use the SM Bus to...
View ArticleBASCOM-AVR : Atmega8 and external oscilator : REPLY
Hi! there is a great tool avaliable to generate the code snippets you need: google "planet ian" and find the Timer Calculator 1.25 under software-tools. Ians tool showes one of many ways to use...
View ArticleBASCOM-AVR : Atmega8 and external oscilator : REPLY
[quote:011054f799="kos19"]I would like tu use external oscilator. Until now I used only internal oscilators. Which fuse bit I have to set?[/quote:011054f799] One should notice the difference between...
View ArticleBASCOM-AVR : modbus on Xmega : NEWTOPIC
Hello i'm tested modbus function on XMEGA256A3 in my program ,RS485 working well but when i add a modbus library function and code ... $lib "modbus.lbx" ' Set Rs485dir Config Print0 = Portc.1 , Mode =...
View ArticleBASCOM-AVR : SM Bus and Bascom AVR : REPLY
Hi Ian, 1) IIRC SMB is Intel's implementation of I2C. I am not sure of the exact differences, thus I have no specific experience. I thought it dealt more with the logic levels than the actual...
View Article