BASCOM-AVR : Atiny13 power down and wake up : REPLY
i don't have this program but only POWER.BAS that is not for atiny.
View ArticleBASCOM-AVR : Reading Forum on Tablet-PC does not work : NEWTOPIC
Hi, on my tablet (Android 4.1) I can't read the forum. What happens is that loading any message is timedout. So, I can't read anything. No problem with any other forum except for mcselec... Regards,...
View ArticleBASCOM-AVR : LCD 20*4, C2004A, on i2C. E, E1, E2 signals and PCF8574 prob :...
[quote:112432795b="Mrshilov"]Library, example code and Proteus design in archive. But it don't work.[/quote:112432795b] Hmmm, had a look, but just to make sure: do you refer to the original topic...
View ArticleNew WebSite : Reading Forum on Tablet-PC does not work : REPLY
Hi, please contact me at tomi@ , I need some more informations from you for checking this problem.
View ArticleBASCOM-AVR : LCD 20*4, C2004A, on i2C. E, E1, E2 signals and PCF8574 prob :...
I check this in non-arduino LCDs and non-Arduino PCF8574 plate. Maybe Proteus model of PCF8574 is not fully correct, but in hardware don't work too. Chipsets of LCDs is unknown (compound drop), but...
View ArticleBASCOM-AVR : LCD 20*4, C2004A, on i2C. E, E1, E2 signals and PCF8574 prob :...
[quote:223e1b67e5="Mrshilov"]I check this in non-arduino LCDs and non-Arduino PCF8574 plate.[/quote:223e1b67e5] And how would I know that? :evil: Connections are then like described in your code? Here...
View ArticleShare your working BASCOM-AVR code here : more RFM12 examples : REPLY
[quote:891dd73de1="Dave"]Here are three simple examples for getting started with the RFM12 transceivers. [/quote:891dd73de1] Can i get schematics for this three source codes? Regards, Feruz.
View ArticleNew WebSite : Reading Forum on Tablet-PC does not work : REPLY
Hi Tomi, I used an ODYS-Xelio-Pro 10" tablet with Android 4.1. Using either [i:c65b8d9fee]Firefox [/i:c65b8d9fee]or [i:c65b8d9fee]Boat [/i:c65b8d9fee]browser I get the forum's list but I cannot open...
View ArticleBASCOM-AVR : LCD 20*4, C2004A, on i2C. E, E1, E2 signals and PCF8574 prob :...
External pullup, of course, connected. I use hardware I2C-pins because I try hardware and software I2C. In both cases PCF8574 works, display is inits and cursor is shown. I try without I2C delay and...
View ArticleShare your working BASCOM-AVR code here : more RFM12 examples : REPLY
Feruz, I could not find my original notes for this work so I made a quick hand cad drawing that I think will work.
View ArticleBASCOM-AVR : LCD 20*4, C2004A, on i2C. E, E1, E2 signals and PCF8574 prob :...
Neither I do have nor use Proteus. Don't see your code in front of me now, so I'm not sure, if you already use Init LCD, in case not, try to issue some Wait an then InitLCD, maybe the hardware needs...
View ArticleBASCOM-AVR : Olimex-AVR-ISP-MK2 : REPLY
Hi Neil, I have it working with Studio 4, but not (so far) with Bascom
View ArticleShare your working BASCOM-AVR code here : Test code for reading a L3G4200D...
hi glen, what the unit value for the gyroscope output? dps or rad/s?
View ArticleBASCOM-AVR : LCD 20*4, C2004A, on i2C. E, E1, E2 signals and PCF8574 prob :...
I tried all versions of lib. Tried InitLCD with Wait. Tried 1MHz...8MHz clock. Tried Config Lcdbus = 4 : Config Lcd = 16x2 ect. All what I have achieved is blinking cursor.
View ArticleShare your working BASCOM-AVR code here : Test code for reading a L3G4200D...
areefzack, I don't remember. It just the raw data from the device so you will need to read the devices documentation. The code is only meant to test reading the data from the device. Its not doing...
View ArticleBASCOM-AVR : ATmega16M1 - BASCOM - CAN BUS : NEWTOPIC
Hi all! I'm starting to look for compiler for my small CAN BUS project. I decided to go for ATmega16M1 chip, because of that I have 2 questions: 1. is ATmega16M1 supported by BASCOM 2. is...
View ArticleBASCOM-AVR : ATmega16M1 - BASCOM - CAN BUS : REPLY
1 : when you look in the bascom folder you will find m16m1 , you will also find a pinout in the help for this processor so this means it is supported. 2 : it will work with all AVR that have the same...
View ArticleBASCOM-AVR : Inline assembler: Possible to specify code placement? : NEWTOPIC
Hi, Is it possible specify at which addresse (inline assembler) code should be placed by the compiler? In other words: is it possible to place code in the program memory that's "reserved" for...
View ArticleBASCOM-AVR : Inline assembler: Possible to specify code placement? : REPLY
It would help to describe the actual purpose... The answer for the question "can I place my own ASM code in the range of the interrupt vectors, beginning with address 0" is: no, that won't work....
View ArticleBASCOM-AVR : Inline assembler: Possible to specify code placement? : REPLY
The benefit is to save a few bytes, in a more general topic of code optimization that's beside the question. On the ATxmega64A1, roughly 512 bytes (0,7%) are occupied by RETI statements. (124 bytes on...
View Article