I try to control Rockblock9603(iridium) with openmv h7, I can connect the satellite and my wired is true but it does recieve 0 byte data, ı translate adafruit code (Adafruit_CircuitPython_RockBlock/adafruit_rockblock.py at main · adafruit/Adafruit_CircuitPython_RockBlock · GitHub) circutpython to micropython, and it can receive data as a text not byte or bytearray, can someone know the real problem.
You have to do some debugging and tell us if there’s a specific thing you don’t understand and that’s not working.
İs there any way the use Adafruit_CircuitPython_RockBlock/adafruit_rockblock.py at main · adafruit/Adafruit_CircuitPython_RockBlock · GitHub that code on opnemv(it use circutpython) ?
It should work, you need to port to MicroPython. It looks to me that it’s mostly working, anyway if you want us to test something, send a small example that shows the issue. I can’t buy hardware to test some code, so it needs to reproduce the issue with just the camera.