Author |
Message |
Topic: Dimmer with RC5 remote |
jakim
Replies: 0
Views: 1493
|
Forum: Share your working BASCOM-AVR code here Posted: Thu Oct 27, 2005 7:29 am Subject: Dimmer with RC5 remote |
Does anyone know how to make a dimmer with rc5 remote?
RC5 uses interupt, dimmer uses it to. If anyone has working example code please post it. |
Topic: RS232 text to lcd |
jakim
Replies: 3
Views: 1384
|
Forum: BASCOM-AVR Archive Posted: Sun Sep 12, 2004 12:42 pm Subject: RS232 text to lcd |
does it display the whole word in display or just one character? I need to put the word or even one display row at once on lcd. If it puts just one character at time then it cant display the word on ... |
Topic: RS232 text to lcd |
jakim
Replies: 3
Views: 1384
|
Forum: BASCOM-AVR Archive Posted: Sun Sep 12, 2004 9:51 am Subject: RS232 text to lcd |
How can i make the program which puts the received rs232 text to lcd? |
Topic: Stack Pointer and Softwarestack overlap |
jakim
Replies: 6
Views: 2416
|
Forum: BASCOM-AVR Archive Posted: Sun Sep 12, 2004 9:49 am Subject: Stack Pointer and Softwarestack overlap |
I found that if i use return at the end of the sub instead of goto label the program works fine and no overlap. How can that explained? |
Topic: How to use Getrc5 and monitor port buttons same time? |
jakim
Replies: 3
Views: 1504
|
Forum: BASCOM-AVR Archive Posted: Sat Sep 04, 2004 5:21 pm Subject: How to use Getrc5 and monitor port buttons same time? |
i tried different loops and still cant get it to work . INT0 works and the ir command is identified but when i want the code to monitor input pins it doesnt work . Can somebody make me simple example ... |
Topic: How to use Getrc5 and monitor port buttons same time? |
jakim
Replies: 3
Views: 1504
|
Forum: BASCOM-AVR Archive Posted: Mon Aug 30, 2004 7:51 pm Subject: How to use Getrc5 and monitor port buttons same time? |
My piece of hardware is intended to be amplifier remote control and digital control system . The problem is how to see the button debounce and getrc5 on the same loop. How to make a jump to the getrc5 ... |
Topic: Atmega INT0 falling, rising edge error in bascom |
jakim
Replies: 1
Views: 1197
|
Forum: BASCOM-AVR Archive Posted: Sun Aug 29, 2004 5:15 pm Subject: Atmega INT0 falling, rising edge error in bascom |
Bascom cannot put the atmega16 chip int0 work with rising and falling edge - atmega can work with both of these interrupts. Only int2 is lowlevel - i hope you can fix this problem? |
Topic: Stack Pointer and Softwarestack overlap |
jakim
Replies: 6
Views: 2416
|
Forum: BASCOM-AVR Archive Posted: Sun Aug 29, 2004 2:57 pm Subject: Stack Pointer and Softwarestack overlap |
I have the same problem. My program is very small but when il try to simulate the code it stops after few debounce in and out of the menus. I allready increased the Hwstack size and the software stack ... |
|