BASCOM-AVR : using If statement with And statement : REPLY
Hello guys, thank you so much for your interest in helping me with this issue, I have actually tried serveral things but I still get the same problem. Pressure5 is declared as a single Plow and Phigh...
View ArticleEASY TCP/IP : WIZ820i0 : REPLY
With the W5200 I got this running: [code:1:691442f648]'Arduino Duemilanove test - Atmega328p 'W5200 - SNTP works $regfile "m328pdef.dat" $crystal = 16000000 $baud = 19200 ' use baud rate $hwstack = 80...
View ArticleEASY TCP/IP : WIZ820i0 : REPLY
make sure reset time is long enough. i know MAK3 had a problem and the longer reset solved it. Reset W5200_nreset Waitms 1 Set W5200_nreset Waitms 350
View ArticleBASCOM-AVR : using If statement with And statement : REPLY
you must prevent that the value you check can be changed while you are comparing this value. so turn off any interrupt that can alter the value. then for singles/doubles : if you do an exact compare...
View ArticleVarious : Bascom AVR - supported device : REPLY
there is the Chips pinout list in the help. this is updated each release when new dat files are added. our official statement : all avr chips with internal SRAM and 32 registers are or will be...
View ArticleShare your working BASCOM-AVR code here : GPS processing and status display :...
great ! good news. yes sometimes it is remarkable what they can survive. i remember i inserted a chip 180 degreed rotated. (90 would be really remarkable). it became hot and after i discovered the...
View ArticleShare your working BASCOM-AVR code here : More code space : REPLY
thanks for sharing. yes, what you did is no problem and clever. the font file is just a bunch of data lines and it is linear. when you display a character, the base address is calculated, and the...
View ArticleBASCOM-AVR : Xmega TcD0 configuration results : REPLY
Thanks to all for their input on this. From the code examples here I was able to use the DFLL successfully, verify adjusted oscillators and verify external 32.768KHZ clock source. Here is a picture of...
View ArticleBASCOM-AVR : Detecting multiple keypresses on matrix keypad : NEWTOPIC
Hi, all I have tried to search for the answer, but I haven't been able to find anything. Would be surprised really if nobody has asked this before... :) Is getkbd() able to detect multiple (2)...
View ArticleBASCOM-AVR : Detecting multiple keypresses on matrix keypad : REPLY
Getkdb() can't do this as standart But if I2C is a option for you then a PCF8575 16bit will be nice to use here you can make matrix 16 keys + you have 8 more pins free to use 8574 8bit is used here...
View ArticleVarious : Bascom AVR - supported device : REPLY
Yes, I understand it is practically difficult to update the page after every device released by Atmel. Thank you and best regards.
View ArticleBASCOM-AVR : using If statement with And statement : REPLY
Hello all, i got my program working, i'm surprise to find out what the issue was, although i honestly don't understand why this is. I changed the way i was getting the readings from the ADC, i had it...
View ArticleShare your working BASCOM-AVR code here : GPS processing and status display :...
Hello doncarlos Its amazing what you can grow in a plastic bread board. I also like the skyplot, just can not get rid of the feeling that there is something missing at the bottom.... To shoot them...
View ArticleBASCOM-AVR : Detecting multiple keypresses on matrix keypad : REPLY
Hello StigOE These are very nice and do not worry about dirt/oil The buttons are a sheet of paper under the clear plastic so putting your own pictures is easy....
View ArticleBASCOM-AVR : Detecting multiple keypresses on matrix keypad : REPLY
Thanks for the suggestions, much appreciated. I2C could be a solution. I may look into that. That touch keypad also looked good, except I couldn't find any datasheet/user manual for it... As for...
View ArticleBASCOM-AVR : Detecting multiple keypresses on matrix keypad : REPLY
Hello StigOE The keypad puts out RS232 and BCD a code for each key and another for the alternate key , keys light up on press, keys beep on press and all you need is a printer to make the key...
View ArticleBASCOM-AVR : Detecting multiple keypresses on matrix keypad : REPLY
Ok, thank you. That seems simple enough... :)
View ArticleShare your working BASCOM-AVR code here : More code space : REPLY
Thanks for the confirmation Mark, and sorry I called you by the wrong name, apologies. Good to know that it has the required effect, ie: increasing space and no detrimental effects on the running of...
View ArticleBASCOM-AVR : Please Help me using adxl345 : NEWTOPIC
Hello there, please help me to my final exam Do you think it's possible with some kind of algorithm to calculate the distance or the direction to the source of a footstep/knock from an accelerometer?...
View Article