BASCOM-AVR : DS1307 RTC : REPLY
Ludwig, Ugggh :oops: Thanks for the code check. Changed the line to [code:1:cc0507a91f]Config Twi = 100000 'CONFIG TWI will ENABLE the TWI master interface [/code:1:cc0507a91f] Debug output from the...
View ArticleBASCOM-AVR : Simple two digits code? : REPLY
Hello pvdbos, You don't need another chip, do it only with your atmega88 Best regards toto
View ArticleBASCOM-AVR : Simple two digits code? : REPLY
Oke. But do you have for my a code example like my code? I'm getting stuck.... :roll:
View ArticleBASCOM-AVR : Simple two digits code? : REPLY
With multiplexing what you do is to use one more line for each display from another port to turn on that seven segment display so you first output the value to the port to display the number then turn...
View ArticleBASCOM-AVR : Simple two digits code? : REPLY
Oke I'm only looking for a code example do you have a code for my?
View ArticleBASCOM-AVR : Simple two digits code? : REPLY
Sorry no but a search of the forum should find it search on "multiplexed seven segment display" Regards Paul
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
Sure the M103C compatibility fuse is off? This fuse is programmed by default.
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
Via AVR Studio. It is off. Last project I had this DS1307 RTC on was the Xmega, Xplained patform. Also a new shipment of RTCs came in. They are a bit cold they stayed the night in the mailbox, we hit...
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
here is my xmega scanner code i used for the mystery ds1307 from another topic [code:1:43af56477f]'------------------------------------------------------------------ ' (c) 1995-2014 MCS '...
View ArticleBASCOM-AVR : Simple two digits code? : REPLY
here is a sample from the ZL15. [code:1:e0bea5b687]'***************** (c) 2008 BTC Korporacja *********************************** ' http://www kamami.com 'PROJECT : LED2 'BOARD : ZL15AVR (with...
View ArticleEASY TCP/IP : Problem with TCPREAD function : REPLY
while i implemented this function, waiting for a cr+lf might not be a good idea in case such data will not arrive. A better way is to check if there is data pending in the buffer and to read it and...
View ArticleShare your working BASCOM-AVR code here : OLED Display using SSD1306 with...
Hello OLED-Fan's Great work. But I have a problem to recognise which code now works with the Kotzig-Displays. Help needed... Thank you!!! Thomas
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
Mark- Thanks for the reply and I did see that post with the Xmega I2C/TWI scanner. So far a few things found. Doing this incrementally. 1. The Xtal on the DS1307 chip was bad. Verified with scope. 2....
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
If you are using a RTC such as DS1307 64 x 8, Serial, I2C Real-Time Clock Why do you want to use the sw time keeping function? it is redundant and is volatile. CONFIG CLOCK Configures the timer to be...
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
RTC Clock update..... I updated the above code from first post to turn on SQWout of the DS1307. Per the help file... Notice that you need to connect a 32768 Hz crystal in order to use the timer in...
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
[quote:3fb0d154bf]With a scope on the SCL lines, you can see the clocking of the DS1307 at the giving interval. When the Print date and time, which calls the DATE$/TIME$ functions is rem'd out. No...
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
[quote="rsavas"][quote:5554f1a63c] IIRC, there is no relationship between the DATE$/TIME$ functions and accessing any i2c peripheral. When you use a RTC, you are responsible to keep track of...
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
DS1307 getdatetime call is ~965uS on a M128 with a 14.7456MHZ xtal.
View ArticleBASCOM-AVR : New IDE...:( : NEWTOPIC
Hi Mark! Is there news about new IDE....? This is loooong time promise. I using BascomAVR almoust every day now, and it's become realy painfull using this old IDE. My project are become quite large, I...
View ArticleBASCOM-AVR : DS1307 RTC : REPLY
Good, I am glad we are making sense out of what you are doing :-) It is very helpful to state up from/beginning exactly what you are trying to accomplish, that way we can help provide methods to...
View Article