Sign in

username:

password:



Not a member?

Search basicx



Search tips

Subscribe to basicx





Ads

basicx by Keywords

Accelerometer | ADC | ADXL | Adxl20 | AVR | BasicStamp | BX-35 | BX28 | BX35 | COM3 | Compiler | Downloader | EEPROM | Electromagnet | GetADC | GP2D1 | GPS | I2C | IDE | Keypad | LCD | LCD+ | MIDI | Motors | Multitasking | Netmedia | Networking | PCB | PID | PlaySound | PWM | Relays | RTC | Servo | ShiftOut | SitePlayer | SPI | Stack | Timer | USB

Discussion Groups

See Also

DSPFPGAElectronics

BasicX


Advertise Here

Discussion forum for the BasicX family of microcontroller chips.

Search Results for "avr"

  

Post a new Thread

Re: ADC Help

reza arezoumand - Nov 26 2008
you have tow way for slove this problem 1 use adc ic for adapt analog signal to digital 2- use microcontroller with adc devise so avr atmega32 =A0 _____________________... Re:  ADC Help

Re: Is this the end, my friends?   [2 Articles]

"nje...@ihug.co.nz" - Oct 27 2007
Tom and others I have to agree with Ken unfortunately. I've been using the atmel chips recently, and programming with Bascom ( which has its drwabacks) ... Re:  Is this the end, my friends?

Re: Intercept LCD Writes

Tom Becker - Sep 7 2007
> ... InputCapture function will only allow me to monitor one line. If you need to essentially tap real time display data, you're right, InputCapture can't do more than one ... Re:  Intercept LCD Writes

Re: Maximum sink/source current for BX-24 and BX-24p   [2 Articles]

stevech11 - Jan 30 2007
re the below... Per this web site http://www.zbasic.net/ZX24a.php the BX24 uses an Atmel AVR ATmega8535 chip. The answers to your questions can be had by going to Atmel's w... Re: Maximum sink/source current for BX-24 and BX-24p

Re: Industrial Bx-24???   [5 Articles]

mr_tentacle_too - Jan 6 2007
Just curious - what sort of sensor or device do you want to attach that presents/consumes a 24V signal? Current loop, or ...? Allowing external power up to 24v makes it easy ... Re: Industrial Bx-24???

BasicX Message Board Suggestion?

tsprap - Jan 1 2007
I would think that it would be easier and more convenient to have a BasicX message board similar to AVRfreaks or even Parallax's forum. I would think it would even be more acti... BasicX Message Board Suggestion?

Re: Best way to save Odometer reading???   [2 Articles]

Tom Becker - Sep 21 2006
http://tech.groups.yahoo.com/group/basicx/files/Datasheets-Appnotes-Examples-Drawings/Code%20Techniques/ AVR101.pdf is Atmel's discussion of a circular buffer in EEPROM. You'... Re:  Best way to save Odometer reading???

Re: Re: bxdism ?? new "micros" link

Mike Perks - Apr 14 2006
Eric, I changed my website a while ago and replaced the directory "basicx" with "micros". Everything else is the same except for the addition of articles and projects for ot... Re:  Re: bxdism ?? new

Re: High resolution timers?

arhodes19044 - Apr 7 2006
No, I did not. I ended up using the DS3231. This is a combo of a precsion oscillator good to 2ppm over an industrial temp range. It is a RTC with date and time down to the... Re: High resolution timers?

Re: Re: pow() and log() replacements?

Mike Perks - Feb 20 2006
cfrancois_55116 wrote: > I used bxdism. log() uses 63 bytes of stack while pow() uses an > astonishing 100, probably because it calls log() in a Taylor's > expansion. http://... Re:  Re: pow() and log() replacements?

Re: Migrating to a new platform   [8 Articles]

Ken Arck - Jan 25 2006
My suggestion is the Atmel AVR's. A LOT cheaper, more I/O, tons more code space, tons more RAM and tons more EEPROM. Bascom (www.mcselec.com) makes a nice Basic-based IDE for t... Re:  Migrating to a new platform

Re: RTC on the BX-24P   [4 Articles]

