Go to advanced search

by raspmz
Wed Sep 17, 2014 8:15 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: [solved] Stepper driver over I2C not recognized
Replies: 7
Views: 1285

Re: Stepper driver over I2C not recognized

Thanks for your help. It is working now. I needed a level shifter and some pullup resistors for the decice.
by raspmz
Sat Sep 06, 2014 8:10 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: [solved] Stepper driver over I2C not recognized
Replies: 7
Views: 1285

Re: Stepper driver over I2C not recognized

The RPIi is a 3.3V device, your device 5V. What pull up resistors are attached? The RPi has pullups, your device may or may not have pull ups. To strong pull ups are dangerous to the RPi btw. Bidirectional level convertors exist for I2C and also may have (optional) pullup resitors. With the USB I2C...
by raspmz
Sat Sep 06, 2014 7:37 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: [solved] Stepper driver over I2C not recognized
Replies: 7
Views: 1285

Re: Stepper driver over I2C not recognized

I know about the ground, i only forgott to mention that :D
My device is powered by an external powersupply as my stepper needs 10V.

Thx hansotten, i haven't thought about the 3.3 V :?
by raspmz
Sat Sep 06, 2014 1:10 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: [solved] Stepper driver over I2C not recognized
Replies: 7
Views: 1285

Re: Stepper driver over I2C not recognized

I used 2 wires to connect it to the scl and sca (3 and 5) port of the pi.
There is a jumper to set to address to 192 or 194.
If i use my windows i2c to usb tool it is possible to control the driver, but my pi does not show any connected device if i attach it to it.
by raspmz
Fri Sep 05, 2014 11:26 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: [solved] Stepper driver over I2C not recognized
Replies: 7
Views: 1285

[solved] Stepper driver over I2C not recognized

Hi, I'm new to the I2C programming. I bought this stepper driver module ( http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=30930 ) I then followed the instructions to enable i2c on my raspberry. ( https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c ...

Go to advanced search