Most of the components are from Western countries. Seems like a lot of leverage.
NoiseBert69 9 hours ago [-]
Feels like they had to develop around their component shortage. Very weirdo microcontroller/DSP mix.
megous 2 hours ago [-]
It may even be a good thing, from a PoV of learning resiliency and adaptation to supply chain changes. They probably ended up very hard to disrupt.
I've seen an Orange Pi 5+ in a drone, which I wrote the upstream DTS for conincidentally, Raspberry Pi, etc.
Despite Opi5+ having sophisticated ISP and camera interfaces, they just used some USB/analog camera capture card. Probably because if you're using generic interface that just works, you can just throw in any SBC in that has some so-so working Linux build somewhere so that USB and gpio/i2c/spi or any of these generic interfaces work on and you're golden. Your other software can then stay the same, because everything that uses these interfaces from userspace is well abstracted away from platform details by Linux and works identically across all SBCs.
OgsyedIE 9 hours ago [-]
Bosch is a surprise, I'd have thought they'd be addressed by now.
megous 8 hours ago [-]
Raspberry Pi driven drone. What a life.
Rendered at 01:34:51 GMT+0000 (Coordinated Universal Time) with Vercel.
I've seen an Orange Pi 5+ in a drone, which I wrote the upstream DTS for conincidentally, Raspberry Pi, etc.
Despite Opi5+ having sophisticated ISP and camera interfaces, they just used some USB/analog camera capture card. Probably because if you're using generic interface that just works, you can just throw in any SBC in that has some so-so working Linux build somewhere so that USB and gpio/i2c/spi or any of these generic interfaces work on and you're golden. Your other software can then stay the same, because everything that uses these interfaces from userspace is well abstracted away from platform details by Linux and works identically across all SBCs.