Share your working BASCOM-AVR code here : Android2Arduino : REPLY
Hi Ben, You said [quote:4ed7a3b922] 'To be recognized by the Android the Arduino device must be fitted with either 'an Atmega16U2 or Atmega8U2 programmed as an USB-to-serial converter....
View ArticleShare your working BASCOM-AVR code here : Android2Arduino : REPLY
It is either a 'normal' Arduino with a USB Host shield, or a modern Arduino with an atmega8u2 or atmega16u2 to communicate to the outside world. The last one works without any modification. You could...
View ArticleBASCOM-AVR Old versions : Attiny2313 : NEWTOPIC
Required help for programing I am using attiny 2313 i am using 2 switch for controlling port b's led i wan't to make program as when Switch = 1 And Switch2 = 0 Then set port b1 and reset portb1 after...
View ArticleVarious : Power supply, triac driver : REPLY
Paulvk, thanks a lot. This transformer is not available in our market. I found this cheap switching power supply. [url]http://dx.com/p/switching-power-supply-module-green-5v-800ma-238002[/url] What do...
View ArticleVarious : Power supply, triac driver : REPLY
That is a good idea you will keep the two totally separate. A lot of nice cheap stuff at DX , a lot costs less than buying the parts we are lucky here in Australia a lot of it can come via courier in...
View ArticleVarious : 10 digit 7-segment multiplexing : REPLY
Welcome to Bascom. You will find it very good I am certain. A bit late now to look at the code after mid night here but this may save some work and I have posted code to drive it on the forum...
View ArticleBASCOM-AVR : How to build a power meter wiht cs5490 : NEWTOPIC
hi, i try to build a power meter with the cirrus cs5490 Chip. iIt seems to me difficult. Does anyone have an example for me. That would be very helpful for me. I'm grateful for any help joe...
View ArticleBASCOM-AVR : Why can't I buy a USB programmer that works in Bascom : REPLY
Evert is right. I use ATmega8 with 32,768 kHz crystal, at 2.8V in the sleep mode draws some 20 µA. Best regards Jure
View ArticleVarious : 10 digit 7-segment multiplexing : REPLY
Thanks for your reply Paul. In your link are just eight digits and I can buy a scoreboard for carambole-biljart, but... I want to LEARN and DO. I changed the code somewhat, the variable 'beurten' is...
View ArticleBASCOM-AVR : Why can't I buy a USB programmer that works in Bascom : REPLY
I would not recommend the kamprog. I have one, which works well most of the time, but : it will not program a new Atmega1284p unless the fuses have been first set with another programmer, and when...
View ArticleBASCOM-AVR : Why can't I buy a USB programmer that works in Bascom : REPLY
Yes, the low current and voltage requirements are the main reason for having low clock rates. There are sometimes less important reasons such as circuits that output long time intervals but still...
View ArticleBASCOM-AVR : Why can't I buy a USB programmer that works in Bascom : REPLY
Thank you all for the reply this is what is great about this forum you can learn a lot from the people here and the depth to which they go to help shows how great a community it is :D Regards Paul
View ArticleBASCOM-AVR : Writing a graphlcd driver? : NEWTOPIC
After doing some searching around a net, There is really no good documentation that I can find that explains how to write a library for BASCOM-AVR. I see the LIB files, but I dunno what all the R...
View ArticleBASCOM-AVR : Writing a graphlcd driver? : REPLY
There are two ways 1: Write it in assembler as are the bascom ones 2: Write it in bascom as functions I do not know assembler so I have had to write functions you can see these in the various blogs...
View ArticleBASCOM-AVR : Writing a graphlcd driver? : REPLY
Well I know how to write display drivers, I have written BASCOM functions for the newhavendisplay I2C based displays, etc... But the reason why I asked about this is I want to use the graphic VFD with...
View ArticleBASCOM-AVR : Brownout reset : REPLY
If you are using the old Autotrax (as I am!!) then have a look at http://www.airborn.com.au/ - some useful information and programmes. You might also find this programme useful -...
View ArticleBASCOM-AVR : Writing a graphlcd driver? : REPLY
Ok no problems thought your question was more general. Yes as far as I know you will not be able to use the built in functions as there is not documentation on the calls in the assembler functions....
View ArticleBASCOM-AVR : Writing a graphlcd driver? : REPLY
I guess they do it in C because its an open-language and technically can be recompiled for anything. BASIC is awesome for me because its syntax is much easier to put together and understand. C is all...
View ArticleBASCOM-AVR : Brownout reset : REPLY
Only few of us will be able to open your files. Publish screenshots or exported bitmaps.
View ArticleBASCOM-AVR : This is a compiler bug?($ crystal) : NEWTOPIC
[code:1:2045db8b7f] $ regfile = "m128def.dat" 'declare controller $ crystal = 18432000 '18,432 MHz crystal oscillator '$ crystal = 16000000' 16,0 MHz crystal oscillator '$ crystal = 14745600' 14,7456...
View Article