BASCOM-8051 : Bascom8051 starts after 40 sec delay : REPLY
Hi Marc. Yes, strange problem, no error, just a delay. I first try the update with the LIC files, there was no problem of delay. Then i re-install the full version, because there i have more updated...
View ArticleBASCOM-8051 : Bascom8051 starts after 40 sec delay : REPLY
3 sec is normal. I have that delay too. It is caused by the loading of some modules.
View ArticleBASCOM-AVR : PID Closed Loop Control of PURE SINE WAVE DC to AC inverter : REPLY
If you are only interested in OP voltage regulation, why current control? I also get the impression you wish to achieve high speed cycle by cycle voltage a control? I would be tempted to sample the...
View ArticleBASCOM-AVR : PID Closed Loop Control of PURE SINE WAVE DC to AC inverter : REPLY
dear thank you very much for your intrest and reply to my post it looks like that you have idea how to implement control of inverter and for your understanding i attached circuit diagram and her is my...
View ArticleBASCOM-AVR : PID Closed Loop Control of PURE SINE WAVE DC to AC inverter : REPLY
Hello Shams, I have only had a preliminary look at your code & circuit, and have not used the Xmega so some of it is foreign to me. I assume you have no problem increasing/decreasing the output...
View ArticleBASCOM-AVR : DS1307 At90usb1286 time not increasing : REPLY
Looks to me that your missing the config clock statement. [code:1:18288dc097] Config Date = Mdy , Separator = / ' ANSI-Format Config Clock = user [/code:1:18288dc097]
View ArticleBASCOM-AVR : DS1307 At90usb1286 time not increasing : REPLY
Hi Evert, These two lines are just 10 lines under the I2cinit. If I understand it well, the oscillator is working. By controlling the CH-bit (Bit7 Adres 00h) I can switch the SQW 1 Hz puls on and off...
View ArticleBASCOM-AVR : DS1307 At90usb1286 time not increasing : REPLY
Hello Peter This is my DS1307.inc , my include file that I use for RTC clocks it works! Also note I find the DS1307 a poor RTC as it is not calibrated and thus can be out by minutes per month the...
View ArticleBASCOM-AVR : Splitting an INTEGER or WORD into a byte array : NEWTOPIC
Hi all, New to Bascom, just getting my head around the limited version. No problem with familiarity with micros and electronics though, we've got 15 years experience with HC11s, PICs, and AVRs using...
View ArticleBASCOM-AVR : Splitting an INTEGER or WORD into a byte array : REPLY
dim my_word as word dim my_byte_array(4) as byte at my_word overlay that's it :D
View ArticleBASCOM-AVR : Splitting an INTEGER or WORD into a byte array : REPLY
have a look at STR2DIGITS
View ArticleBASCOM-AVR : Bug when using more than 64k Flash on ATMega 1284P : REPLY
Dear Albert, I had the same problem but with an ATXMEGA128A4U, everytime my code exceeds 50% of memory usage my variables have different values. I tested on real hardware, not with the simulator. I...
View ArticleBASCOM-AVR : Bug when using more than 64k Flash on ATMega 1284P : REPLY
if you have read this thread you can see that this is not your problem. this case was a normal AVR where the SIM worked different compared to hardware. but in hardware there was no problem. you use an...
View ArticlePCB's : URGENT: how create not standard package in proteus?? : NEWTOPIC
Hello I need to create non standard package in Proteus. Can anyone help me? Thanks
View ArticleBASCOM-AVR : [OT] I need help on Proteus? Please look post in pcb section :...
[OT] I need help on Proteus? Please look detail in pcb section. Thanks [b:af43a30af3][color=red:af43a30af3](BASCOM-AVR version : 2.0.7.6 )[/b:af43a30af3][/color:af43a30af3]
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
who have setupio.exe ???? please give me link i have an error that must istall setupio.exe in bascom folder
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
It's in your Bascom folder.
View ArticleBASCOM-AVR : Bug when using more than 64k Flash on ATMega 1284P : REPLY
Dear Mark, first I need to say sorry that I mixed up your name and also forget the "s". It´s a little painful to me. I am not sure if I can make some code where it is reproduceable, because my actual...
View ArticleShare your working BASCOM-AVR code here : HopeRF RFM12 433Mhz Transceiver...
Hello Dave! What's happened with your website?(
View ArticleShare your working BASCOM-AVR code here : HopeRF RFM12 433Mhz Transceiver...
have no idea what happened to the site but i removed the url. the poster can add it back when it works again. But ... the idea of this forum section is that code and circuits are uploaded to the MCS...
View Article