arhodes19044 - Jan 20 2006
--- In basicx@basi..., "Bookwalter, Dan" wrote: > > Does the real time clock on the latest version of the BX-24 still have > 1.95 ms resolution... Re: RTC on the BX-24P

Re: DS1620

arhodes19044 - Jan 17 2006
--- In basicx@basi..., "bryanwasherein04" wrote: > > This turned out to be a costly mistake. Well, lots of people like PIC's but they seem to me... Re: DS1620

Re: Baud Rate Question   [2 Articles]

Don Kinzer - Jan 3 2006
--- In basicx@basi..., "wurlitzer28" wrote: >[...] By the way does the BX-24P still use "14" for the baud rate > divisor to generate something close ... Re: Baud Rate Question

Re: C programming for BX-24   [8 Articles]

Don Kinzer - Dec 26 2005
--- In basicx@basi..., "arhodes19044" wrote: > Well, I do not think it is possible. Certainly not thru GCC. Actually, it is possible but perhaps not in the... Re: C programming for BX-24

Re: Keypad interface using a PCF8574

Don Kinzer - Dec 12 2005
--- In basicx@basi..., "ybernikov" wrote: > This means that the "real life" speed of BX-24 is more than 10 times > slower than the "best case" speed for th... Re: Keypad interface using a PCF8574

Re: counting pulses on the bx-24

arhodes19044 - Nov 15 2005
re: ADC. I have used the AVR hardware to start continuous ADC conversions at a certain rate, up to about 100K/Sec. I used a much slower rate. Ths way, there is a rela... Re: counting pulses on the bx-24

Re: Single --> 4 char String

Don Kinzer - Nov 12 2005
--- In basicx@basi..., "arhodes19044" wrote: > I forget in what byte order the single is stored: high end first or > low end first. BasicX is "little-en... Re: Single --> 4 char String

Re: RTC, Com1, Com3, etc.

Don Kinzer - Oct 26 2005
--- In basicx@basi..., "G. Kramer Herzog" wrote: > Maybe you can eventually explain it better to me ... The BX-24 RTC is implemented using Timer0. The... Re: RTC, Com1, Com3, etc.

Re: Debug.Print sends extra characters. Any way to stop this?

arhodes19044 - Oct 13 2005
Well, would bet that they ARE a carriage return and line feed. What are the numerical values of the characters? The solutojn is to NOT use debug.print, and just place ... Re: Debug.Print sends extra characters. Any way to stop this?

Re: +/- 10V to +5V Conversion

Don Kinzer - Oct 3 2005
--- In basicx@basi..., Ken Arck wrote: > Call me dumb but how does a voltage divider protect the BX's input > from a negative voltage? By itself, it doesn'... Re: +/- 10V to +5V Conversion

Re: Parallel port vs Serial   [5 Articles]

arhodes19044 - Oct 3 2005
I am not sure what you mean by concurrency in this situation. It is asynchronous, and relatively low speed, although some hardware can deal with up to 1M bits/sec. I am ... Re: Parallel port vs Serial

RISC big or small. Harvard Architecture or pseudo-Von Neuman?   [7 Articles]

G. Kramer Herzog - Aug 24 2005
I look at the documentation for the BX-01 and then I go to Amtel's site for more hardward information and I just seem to get a bit confused. First of all, Amtel does ... RISC big or small. Harvard Architecture or pseudo-Von Neuman?

Re: Motor Controller   [2 Articles]

tombhandley - Aug 15 2005
Mike sounds good! When I checked out the link it said the sight was unavailable and had a 'man rejuvinator' Ad ;-) - Tom --- In basicx@basi..., Mike Perks Re: Motor Controller

AVR Studio   [2 Articles]

flyerx_2000 - Aug 13 2005
Can AVR Studio be used with the BasicX 35/24? AVR Studio 4: http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2725 It supports the Atmel chips used by Bas... AVR Studio

Re: most efficient way to convert a string to a byte or an integer   [2 Articles]

Mike Perks - Jul 31 2005
arhodes19044 wrote: > More questions on these silly strings.... > > Basicx gives us a function to convert a string to a float, then > functions to convert to various ... Re:  most efficient way to convert a string to a byte or an integer

