BASCOM-AVR : read temperatur from atmega328P-dip28 : REPLY
hello thank's for the info i get a value that is biiger that i find in the datasheet!!! i get about 368 with 20degrés! rp
View ArticleBASCOM Project Blog : Watering system Contrioller : REPLY
Now the output buss is working , the variable Outbussvalue holds the state of the two 74HC595s so all we need to do to change the outputs is to change the corresponding bit in this variable then send...
View ArticleBASCOM-AVR : read temperatur from atmega328P-dip28 : REPLY
368mV would be approx. 75 degrees C. It's not measuring the outside air temperature off course. Guess it's the core temperature of the chip. According to the datasheet: "and the accuracy of the...
View ArticleShare your working BASCOM-AVR code here : RHT03 (DHT22) Sensor : REPLY
the chips with A suffix are binary compatible with the old chips. you can also determine this from the fact that the chip ID is the same.
View ArticleBASCOM-AVR : Software update through the internet? : REPLY
I'm picking up that old thread, because it is just what I'm looking for. To build an ethernet-bootloader, we need three modules: - A bootloader that takes the data from an I2C EEPROM - A controler...
View ArticleAVR-DOS : Update Program from Card : REPLY
Hello, I using the Bootloader from Josef to update the firmware trough SD card. I can compile it and works fine if i use $include "Config_MMC.bas" But now i need to use 4 Gb card, so i changed on the...
View ArticleBASCOM-AVR : Software update through the internet? : REPLY
Hi Arera, It's all in this topic; http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=9390 Six1 has made it all for you. You can upload firmware from the pc to...
View ArticleBASCOM Project Blog : Build a Webserver with ENC28J60 +AVR : REPLY
Have been looking at this but as I did not do the TCPIP part I have made only a little headway by increasing the the variable Msg_temp As String * 500 in the Sub Http I now get the message Loading on...
View ArticleBASCOM-AVR : how to transfer a single number from a atmega8 to another vi :...
hello, can you sent me any sample ? thank you
View ArticleBASCOM-AVR : Reset program via ethernet : NEWTOPIC
I'm using an Arduino UNO with ethernet shield to transmit 1-wire temperatures to a Gira Homeserver. Only short distance (10 meters) tested so far with 17 sensors. This works well. Whenever I add or...
View ArticleBASCOM-AVR : how to transfer a single number from a atmega8 to another vi :...
The sample Mark is referring to can be found in the Sample folder. Look for SENDSPI.BAS and SPI-SLAVE.BAS Yassou!
View ArticleBASCOM-AVR : Reset program via ethernet : REPLY
NC is Netcat. I did a test on one PC. Started a dox-box and entered nc -lu -p 5000 (listen - UDP on port 5000) started a second dox-box and entered nc -u 127.0.0.1 5000 (UDP on port 5000 to localhost)...
View ArticleShare your working BASCOM-AVR code here : DDS AD9850 SMALL CODE : NEWTOPIC
Simple program for the dds AD9850 programmable sinus from 1hz to 50Mhz small module here...
View ArticleBASCOM-AVR : DELCHAR Not working : NEWTOPIC
Why DELCHAR command is not working? Is it my version? (1.11.9.0) [b:a79d7c2ae5][color=red:a79d7c2ae5](BASCOM-AVR version : 1.11.9.0 , Latest : 2.0.7.6 )[/b:a79d7c2ae5][/color:a79d7c2ae5]
View ArticleBASCOM-AVR : DAC unnecessary : NEWTOPIC
Hi. On a model glider I use a Atmega8A. I do not use the DAC. Can I connect directly to VDD AVCC? and AREF to GND? (To avoid unnecessary component, avoid weight and space saving). Thank you....
View ArticleBASCOM-AVR : Reset program via ethernet : REPLY
The issue is the receiving of UDP messages which doesn't work for me. Want to check every loop whether a message was sent. Like the message "reset" or "sendstatus". I use netcat on the laptop to test...
View ArticleBASCOM-AVR Old versions : DELCHAR Not working : REPLY
No, DELCHAR is not available in the very old version you are using.
View ArticleBASCOM-AVR : DAC unnecessary : REPLY
Presumably you actually mean the ADC ( Analog-Digital-Converter ). Yes, you should connect the AVcc line to Vcc even if using PortC as a digital port. Aref does not matter. But you should connect it...
View ArticleBASCOM-AVR : Garden automat : REPLY
There is part of manual control valves. I have a problem with the variable Valve. The max value of the variable Valve is 8. Sometimes, Valve's value is two digits. If I disable interrupt, Valve's...
View ArticleBASCOM-AVR : DAC unnecessary : REPLY
The atmel documentation covers the termination of the AVCC & AREF pins the thing to note is that if you miss-set the internal reference than damage can be done to the chip so AVCC to VCC is...
View Article