i2c device different to expected

Forum for discussion about the Langstone Microwave Transceiver that shares some features with the Portsdown. Wiki: https://wiki.microwavers.org.uk/Langstone_Project
Post Reply
G1TVL
Posts: 2
Joined: Tue Jul 19, 2022 12:18 pm

i2c device different to expected

Post by G1TVL » Wed Jul 20, 2022 5:58 pm

Just a note in case someone else trips over the same problem (I searched and didn't find any mention elsewhere)

Using a hyperpixel display, I found the i2c device for the gpio control is at /dev/i2c-22, not /dev/i2c-11 (There is no /dev/i2c-11 device listed)
Easily fixed by changing the relevant lines in LangstoneGUI.c and HW_Test.c, and rebuilding the code. Then all functions are as expected.

I assembled the basic bits of the Langstone a few weeks ago, and forgot about this hickup. Yesterday I did a clean install of V2 on a fresh SD card, and was stumped for a few minutes why the gpio stopped working. Really should make more notes when I'm bodging :oops:

Almost all the parts for my Langstone came out of the junkbox, so it's hard to date them, but I think the RPI4 is from early 2020, and the Hyperpixel was purchased more or less when it was launched. The display was tested, but discarded as unsuitable for the project it was intended for. The RPI originally suffered damage to the USB-C port normally only available for power input. This made it unusable for the job at hand, hence it was forgotten in the junkbox.

Dave
G1TVL

g4eml
Posts: 666
Joined: Thu Apr 26, 2018 9:36 am

Re: i2c device different to expected

Post by g4eml » Thu Jul 21, 2022 10:24 am

Thanks Dave, the interface used to appear on I2C bus 11, so I am not sure when it changed to 22. Possibly as a result of a raspberry pi update.

I don’t think many people are using the I2C extender chip so it probably hasn’t been noticed before.

I will have a look at the code and see if it can be modified to check all I2C busses.

Colin G4EML

radiogareth
Posts: 1211
Joined: Wed Jan 06, 2016 9:46 am

Re: i2c device different to expected

Post by radiogareth » Thu Jul 21, 2022 2:48 pm

I fitted it a long time ago and IIRC set something up from the RPI management screen, probably turning on I2C?? I have diode-ORed it with the PD4 PTT output so either can controll my PTT relay as I use mine for both DATV and NB.
Gareth

G1TVL
Posts: 2
Joined: Tue Jul 19, 2022 12:18 pm

Re: i2c device different to expected

Post by G1TVL » Thu Jul 21, 2022 8:12 pm

My guess was that it's because I've got an early Hyperpixel display. If it was changed in an rpi update, I'd think someone else would have seen the problem before now. It seems more likely the early display has some difference either in the hardware, or in what it reports to the kernel at boot.

If no-one else has reported the problem before I would think it's not worth changing the code Colin? Maybe just a note in the wiki in the section covering the MCP23017?

Maybe instead of rebuilding the code, as I did, just adding a symlink to copy the device would be a better approach? It would probably survive an update of the Langstone code that way, I think.

But in any case, just having it noted here on the forum stands a good chance of being found by anyone who trips over the same situation

Dave G1TVL

Post Reply

Return to “The Langstone Microwave Transceiver”