Replies: 7 comments 4 replies
-
Any chance that you could share some pictures from your module? |
Beta Was this translation helpful? Give feedback.
-
After a few more investigations on the I2c functions I found out:
What I am missing now is the actual data reading/writing part since there is also the address hardcoded. I found: For me it looks a little bit confusing to mix up two IMUs in one single file and name it like one of the IMUs part number. Can someone who is more into that project point me in the right direction or give me a short description about the dependencies please? |
Beta Was this translation helpful? Give feedback.
-
Out of interest will you be selling these once they are supported?Sent from my mobile deviceOn 13 Oct 2023, at 12:13 pm, rush0815 ***@***.***> wrote:
Basically, I would like to have it flexible so that it does not matter which address the sensors have. basically i want to have an auto detection feature for the possible sensors.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Well, if there is enough interest, why not? Do you want one? |
Beta Was this translation helpful? Give feedback.
-
No reason not too, I was considering doing one but wanted to put the SDRs on board too…Yes possible depending on the price I would a couple.ThanksAdrianSent from my mobile deviceOn 13 Oct 2023, at 1:35 pm, rush0815 ***@***.***> wrote:
Well, if there is enough interest, why not?
Do you want one?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
No was going to look at the possibility of a an i2c interface. But decided against it! Sent from my mobile deviceOn 13 Oct 2023, at 3:19 pm, rush0815 ***@***.***> wrote:
How did you plan to move the SDRs on the PCB? Just mount two USB connectors onto a HAT to get better mechanical stability ( hopefully) ?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Sorry for using this method of communications…
@rush0815 would you mind dropping me a direct message to ***@***.*** ***@***.***> I have been trying to find another way to contact you!
Thanks
Adrian
From: Adrian ***@***.***>
Sent: 13 October 2023 16:26
To: b3nn0/stratux ***@***.***>
Cc: b3nn0/stratux ***@***.***>; Comment ***@***.***>
Subject: Re: [b3nn0/stratux] AHRS i2c address settings (Discussion #250)
No was going to look at the possibility of a an i2c interface. But decided against it!
Sent from my mobile ***@***.*** could you drop me a direct email ***@***.*** ***@***.***> ?
Thanks
Adrian
On 13 Oct 2023, at 3:19 pm, rush0815 ***@***.*** ***@***.***> > wrote:
How did you plan to move the SDRs on the PCB? Just mount two USB connectors onto a HAT to get better mechanical stability ( hopefully) ?
—
Reply to this email directly, <#250 (reply in thread)> view it on GitHub, or <https://github.com/notifications/unsubscribe-auth/ACWLQ3OBV2NWFM6IWEABX2DX7FEXHANCNFSM6AAAAAA55537F4> unsubscribe.
You are receiving this because you commented. <https://github.com/notifications/beacon/ACWLQ3PL5OP6QLAMIHOOAY3X7FEXHA5CNFSM6AAAAAA55537F6WGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAN3752.gif> Message ID: < ***@***.***> ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi community,
I have made a new compact AHRS module for stratux. The first prototypes have just arrived. But unfortunately I have routed the PCB so that the ICM20948 has got the alternative address. Stratux detects at the moment:
BMP280 @ 0x66
ICM20948 @ 0x76
Baro is working, even it is on 0x69. But the ICM on 0x76 does not work at the moment.
So my question is in which file are the addresses of the sensors placed. I looked in /sensors folder in /stratux/main/sensors.go but I could not find the addresses.
I found the register defines for WHO_AM_I's but that is not what I am looking for.
I want to adapt the sensor addresses to get my modules working.
Beta Was this translation helpful? Give feedback.
All reactions