BASCOM-AVR : Question to the use of SELECT-CASE with multiple statements :...
Hi folks, I have a question concerning the correct use of the SELECT-CASE function. Because according to the help-file of BASCOM one can use several statements after the CASE, I first tried it this...
View ArticleBASCOM-AVR : Problem with TIMER0-IRS : REPLY
- ints are not disabled when writing to lcd. but an interrupt will simply interrupt the lcd write - the eeprom write can take several ms. it is simple to try by remarking the eeprom write code. there...
View ArticleBASCOM-AVR : Toggling a bit in a byte-variable inside a SUB doesn't work : REPLY
Roger, this seems a bug. I changed it.
View ArticleBASCOM-AVR : Problem with TIMER0-IRS : REPLY
Thanks Mark, I will try without the EEPROM-Writes and report, if time is correct now. Kind regards Roger
View ArticleBASCOM-AVR : Question to the use of SELECT-CASE with multiple statements : REPLY
yes you are right. officially you should be able to use the first syntax. i will have a look at it.
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
datetime lib works with dates and times and thus it uses month and year info as well. great thing about datetime lib is that you can calculate with dates, something not possible with normal dates.
View ArticleBASCOM-AVR : Problem with TIMER0-IRS --> SOLVED : REPLY
After extracting all EEPROM-writes out of the main loop, the time is now absolutely correct. So it really were the EEPROM-write commands that caused a too long time with disabled interrupts for the...
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
[quote:04b87951c1="rsavas"]Mark, I suggest to add a error handler/flag, if the device does not respond. Thx for your code as well.[/quote:04b87951c1] I do when it is under my control. The lock up is...
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
[quote:74cbb03c65="albertsm"]datetime lib works with dates and times and thus it uses month and year info as well. great thing about datetime lib is that you can calculate with dates, something not...
View ArticleBASCOM-AVR : JDQ R433A code example? : NEWTOPIC
hello. I have an JDQ R433A send module and receiver. but I looking for a Bascom-AVR code example. does anybody have it for my... thanx. [b:192092be2b][color=red:192092be2b](BASCOM-AVR version :...
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
Thx for your smart house HVAC application information. It sounds like it is a very nice application with useful potentially with energy saving features. Good for a big house or industrial/commercial...
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
Rick, I prefer the Lux tstats as they have a comm and I was in contact with a guy that did a article in Circuit Cellar and he sent me all the internal protocols to the stat. As this stat isn't made...
View ArticleBASCOM-AVR : I2C slave and master in same chip..? : NEWTOPIC
Is this possible? I'm testing this and can't get it to work so I'm wondering... [b:93a31c49bd][color=red:93a31c49bd](BASCOM-AVR version : 2.0.7.6 )[/b:93a31c49bd][/color:93a31c49bd]
View ArticleBASCOM-AVR : I2C slave and master in same chip..? : REPLY
did you also use master twi with i2c_TWI.LBX ? I never tested it. it should be possible. I did not had that in mind when making these libs. But if it is a good idea? when is master mode, you can not...
View ArticleShare your working BASCOM-AVR code here : NOKIA-N73 LCD Library : REPLY
Hi Thanx for the answer, yep i saw it in the schematic, but would just ask to be shure. I am going to use a dedicated avr on 1,8v for the LCD. Thanx
View ArticleBASCOM-AVR : I2C slave and master in same chip..? : REPLY
I tried both with and without the i2c_twi.lbx Without it, the slave lib works, but if I load it, the slave stops working. See attached drawing. MCU 2 is continuously collecting data from devices on...
View ArticleBASCOM-AVR : JDQ R433A code example? : REPLY
sorry But I can't find no. code for this sender receiver. Have nobody development an code for this unit?.
View ArticleShare your working BASCOM-AVR code here : Fast library for ILI9325 LCD :...
Library for ILI9325 LCD with 8-bit interface: [URL=http://radikal.ru/fp/9676a4e5f4724e2baec768f5dc714a2e][img:13f97a7c8b]http://s020.radikal.ru/i719/1401/62/e397e1a306bet.jpg[/img:13f97a7c8b][/URL]...
View ArticleBASCOM-AVR : Ver 2077 : NEWTOPIC
A new Version is out! 2.0.7.7 I am always delighted to see a new version, and greatly appreciate the continued improvements in Bascom. I did not see a list of the improvements in this version on the...
View Article