On Tuesday, October 1, 2013 3:38:35 AM UTC-4, [email protected] wrote: > > Dear All, > > I know that there are already 2 I2C ports on the BBB, but I would need at > least five of them : > I am accessing sensors that use all the time available. I want thus to be > able to > access in parallel to 5 of them on five different I2C ports and process > the data on the BBB. > > Is there a way to convert general GPIO to I2C ports in software ? >
You can use the i2c-gpio driver http://lxr.free-electrons.com/source/drivers/i2c/busses/i2c-gpio.c?v=2.6.32 It's a quick and dirty way to give you some extra i2c ports so you can focus on developing your app. Probably not the ideal solution for production - but if the Bone is just the dev platform than your final product can use the additional i2c ports from the chip. And if you are deploying from the bone, then you always have the option of adding additional hardware to get more i2c connections -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
