BASCOM-AVR : Atiny13 power down and wake up : NEWTOPIC
hello i have a problem with the wake up of a Tiny13. Config Powermode = Idle with idle the ext. interupt wake up correctly the Atiny but if i put the tiny in the: Config Powermode = Powerdown the...
View ArticleBASCOM-AVR : Atiny13 power down and wake up : REPLY
i had try with long interupt, positive, negative as said int he index. only the reset wake up the Atiny
View ArticleBASCOM-AVR : Secure Chipcard that support I2C : REPLY
Hello Six1 and Theo64, I can't change anything more on the hardware My hope, I have not tested it, is the possibility to read/write the SLE4442 using Shiftin/out and this not affect the devices that...
View ArticleShare your working BASCOM-AVR code here : Android2Arduino : NEWTOPIC
Connecting an Android to an Arduino Mega and exchanging information through the USB. The Arduino Mega should be fitted with an Atmega8u2 or Atmega16u2, FTDI chips will not work. This does the trick, a...
View ArticleBASCOM-AVR : Atiny13 power down and wake up : REPLY
The only way to get out of the powerdown is with an level interrupt on int0, so that becomes in Bascom [code:1:0e8096e007] Config Int0 = Low Level [/code:1:0e8096e007] That automatic implants that...
View ArticleBASCOM-AVR : makeint : REPLY
I have spent a whole day on this and am no further ahead. Symptoms: When the program reaches the line before [code:1:9828b27d0a] 1213 Print #1, ">> 18B20 temperature = "; temperaturesng...
View ArticleBASCOM-AVR : makeint : REPLY
IMHO [b:88e85f1b64]makeint()[/b:88e85f1b64] is not the evil part. It is a Mega1284P and a big program, right? - Sounds like a page boundary problem (RAMPZ) when reading the constant part of the...
View ArticleShare your working BASCOM-AVR code here : SNMP Protocol : REPLY
Thank you for sharing your version !
View ArticleShare your working BASCOM-AVR code here : Android2Arduino : REPLY
hi Ben Had no idea about OTG before your post. Thanks for your research and sharing with us. Your sample that demonstrates how simple it can be. Well done!
View ArticleVarious : Programmers That work with Bascom : NEWTOPIC
I started this topic because a number of times people ask about what programmers work with Bascom or are having trouble using an old method such as the parallel port type of simple programming but...
View ArticleBASCOM-AVR : makeint : REPLY
laborratte : good thinking! i had a look. and when using more > 64K flash, it is possible that the problem is caused by a page problem. unlike the normal uart flash constant print routine, the SW...
View ArticleVarious : Programmers That work with Bascom : REPLY
The USB-ISP from Embud also works with BASCOM-AVR. It is available in the MCS web shop. And recently i tested an IO LPT card. So LPT programmers can work with bascom as well. I would recommend an USB...
View ArticleVarious : Programmers That work with Bascom : REPLY
This is one I built for a computer with an RS232 port I left out the USB to Serial chip and replaced it with a max3232 buffer it works with USB to RS232 cables so my two old laptops one with RS232...
View ArticleBASCOM-AVR : makeint : REPLY
See http://www.mcselec.com/support-center/ support@mcselec.com Don't forget to include the version and serial number of your BascomAVR
View ArticleBASCOM-AVR : LCD 20*4, C2004A, on i2C. E, E1, E2 signals and PCF8574 prob :...
Library, example code and Proteus design in archive. But it don't work. I tried first version from AN#118, second from Ludwig and this with 16x2, 40x2, 20x4 LCD. In Proteus and hardware, but nothing....
View ArticleBASCOM-AVR : Atiny13 power down and wake up : REPLY
Hello, for your information There is an example in the bascom example folder with INT0 and PowerDown: C:..........MCS ElectronicsBASCOM-AVRSamples[b:40b6b4c570]config Powermode = powerdown,...
View ArticleBASCOM-AVR : xmega and adc compare function : REPLY
Hello, in the DAT file of e.g. ATXMEGA128A1 you can find following register: [b:8018c84dcb]ADCA_CMP[/b:8018c84dcb] In this register you load the threshold. Then you need to change the ADC interrupt in...
View Article