Re: Help with chip selection   [2 Articles]

Mike Perks - Jul 19 2005
ankur_tandon_19 wrote: > I am looking for a chip which will have the following specs: > - Fast Instruction speed more than 40,000 instruction/sec approx. > - Good amoun... Re:  Help with chip selection

Re: Line Detector Circuit   [4 Articles]

tombhandley - Jun 22 2005
Mike after glancing over your schematic, you could easily eliminate the LM339 and related passive components with a single PIC or probably AVR chip. I'm a PIC guy... ... Re: Line Detector Circuit

Re: Re: multitasking problem   [2 Articles]

Mike Perks - Jun 21 2005
gvartani wrote: > I have run these tasks individually, and they seem to be fine when > run individually with their respective stack size. Also, the servo > task is from... Re:  Re: multitasking problem

Re: Re: RAMsandwich and I/O Pins at startup   [2 Articles]

Mike Perks - Jun 15 2005
Jay, It appears to me that the AVR powers up with random states for its ports. So in my view you should definitely use external pullup or pulldown resistors where neede... Re:  Re: RAMsandwich and I/O Pins at startup

Re: Can't feel the Vibes. (sometimes)

arhodes19044 - Jun 9 2005
--- In basicx@basi..., "Tom Becker" wrote: > The BX-24 cannot simultaneously sample multiple analog inputs, but can > sample a byte of simultaneous bits f... Re: Can't feel the Vibes. (sometimes)

Simulation on Proteus   [5 Articles]

Ed - May 26 2005
Hi Just a thought, would it be possible to upload the binary file loaded on the BasicX ATMEL uC flash memory and use it with Proteus ( http://www.labcenter.co.uk/ )... Simulation on Proteus

Re: hi grup

Mike Perks - May 24 2005
mehdy_jadidy2 wrote: > hi grup > i need libreries/example code for t6963 lcd for atmega16 micro in basic > or C > i need to draw lines , put pixels and put text on lc... Re:  hi grup

Serial Binary Counter and Shift Registers

David Sousa Mendes - Apr 25 2005
Hello I'm working with an anemometer which sends pulses every time it makes a complete tour. I was thinkin about using the CountTransitions function... The thing is I will h... Serial Binary Counter and Shift Registers

Re: Re: Announcing "BasicX Internals - Part 6" Article   [3 Articles]

Mike Perks - Apr 24 2005
w7mjr wrote: > > --- In basicx@basi..., Mike Perks wrote: > > Also its not clear to me the benefit of aligning with a .NET > > embedded framework. > ... Re:  Re: Announcing "BasicX Internals - Part 6" Article

Re: water sensor

Don Kinzer - Apr 21 2005
--- In basicx@basi..., nmj wrote: > [...] you must include protection diodes to prevent the bx24 input > seeing voltage greater than 5v or less than 0v. ... Re: water sensor

Re: Update on PWM Generation

Mike Perks - Apr 17 2005
Here is an update on a question I posted a few days ago about alternatives to the builtin PWM generators in BasicX. I wanted IR remote capability via InputCapture and this... Re:  Update on PWM Generation

Re: DC motor Questions (was PWM Generation)   [3 Articles]

tombhandley - Apr 16 2005
Mike, I've had more time to look at the L6205 data sheet. Before I go any farther, have you looked at the following ST Micros' App note AN1762? There is a wealth of inf... Re: DC motor Questions (was PWM Generation)

Re: PWM on other pins

Mike Perks - Apr 15 2005
Ed, No is the simple answer if you want to make use of the hardware generated PWM from Timer 1 - see the Atmel chip specification document. You can generate your own ... Re:  PWM on other pins

Re: Re: Mac and BX-24   [4 Articles]

Tom Igoe - Apr 15 2005
I had an exchange with Chris yesterday that convinced me that you can program a BX-24 using the avr-gcc tooset native on a mac or *nix box by attaching an SPI programmer t... Re:  Re: Mac and BX-24
| 1 | 2 | 3 | 4 | next