Connect your Raspberry Pi to a Wi-Fi network directly from PiStorms!
Latest posts
-
Connect to Wi-Fi Directly from PiStorms!
-
Image Recognition Robot with PiStorms and Pi Camera12/02/2017
Image Recognition Robot with PiStorms and Pi Camera
-
Rotary Inverted Pendulum with PF-XL Motor and GlideWheel-M12/13/2016
Rotary Inverted Pendulum with PF-XL Motor and GlideWheel-M
-
Make Your Own Obstacle Avoidance Robot with SumoEyes12/13/2016
Make Your Own Obstacle Avoidance Robot with SumoEyes
-
Check Basic Information of Your I2C Sensors12/13/2016
Check Basic Information of Your I2C Sensors
Blog categories
Search in blog
Change I2C Device Address
Posted on:
12/13/2016
Address Change for NXT-G:
- Download the change address program here.
- Open the NXT-G software and start a new program.
- Click the NXT Window.
- Make sure your NXT brick is connected and click the memory tab.
- Click Download, select changeaddr.rxe, and click OK.
- Attach your I2C device to sensor port 1.
- Run the program.
- The current I2C address of the device should show on the screen.
- Follow the onscreen instructions to select the new I2C address.
Address Change for EV3:
- Download the Mindsensors Change I2C address block.
- Install them into your EV3 programming environment using the instructions found here.
- Download the Change Address program here.
- Open the program in your EV3 programming environment.
- Attach your I2C device to sensor port 1.
- Type the current I2C address into the I2C address parameter.
- Type the desired I2C address into the new I2C address parameter.
- Run the program on your EV3 or NXT brick.
- The address will change the new address.
- Restart your EV3 brick to re-establish I2C communication on the new address.
Related posts
-
Line Following Robot with LightSensorArray or LineLeader
Line Following Robot with LightSensorArray or LineLeaderread more
-
Attach Mulitple Sensors to a Single EV3 Port
EV3 Sensor Adapter with SPLIT-Nxread more
-
Line Tracking Experiments with NXTCam
Posted in: NXT & EV312/02/2015Line Tracking Experiments with NXTCamread more
-
Vision for your PiStorms Robot using Pi Camera!
Vision for your PiStorms Robot using Pi Camera!read more
-
How to install OpenCV on Raspberry Pi and do Face Tracking
How to install OpenCV on Raspberry Pi and do Face Trackingread more
Leave a comment