BASCOM-AVR : Serialin and data corruption : REPLY
Here are todays pictures. Keep in mind, none of the cables are tidy, or cut to length yet because the cabinet isnt built right this minute.
View ArticleBASCOM-AVR : Serialin and data corruption : REPLY
Great ! All we need now is the schematic :lol: Making dinner (French quisine time), will be back in a few hours. cheers
View ArticleBASCOM-AVR : DS1307 xMega issue : REPLY
Changed to 4.7K Resistors, I was using 1K resistors for some strange reason. Its too strong for 3.3V Even though my 128K eeprom worked, the DS1307 did not.
View ArticleBASCOM-AVR : Serialin and data corruption : REPLY
Bedtime here. Here is something to chew on: [code:1:0a20d8a1ee] ' ******** scanner_framework1.bas for Techknight Bascom forum ****************************** ' Since I do not know how the led matrix is...
View ArticleBASCOM-AVR : Serialin and data corruption : REPLY
Wow! Impressive project. A few thoughts: A big concern regarding the trashed data is this: Plons mentioned that running both the Transmitting and the Receiving micros on a non-baudrate friendly...
View ArticleBASCOM-AVR : Serialin and data corruption : REPLY
@ JC WOW, Jay :) What a post. Good point about the different architectures. And I fully agree on the KISS :P Buffered Serial In and Out: At high baudrates the effect is less. Mark explains it in the...
View ArticleBASCOM-AVR : Serialin and data corruption : REPLY
Ribbon cable is the only way I know of to feed power to the tiles. Keeping things around for molex connectors and cabling (i did in the past) was a nightmare, and ribbon is so much easier to make and...
View ArticleBASCOM-AVR : Serialin and data corruption : REPLY
[quote:6b48c03327="techknight"] Anyways.... KISS, whats that? Surely your not talking about the band? [/quote:6b48c03327] Keep It Stupid Simple https://en.wikipedia.org/wiki/KISS_principle
View ArticleBASCOM-AVR : Serialin and data corruption : REPLY
And it's not a kiss either :D One more thing on Buffered Serial In: for that to use, you need to define a terminating character. Usually ASCII 10, <LF> That rules out the use of binary data as...
View ArticleBASCOM-AVR : Bascom AVR and windows 10 compatibility ? : NEWTOPIC
Is BascomAVR compatible with Windows 10 ? [b:0149abdb38][color=red:0149abdb38](BASCOM-AVR version : 2.0.7.8 )[/b:0149abdb38][/color:0149abdb38]
View ArticleBASCOM-AVR : Serialin and data corruption : REPLY
HW: If the AO4441's run hot, replace them with FDS4435A. Pin compatible AFAIK. I understand why you used that Push-Pull driver: that works fine with 8 to 12V supply voltage, but here the outputswing...
View ArticleBASCOM-AVR : I2C: Writing / reading a Si5351 clock generator IC : REPLY
Hello. Could you share the code for Si5351A control?
View ArticleBASCOM-AVR : Write string variable to the DATA EEPROM : REPLY
Hello, And how to write strings to external eeprom like 24c64 ? Regards toto
View ArticleBASCOM-AVR : Serialin and data corruption : REPLY
[quote:6fdea16903="Plons"]HW: If the AO4441's run hot, replace them with FDS4435A. Pin compatible AFAIK. I understand why you used that Push-Pull driver: that works fine with 8 to 12V supply voltage,...
View ArticleBASCOM-AVR : esp8266 web server : NEWTOPIC
Hello! How can I contact the esp8266 with bascom avr to make web server Page on the net to control turn ON/OFF the 2 lamp And send data to the 3 temperature sensors :?:...
View ArticleBASCOM-AVR : Serialin and data corruption : REPLY
My ribbon cables are 28AWG. With 5 + 6 wires this boils down to 0.88 sq mm. ... Okay, time will tell if that's enough.
View ArticleBASCOM-AVR : Analog comparator interrupts : REPLY
there are 3 interrupts associated with each analog comparator. ACA_AC0 ACA_AC1 ACA_ACW you use them as all other interrupts : ON ACA_AC0 ISR_ACA_AC0 ENABLE ACA_AC0 enable interrupts
View ArticleBASCOM-AVR Old versions : esp8266 web server : REPLY
Hello studet All that you need for a web server is here http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=12358 While the small wireless module is good you will...
View Article