BASCOM-AVR Old versions : Attiny2313 : REPLY
still no code. and you use an non existing demo. you obvious use a cracked version. what a waste of my time. i will remove your account from this forum.
View ArticleBASCOM-AVR Old versions : How to use the FM24C64_256 lib : REPLY
see the on line help or help from 2077 it contains a sample for SPI as well.
View ArticleEASY TCP/IP : Webserver - Wysiwyg HTML editor : REPLY
[quote:0daa55fb66="six1"]try my "Converter.exe" to convert HTML to Data Lines ( or vis versa)... This: ",&H22," is absolut wrong! it has to be: {034}[/quote:0daa55fb66] How to convert data from...
View ArticleEASY TCP/IP : Webserver - Wysiwyg HTML editor : REPLY
Hi guys, Thanks a lot for converter and Paulvk's examples.
View ArticleShare your working BASCOM-AVR code here : Wireless Bootloader Using Nordic...
Hello Forum, I have developed a system to program microcontrollers wirelessly using the nRF24L01 module. I include the Bascom files below. The way it works: Micro #1 - Base - mega328 with LCD and...
View ArticleBASCOM-AVR : ATmega8 (PinB 0) output problem : REPLY
Yes, It is configured as such: Config Portb = Output '- Set PORTB as Outputs Portb = &HFF '- Set PORTB outputs to a high state All of port b works correctly, except for that pin. I thought maybe...
View ArticleBASCOM-AVR : ATmega8 (PinB 0) output problem : REPLY
Hi Robert_d1968, Since we only have a fragment of your code, it's hard to decipher what's going on. When all else fails, go back to basic testing. Disconnect whatever is connected to that pin and test...
View ArticleBASCOM-AVR : Sony Send Codes For Projector : REPLY
Hi i used a digital OSC to get this result all key start's with low and after 2400us go hi for 600us this is same for all key On_key: Data 2400 , 600 , 1200 , 600 , 600 , 1200 , 600 , 600 , 600 , 1200...
View ArticleBASCOM-AVR : Sony Send Codes For Projector : REPLY
Set up a timer and toggle the IR-pin with the appropriate frequency, 36kHz or whatever suits. For maximum simplicity load the measured values in a delay-loop and switch the IR-pin from output to...
View ArticleShare your working BASCOM-AVR code here : Wireless Bootloader Using Nordic...
Enniom : Great!!! , thanks for sharing ...
View ArticleBASCOM-AVR : Sony Send Codes For Projector : REPLY
If you look up application note 105 AN-105 it shows how to transmit the IR pulses (I only just found it myself) you will find it at the main site mcselec.com I also want to transmit the IR codes but...
View ArticleShare your working BASCOM-AVR code here : Wireless Bootloader Using Nordic...
Hello Ennio, Thank you for sharing this great project. I have done a number of different boot loaders using serial, gsm and tcp but i never have seen one based on these popular modules. For users new...
View ArticleBASCOM-AVR : BASCOM-AVR not saving state or settings : NEWTOPIC
I have run into a strange problem. I updated my computer to a newer one, So i transferred the application installer and license from my old machine to my new one, reformatting my old machine and sold...
View ArticleBASCOM-AVR : ATmega8 (PinB 0) output problem : REPLY
Thanks for the help guys, The problem is solved :D It turns out that in the timer2 isr there was a: Toggle portb.0 in there... I never really check the isr's so it went unnoticed by me until this...
View ArticleBASCOM-AVR : Atmega644A Timer2 PWM-Mode config error : NEWTOPIC
Hi folks, I'm trying to use the 3 Timers of an Atmega644A in PWM-Mode. Timer0 and Timer1 is ok, but Timer2 cannot be configured. Following code is producing a config error in the last line (Config...
View ArticleBASCOM-AVR : BASCOM-AVR not saving state or settings : REPLY
You may have insufficient rights, where Bascom stores its settings in bascom-avr.xml. Did you start the installation as administrator?
View ArticleBASCOM-AVR : Programming problem : NEWTOPIC
Im having problem with programming ATtiny 2313 output. There is 4 switch i currently used as input and 4 led as output for my minimum system SWITCH ---------- LED [1][2][3][4] -----...
View ArticleBASCOM-AVR : Programming problem : REPLY
[quote:2a0cae3a2e="amirf"]your codes please ...[/quote:2a0cae3a2e] updated mr amir.
View Article