BASCOM-AVR : ADC Are differential voltages always sampled simultaneously? :...
[quote:4aa2b62f61]But I would like to take 2nd channel sample a short time after 1st channel, and then treat them as a differential voltage measurement. [/quote:4aa2b62f61] That's not a good idea......
View ArticleBASCOM-AVR : config RC5 what wents wrong? : REPLY
The background mode will use a 16 bit timer in capture mode. [b:dbf9d9e17b]It also means that you need to connect the IR-transmitter output pin to the ICP capture pin of the timer[/b:dbf9d9e17b]. When...
View ArticleBASCOM-AVR : config RC5 what wents wrong? : REPLY
Thank you rsavas! Reading and *understanding* the Help file helps a lot :( However what happens with the LED at Portb.5? Still confused
View ArticleBASCOM-AVR : config RC5 what wents wrong? : REPLY
if you are using ISP programmer remember to disconnect programmer cable PB.5 is SCK pin [url=http://arduino.cc/en/uploads/Main/Arduino_Uno_Rev3-schematic.pdf]Arduino_Uno_Rev3[/url]
View ArticleBASCOM-AVR : config RC5 what wents wrong? : REPLY
[quote:4275ad2dd6]However what happens with the LED at Portb.5?[/quote:4275ad2dd6] I do not know, if you are receiving a correctly encoded RC-5 bit stream in the first place! How are you monitoring...
View ArticleBASCOM-AVR : config RC5 what wents wrong? : REPLY
did you check your lcd setup ???? Config Lcdpin = Pin , Db4 = Portb.4 , [b:8631d631b1]Db5 = Portb.5[/b:8631d631b1] , Db6 = Portc.0 , Db7 = Portc.1 , E = Portb.3 , Rs = Portb.2
View ArticleBASCOM-AVR : ADC Are differential voltages always sampled simultaneously? :...
A differential measurement using the ADC MUX does exactly what it says, samples the difference in level between two channels. Not by measuring each channel separately, and than subtracting, but by...
View ArticleBASCOM-AVR : XTEA encryption problems : REPLY
the only thing I can see is if int sum = -957401312; is wrong private static final int ROUNDS = 32; private static final int DELTA = -1640531527; private static final int D_SUM = -957401312; D_SUM =...
View ArticleBASCOM Project Blog : remote area crop watering system : NEWTOPIC
Hi all, working on a small remote area (solar) watering system, monitors soil moisture with a simple two prong probe encapsulated in plaster . lots of configurable options, fertiliser dosing, e/c...
View ArticleShare your working BASCOM-AVR code here : Enhanced Software for Si4735...
Attached is an enhanced software for the "Elektor DSP-Radio" from 2010 based on the Si4735 chip and an ATMega 168 programmed in BASCOM. I had to use an ATMega 328 instead because the flash-size of the...
View ArticleBASCOM-AVR : ADC Are differential voltages always sampled simultaneously? :...
Meister and Adrian, thanks for your replies. Adrian, it was my first idea to do repetative samples at 5 kHz. But the problem is that within such a short time the voltage differences are minimal in...
View ArticleShare your working BASCOM-AVR code here : Enhanced Software for Si4735...
Hello Roger and everyone interested, Nice to see someone else has taken Burkhard Kainka's code base and expanded on it. I have been working on it as well, for some time now. I did not post it because...
View ArticleBASCOM-AVR : Atmega8 and external oscilator : REPLY
It works with 33pF also. Now I'm trying to set every 10ms interrupt to generate clock with this resonator. Is better to use timer0(255) or timer1(65535)? I hope I will make it.
View ArticleShare your working BASCOM-AVR code here : Motorola-C115 and V180 libraries :...
Hi I have 3 of these set's of lcd´s and i want to use in some projects but I can't find the pinout for these LCD do you have these information and can share to me? Thank you Mrshilov my e-mail...
View ArticleShare your working BASCOM-AVR code here : Enhanced Software for Si4735...
Hi Rick, [quote:6aaeb67d06="rsavas"] I have been working on it, for some time now. I did not post it because I thought know one would be interested in it [/quote:6aaeb67d06] Well I think that the...
View ArticleShare your working BASCOM-AVR code here : Motorola-C115 and V180 libraries :...
Pinouts in attachments. Motorola-C115 - controller ST7558 Motorola-V180ext - unknown, but very similar to ST7533 Motorola-V180ext - controller SSD1783
View ArticleBASCOM-AVR : INT0 as ordinary input : NEWTOPIC
Hey all, I'm using INT0 as a falling edge interrupt. Is there a way that I can detect the pin state at any time like I can with ordinary input pins? configuring both INT0 and pin=input simultaneously...
View Article