BASCOM-AVR : Change W5100 IP , MAC , Gateway , Subnet from file on SD : REPLY
Paulvk, I will know the temp of the fridge though! :) Seriously, all really good stuff. The TCPIP library is a great addition. Add the plugin FireBug to FireFox and look out! :) My zone controller...
View ArticleBASCOM-AVR : Change W5100 IP , MAC , Gateway , Subnet from file on SD : REPLY
Paulvk, I approached mine a bit differently. He is the concept for SMTP, SNTP is the same. SMTP knows the port is 25, SNTP the port is hard code in the .lib for 37, NO-IP I am using port 80. This is...
View ArticleBASCOM-AVR : HTRC110 with XMEGA : REPLY
Hi Rick, I gues, You are wrong. HTRC only uses SPI to set some registers; when reading the TAG, You have to decode the Manchester code with a controller (xmega). Mybe Mark has an answer, how to change...
View ArticleBASCOM-AVR : HTRC110 with XMEGA : REPLY
Okay I see. 10.1 READ_TAG This command is used to read the demodulated bit stream from a transponder: After the assertion of the three command bits the HTRC110 instantaneously switches to...
View ArticleBASCOM Project Blog : brushless controller : NEWTOPIC
IÂŽm trying to post a brushless controller code that i need help to translate to bascom but everytime i paste the code here it gives a error and wonÂŽt post anything.
View ArticleBASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
Hi Mark, hmmm text ok but graphics not ? 1 movie text and graphics ( O-familiy driver) 1 movie text and garbled graphics (your driver ) W.
View ArticleBASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
that is because the data write now trashes r1 which it did not do before. i noticed the saving of R1 and i wondered why that was added since it was not altered/required by the data read/write itself....
View ArticleBASCOM Project Blog : brushless controller : REPLY
Small code samples you can just paste and embed in CODE tags. When posting complete samples or data, you need to ZIP the files and attach it.
View ArticleBASCOM-AVR : ATMega8 Trouble with ADC convertes : NEWTOPIC
Hello everyone I have a problem with the lack of repeatability of the digital analog converters ATMega8. I use the following program to test the values of conversion. '00011111 low Fuse Bits '11000001...
View ArticleBASCOM-AVR : ATMega8 Trouble with ADC convertes : REPLY
Could be a power supply issue. How does your PS look like ? You did proper decoupling for high frequencies. How about the low ones ? Add an electrolytic capacitor to Vcc and AVcc. Grounding can be a...
View ArticleBASCOM-AVR : ATMega8 Trouble with ADC convertes : REPLY
Hello AEC I have found it difficult to get the stability I need from the 10 bit ADCs in the AVRs. I have found that a 3 digit reading is the best you can hope for with the last digit varying, to get 3...
View ArticleShare your working BASCOM-8051 code here : A bit of an elementary program...
[code:1:b18b11615b] '-------------------------------------------------------------- ' ' ---=== NAME ===--- ' '-------------------------------------------------------------- ' ' Rudimentary clock using...
View ArticleBASCOM-AVR : ATtiny441/ATtiny841 : NEWTOPIC
ATtiny441/ATtiny841 are quite new. They have very interesting features: 100xgain ADC, 3 Timers, 2 Uarts. Mark, do you know when they will be supported? Regards, Meister...
View ArticleBASCOM-8051 : datfile 89C51 : REPLY
I'm in the same situation with using Bascom-8051. I bought 3 AT89S52's off the back of a truck(cheap on Ebay) and there is no ".DAT" file...well in the Demo version anyway. Am I going to get into hot...
View ArticleBASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
No problem at all I still have a few hours left in this project :-) Helping you is helping myself :-D it is allmost impossible to have all the electronics at hand to try out this stuff for yourself....
View ArticleBASCOM-AVR : ATMega8 Trouble with ADC convertes : REPLY
Dear Plons Thanks for your reply. The analog signal is a temperature sensor LM35 (10mV/ÂșC) connected: J7-8 ---- +5 v J7-7 ---- AGND J7-1 ---- Out Attached photography and circuit schematic Best regards
View ArticleBASCOM-AVR : ATMega8 Trouble with ADC convertes : REPLY
Hello Paulvk I feed the circuit with batteries and measure the voltage of an AA size to eliminate possible sources of noise. We will comment on the results. Thanks for your suggestion. Best regards...
View ArticleBASCOM-AVR : ATMega8 Trouble with ADC convertes : REPLY
Hello AEC I see you use the MAX232 I have moved to the MAx3232 as it can be used both on 3 volt and 5 volt supplies it also only needs 100nF capacitors making things much more compact, in every other...
View Article