BASCOM-AVR : Generate constant of the .bas Filename? : REPLY
@olhexy If you read back through the previous posts, you will see that I already suggested using version control software to preserve your development history. That and some disipline works wonders.
View ArticleBASCOM-AVR : Problem with read MCP3204 4x Sinngle Channel in Bascom : REPLY
Channel addresses for MCP3204, tested ok: Ch0= &B01100001 Ch1= &B01100101 Ch2= &B01101001 Ch3= &B01101101 Best regards, Tonks.
View ArticleBASCOM-AVR : Bascom and Android? : REPLY
Bascom source is written in text, so there is no reason why you cant write the text on any machine with a word processor - even a very simple one. Certainly I have jotted down bits of code in my...
View ArticleBASCOM-AVR : Generate constant of the .bas Filename? : REPLY
[quote:cdbf11cd51="AdrianJ"]@olhexy If you read back through the previous posts, you will see that I already suggested using version control software to preserve your development history. That and...
View ArticleBASCOM-AVR : Generate constant of the .bas Filename? : REPLY
I use Tortoise SVN all the time since some years. It does take some setting up, and a bit of a learning curve to get going, but once you realise what it can do, the actual operation for the common...
View ArticleBASCOM-AVR : Compare match B of Timer1 : REPLY
I work at the project of induction balance metal detector. Need to generate square wave over timer1 with controlling phase betwen OC1A and OC1B. But an unknown bug, when i dynamic change the compare...
View ArticleBASCOM-AVR : Bascom and Dogs102 library who to start? : NEWTOPIC
Hi I have a DAOGS102 LCD and I would like to display some text and graphic (not animated). Discovered a glcdEADOGS102 library in the Bascom library directory my hopes were high. I found out how to...
View ArticleBASCOM Project Blog : Watering system Contrioller : REPLY
Thank you Mark :!: This is one of the projects that the others were the parts needed to build it with so it grows quickly. I have now added the code to do something when a button is pressed on the...
View ArticleBASCOM-AVR : Efficient arctangent approximation : REPLY
Very good work indeed! 500 cycles for 12 iterations is ten times faster than my Bascom original. Now it is definitely useful when one combined SINE + COS takes less than 15us on a 32Mhz Xmega !!! The...
View ArticleBASCOM Project Blog : Build a Webserver with ENC28J60 +AVR : REPLY
Hi All Ive been experimenting with an enc28j60 board , an atmega644 , and with examples from PaulVK. Under windows everything is fine , but under linux if im trying to open the address (no matter...
View ArticleBASCOM-AVR Old versions : MCS Bootloader : REPLY
I am using demo version. OK, if it is not possible with demo version, can I get BIN or HEX file of boot-loader for my ATMEGA8L-8PU?
View ArticleBASCOM-AVR : Force a constant or var to a specific location in flash : REPLY
[code:1:146f4d58ed]Lcd Version(3)[/code:1:146f4d58ed] This shows the filename in the LCD. But it also makes the filename in the hex visible as readable characters. I did experiment a little bit with...
View ArticleBASCOM-AVR Old versions : MCS Bootloader : REPLY
you use a cracked version. it will not work and will generate at random bugs without notification. the DEMO can not compile the bootloader without errors about exceeding the size of the demo.
View ArticleBASCOM-AVR : Bascom and Android? : REPLY
Hi there is an app on Google Play that run many operative system. On my Samsung NOTE 2 I have run Windows 95 but there is my friend that have run Windows XP and Seven. The app name is "Emulator". If...
View ArticleBASCOM-AVR : Bascom and Dogs102 library who to start? : REPLY
see http://www.roboternetz.de/community/archive/index.php/t-57118.html Porelo 8)
View ArticleBASCOM Project Blog : Build a Webserver with ENC28J60 +AVR : REPLY
Hello tetye I have not tried it with my linux machines yet but there are some problems with browsers with them expecting multiple packets this is what is still beyond my skills to add multiple packets...
View ArticleShare your working BASCOM-AVR code here : ATmega168 for Home Control (WDT,...
Hi, Very very interesting. I am interested in the schematics and pcb design you mentioned in your description. I could not find a way to contact you. Maybe if you see this reply you can leave your...
View ArticleBASCOM Project Blog : Watering system Contrioller : REPLY
Here is code with the RTC working if it does not contain a proper date and time then the default will be loaded. This code shows how to use the seconds long variable to keep time and use the RTC to...
View ArticleBASCOM Project Blog : Build a Webserver with ENC28J60 +AVR : REPLY
Thanks for the information , i'll be waiting for your response.
View ArticleBASCOM-AVR : Any Port of Arduino CapSense library to Bascom-AVR : NEWTOPIC
Hello, Is there any port of Arduino CapSense library to Bascom-AVR? Or is there something for Bascom-AVR to do the similar thing? Thanks. [b][color=red](BASCOM-AVR version : 2.0.7.6 )[/b][/color]
View Article