BASCOM-AVR : drive 3 GLCD with one atmega32! : NEWTOPIC
Hi i want to drive 3 GLCD with ks108 chipset with one atmega32 chip. is it possible? how can i do it? other question, can i store bascom bgf file into an external Eeprom such as at24c512?...
View ArticleBASCOM-AVR : problem with sram waveplayer : REPLY
im very thank you for your helping i wish that solving your problems.
View ArticleBASCOM-AVR : drive 3 GLCD with one atmega32! : REPLY
can't any one help me? i have a teory! we can connect D0 ~ D7 pins of LCD to one port of Atmega32 and use from Ce2 , Ce , Cd , Rd, commonly. then with Reset and Enable pins Select our favorite LCD...
View ArticleBASCOM-AVR : drive 3 GLCD with one atmega32! : REPLY
It should be possible to connect more then one display to an avr with Bascom. Databus and the most other pins you can connect together, Ce and Ce2 should be connect apart for all display's The biggest...
View ArticleBASCOM-AVR : drive 3 GLCD with one atmega32! : REPLY
thanks Evert. i test my theory. why i have retouch library? because define new task for Ce and Ce2 pins? can't cotroll them in the main program (no in library)?
View ArticleBASCOM-AVR : Attiny 44 and Hard-SPI : NEWTOPIC
Hi, there seems to be a problem with the attiny44 and Hard-SPI. As soon as i put the following line --------- Config Spi = Hard , Interrupt = Off , Data Order = Msb , Master = Yes , Polarity = High ,...
View ArticleBASCOM-AVR : Attiny 44 and Hard-SPI : REPLY
The Tiny44 has an not Spi interface. There's only an USI interface that can handle spi. http://avrhelp.mcselec.com/using_usi_universal_serial_int.htm?zoom_highlightsub=usi
View ArticleBASCOM Project Blog : Making A Meter with the 32 x 8 matrix display : REPLY
Now some more characters for use with numbers in the 3 columns. We have plus, minus, divides, decimal point, comma, exclamation mark and single quotation mark. This makes for formatting numbers so...
View ArticleBASCOM-AVR : HELP: Bootloader problem with ATMEGA64 : REPLY
...yes! it erases the chip. Thanks I really don't want to upload our application using the Bootloader, at least for poduction. We run at 9600 baud and our app is huge! Here is what I found works for...
View ArticleBASCOM-AVR : MQTT : NEWTOPIC
I find a very nice simple message protocol. It is call MQTT see www.mqtt.org I plan to connect a sensor ( AT MEGA 128 ) with TCP ( wiznet 210 ) to a MQTT server. Any code or experience available ?...
View ArticleBASCOM-AVR : MQTT : REPLY
That is interesting... I googled and found some links. Here a link to an Arduino-client http://knolleary.net/arduino-client-for-mqtt/ In the samples directory there are several examples of using the...
View ArticleBASCOM-AVR : Find out if bootloader is present in flash : REPLY
Arera, I believe I have a simple solution to the problem we both asked about. My reason for asking was that i wanted to know what caused a processor reboot, because if there was a BL present, the...
View ArticleBASCOM-AVR : TFT with ILI9341 controller : NEWTOPIC
Hi! I've just got a nice 240x320 2.8''TFT with ILI9341 controller. I tried to connect it on a SPI, using Display3000 'library', but no cuccess. Does anyone has some hints about this controller? ThanX!...
View ArticleBASCOM Project Blog : Making A Meter with the 32 x 8 matrix display : REPLY
I have added more checks to the code now if the string ends up less than 4 characters it gets padded out to 4 so that the unused displays are blanked I use character 64 "@" which is all 0s in EEPROM...
View ArticleBASCOM-AVR : Strange problem SPI and RS232 dosnt work togeather : NEWTOPIC
I am having problem when I used print command with SPI it dosn't work $regfile = "m8def.dat" $crystal = 40000000 $baud = 9600 $hwstack = 32 $swstack = 20 $framesize = 80...
View ArticleBASCOM-AVR : how to assembled a three bye array in one data type : NEWTOPIC
I am able to collect one register of one old metering chip ADE7753 it is a 24 bit signed value, I am storing it in three byt array. say it is RMS voltage value and it is in hex &H400000, I am also...
View ArticleAVR-DOS : compiler error in Config_MMCSD_HC.BAS : REPLY
Any help would be greatly appreciated! Thanks!
View ArticleShare your working BASCOM-AVR code here : HONEYWELL HIH-6130/21 Humidity...
[quote:9e644d6f13]Dim Tempras As Single[/quote:9e644d6f13] Hello folks, Needed a break from some of my other projects, so got into some more programming. I had a spare BMP180 proto pcb from DSS...
View ArticleBASCOM Project Blog : AVR DDS? : REPLY
My code for programming an AD9833 for sine wave output. Garrett B. Waltrip N7QWT 'Start Hardware Configuration '####################################################################### $regfile =...
View Article