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

Discussion forum for the BasicX family of microcontroller chips.

Search Results for "i2c"

  

Post a new Thread

Re: Re: Keeping track of date and time   [3 Articles]

David Sousa Mendes - Oct 13 2009
Hello fellows I'm still trying to choose the best MAXIM's RTC for my application... But in their site: http://para.maxim-ic.com/en/index.mvp?tree=timers One can see that they ... Re:  Re: Keeping track of date and time

New BS2 owner wanting to convert over   [2 Articles]

Mike - Nov 10 2008
Hey Guys, I am a new BS2 owner and I love the chip except I ran out of the 2K memory. I am working on a DTMF to Iambic Morse code project. Eventually I want to go from DTMF t... New BS2 owner wanting to convert over

Hardware I2C on BX24P

wwwo...@sympatico.ca - Aug 15 2008
According to schematics BX24P uses ATmega8535 chip, wich has hardware I2C support. I wonder, has anybody tried to use this interface from BasicX program? As I understand there a... Hardware I2C on BX24P

I2C on BasicX Development Station.

jasuk1970 - Jan 29 2008
Hi, Has anyone been able to implement I2C comms on the BasicX Development station? I'm trying to get an LCD Screen to work with the board which uses I2C as its communication. ... I2C on BasicX Development Station.

Re: ShiftIn/ShiftOut commands.

Tom Becker - Dec 29 2007
> ... ShiftOut also uses a clock pulse. Is it an externally or internally generated pulse? Both ShiftIn and ShiftOut internally generate the clock on the specified pin. The ... Re: ShiftIn/ShiftOut commands.

PWM to I2C   [5 Articles]

sturgessb - Jul 11 2007
Hi Guys Im having a problem where the need to read 5 channels of PWM is causing my control loop to run very slowly (for obvious reasons). So I would like to move this job o... PWM to I2C

SPI versus I2C   [2 Articles]

David Sousa Mendes - Apr 14 2007
Hello fellows Even though a bit out of context: I'm finding some difficulties with learning the SPI protocol... Some of my basic questions: 1- Did any of you set two machines t... SPI  versus I2C

Re: Ultrasonic position sensor

ericserdahl - Apr 5 2007
Hi Paul, The BX-24 has one (1) 10 bit ADC. It uses an eight channel analog mux, so the "analog reads" would have to be sequential. It can "scan" pretty fast so it may work for... Re: Ultrasonic position sensor

Re: link basicX together   [2 Articles]

Yuri Bernikov - Oct 31 2006
Two BasicX can interact via serial protocol and command language. For instance, if the master would like to start a motor in forward direction with 100RPM it sends "F100" strin... Re: link basicX together

I2c   [3 Articles]

andy...@aol.com - Oct 19 2006
Hi Everybody, I need some I2C commands to run a Devantech Sp03 Speech Synthesizer. Thanks! Bye [Non-text portions of this message have been removed] ... I2c

Re: Saving programs   [4 Articles]

mr_tentacle_too - Sep 15 2006
The project represents all the code that will be compiled and downloaded into your BasicX. A project can have one or more modules. This is a little confusing if you usually ... Re: Saving programs

SPI bus length?

Tom Becker - Jul 13 2006
I have a dilemma: I need a fast compass in a complex motorized device but the motor magnets (which move within the project as the project moves over Earth) disturb the compass ... SPI bus length?

Monitor voltage and current   [2 Articles]

nuepatrick - Jun 30 2006
Hello all, I am not sure if someone has addressed this issue before. I have tried a search, but have not been able to find anything. What I am designing is a video distrib... Monitor voltage and current

RE: ATMEL 24C512 EEPROM Problem

Victor Fraenckel - Jun 22 2006
I don't know if this will help you, but you might have a look. I have implemented some code for accessing the I2C version of Ramtron's FM24C256 EEProm. You can download the cod... RE: ATMEL 24C512 EEPROM Problem

Devantech SP03   [2 Articles]

andy...@aol.com - May 25 2006
Hi everybody, I am using a Devantech SP03 speech synthesizer on my robot. Does anyone now how to use the SP03's I2C with the BasicX-24p? Check out this link _http://ww... Devantech SP03

lcdx sample code for i2c interface read write

rickpegser - May 1 2006
what are the pinouts for the i2c interface for the lcdx. and can i still unplug the i2c lines and us rs232 for uploads without changing jumpers. where is good sample code for t... lcdx sample code for i2c interface read write

Re: PS/2 Keyboard with BasicX

"G. Kramer Herzog" - Apr 22 2006
Tom is correct. This is an 'open collector set up' where the BX24 or whatever is receiving the serial data can only STOP the clock by pulling it low. It is the slave, not the... Re: PS/2 Keyboard with BasicX

Re: SP03 Speech module

"massimo.negrotti" - Apr 14 2006
--- In b...@yahoogroups.com, "Ron A. Nucci" wrote: > > Hi > > Has anyone written code to talk to the Devantech SP03 using the I2C > interface and the shiftout comman... Re: SP03 Speech module

BasicX and SP03 speech module

