AVR-DOS : ATMega32UC4 with SD? : NEWTOPIC
I need a physically small microcontroller for my application (Under 48 pins, smaller is better), and need to read/write to an SD card, as well as USB. There are a few nice XMega chips, but Bascom's...
View ArticleBASCOM-AVR : Serialin and data corruption : REPLY
Hi Guys, The advantage of multiple FETs in parallel is the on resistance, Lets assume one FET has an on resistance of 0.117R Now put three FETs in parallel, the on resistance is now 0.039R This is a...
View ArticleBASCOM-AVR : Serialin and data corruption : REPLY
[quote:8b41bcbfca="Deanus"] This is a legal way to do it with FETs, with transistors, [/quote:8b41bcbfca] But be aware that not all the fet's switching at the exact same moment. The one that switches...
View ArticleBASCOM-AVR : an idea for the next version f Bascom AVR : NEWTOPIC
hello, for the new version of bascom, I would appreciate it if there was a change in color of the tab from the main program when amending a .inc or .bas included in the program, like this one would...
View ArticleBASCOM-AVR : interfacing ADS1115 : NEWTOPIC
Hello I have tried to interface the 16 bit AD converter ADS1115 with very little succes. I only get ones, FF FF, when reading the chip. I have used data from the quick start guide in texas instruments...
View ArticleBASCOM-AVR : interfacing ADS1115 : REPLY
Hi, Try the [b:754513f46b]12cscan.bas [/b:754513f46b]example from your Bascom directory to test if the hardware is working fine and if the i2c address matching your settings. [code:1:754513f46b] Print...
View ArticleBASCOM-AVR : interfacing ADS1115 : REPLY
Is the 90s8515 really chip You want to run this code or maybe You have Mega8515 that need "m8515.dat"? Why don`t You use some chip with TWI. Even on Atmega8 You can use $lib "I2c_twi.lib" and then use...
View ArticleBASCOM-AVR : interfacing ADS1115 : REPLY
Thanks. I tried the scan program and the result was 144 or Hex90 just like i should. perhaps I could modify the program and see if I get an ack when reading from the ADS.
View ArticleBASCOM-AVR : interfacing ADS1115 : REPLY
you need 2R 4.7k pull up on the I2C lines did you put them ? jp
View ArticleShare your working BASCOM-AVR code here : Thingspeak field update example :...
Thank you for sharing your code. Here are AT commands needed to send data to Thiengspeak with GSM module SIM900. AT commands were tested with terminal. [quote:6fa7e6b41a]RDY +CFUN: 1 +CPIN: READY Call...
View ArticleBASCOM-AVR : interfacing ADS1115 : REPLY
Yes, I have a ready made little pcb with the ADS soldered on it. It has all the pullups and some filtering capacitors. Also the oscilloscope shows fine pulses 2x8 at the scl line and 2x high at ada...
View ArticleBASCOM-AVR : an idea for the next version f Bascom AVR : REPLY
You mean in project mode?
View ArticleAVR-DOS : ATMega32UC4 with SD? : REPLY
that is plenty of SRAM and sufficient for AVR-DOS.
View ArticleBASCOM-AVR : interfacing ADS1115 : REPLY
Hi, did you see datasheet Write to Config register: First byte: 0b10010000 (first 7-bit I2C address followed by a low read/write bit) (H90/H91 OK) Second byte: 0b00000001 (points to Config register)...
View ArticleAVR-DOS : ATMega32UC4 with SD? : REPLY
Thanks Mark! Also, on a somewhat related topic, any progress or timetable getting the USB add-on working with the XMegas?
View ArticleBASCOM-AVR : Print lower case bug !!! : NEWTOPIC
Hi, This very simple program : Dim P As Byte For P = 1 To 100 Print "mworld.be" Next give on the Bascom AVR terminal ( ond others like TeraTerm ) ÀÂorÚd.be ÀÂorÚd.be ÀÂorÚd.be I am using version...
View ArticleBASCOM-AVR : Print lower case bug !!! : REPLY
Hi What Crystal are you using? Baudrate? AVR's generate the clock for Serial comunication using the Crystal divided by a factor. Have a look the the program, show result "Baudrate error". The error...
View ArticleBASCOM-ARDUINO : TFT 5inches, ssd1963 and Mega 2560 : REPLY
HELLO I want to ask about the Method of drawing pixels depending XY variable values, to drawing graph line Suppose y is the time x is DC input
View ArticleBASCOM-AVR : Print lower case bug !!! : REPLY
Hi, Problem is very strange. I use a good quartz. I make many tests with upper case without problem. Only this string gives errors The test program : ' $regfile = "m1284pdef.dat" $crystal = 18432100...
View ArticleBASCOM-AVR : Print lower case bug !!! : REPLY
Hi, Problem is very strange. I use a good quartz. I make many tests with upper case without problem. Only this string gives errors The test program : ' $regfile = "m1284pdef.dat" $crystal = 18432100...
View Article