"massimo.negrotti" - Apr 14 2006
Have somebody tried to drive a module SP03 through I2C in BasicX? I have found a lot of codes for programming I2C in BasicX but I do not understand what code I should write in o... BasicX and SP03 speech module

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?

New file is uploaded

Yuri Bernikov - Mar 9 2006
It is a set of DEMO programs for 4x20 LCD with I2C backboard "Spyglass Control Panel". The programs demonstrate how to use different features of the unit, i.e. displaying data... New file is uploaded

Re: Queues of a different type   [2 Articles]

G. Kramer Herzog - Mar 9 2006
Are sequential bytes possibly transmitted and received without pause? In other words,if you have SPI, I2C, or One-wire that requires a 16 bit word or longer - without pause; i... Re: Queues of a different type

uC comms decoding   [5 Articles]

Ed - Mar 8 2006
HI Not sure if this is the right place but here it goes: I'm trying to expand the capabilities for the wired remote control for an Archos Multimedia Jukebox (JBM20). The main ... uC comms decoding

How to use I2C with LCD   [2 Articles]

hvaccontrols.casey - Mar 8 2006
I have a Matrix Orbital VK204-25 as my display, and a BX-24. I'm a beginner! Using I2C: How to have the BX-24 send to a LCD address, which is (5CH). Using I2C: How to send tex... How to use I2C with LCD

Re: Keypad interface?

query_again - Mar 8 2006
Anyone has experience in connecting a 20X4 parallel LCD with 3X4 Keypad directly, displaying the depressed key + sending the info BX- 24? thanks in advance --- In basicx@bas... Re: Keypad interface?

Question About I2C Coding

Steve Whittle - Feb 27 2006
Hello Group, I am hoping that someone will be able to answer a question about I2C programing, I need to be able to write an UnsignedInteger to an I2C device. Using The I2C rout... Question About I2C Coding

Re: Re: adding EEPROM

Austin Harkins - Feb 23 2006
Steve, you may remember me from school. As an alternative, you could try an I2C EEPROM. There are many example schematics and 'bit baning' routines to read and write I2C EEP... Re:  Re: adding EEPROM

basicx Seeking sage advice

n0ure - Feb 17 2006
I'm seeking sage advice for my solar hot water project. I'm returning my 5 panel 1989 system to operation. I have three sinks, heat exchanger to 120 g domestic hot water, direct... basicx Seeking sage advice

RE:extended data logging

Vic Fraenckel - Jan 31 2006
>How large an external EEPROM can I address with the BasicX-24 >for data logging application ? >Can someone suggest a suitable chip Have a look at the Ramtron FM24C256 FRAM ... RE:extended data logging

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: BX-24P and DTMF decocer (8870)

Robotics_Job_Search - Jan 14 2006
I had started a write-up of Decoding DTMF with a ZX-24, but never quite got it completely finished; the text follows. There are pictures to go with it, if you're intere... Re:  BX-24P and DTMF decocer (8870)

Re: Key Pad Recommendations   [2 Articles]

Yuri Bernikov - Jan 4 2006
2x8 I2C port expander can do the job, and it requires only two wires. The assembled module is available here: http://www.rafatronics.com/portexp.html for $10. Unu... Re: Key Pad Recommendations

Re: Strange question!

Nikropht - Jan 4 2006
What interface is the sonar using? If its I2C or serial it should work. -Mike On 1/4/06, naimead wrote: > > Hi again guys, > > I have a th... Re:  Strange question!

Re: Serial communication

Don Kinzer - Jan 2 2006
--- In basicx@basi..., Mike Perks wrote: > [...] You several choices here: [...] Another choice that Mike did not list in his reply was to choose differe... Re: Serial communication

OT I/O pins (was C programming for BX-24)

Mike Perks - Dec 30 2005
arhodes19044 wrote: > Unfortunately, more I/O pins quickly become necessary in larger > projects. Then the full connectivity of the 64 pin AVR devices > becomes necessa... OT I/O pins (was C programming for BX-24)

Re: Acroname 3-Amp H-Bridge with Back EMF feedback

Eric - Dec 13 2005
I have not used this board with a BX, but I have one and have used it with the Brainstem Moto. There is documentation on the acroname site about it and about the Moto board.... Re: Acroname 3-Amp H-Bridge with Back EMF feedback

Re: driving LED displays

ybernikov - Dec 8 2005
> I was wondering if someone out there can offer some advice on how to > drive dot-matrix LED displays with the BX-24.[] I think as a starting point you can use the LE... Re: driving LED displays

Re: Keypad interface?   [9 Articles]

Don Kinzer - Dec 7 2005
--- In basicx@basi..., "arhodes19044" wrote: > I have not tested the limit of the number of potential simultaneous > keys, but 3 is no problem. I believ... Re: Keypad interface?

Re: SRF08 Ultrasonic Ranger: odd echoes

arhodes19044 - Nov 27 2005
Sorry for the late reply. I was away. Anyway, I am not doing any averaging. The numbers are pretty consistent and do not jump apround much. I do not always get the ... Re: SRF08 Ultrasonic Ranger: odd echoes
| 1 | 2 | 3 | 4 | 5 | 6 | next