Sophie

Results 13 comments of Sophie

Hey @vackraetraed, thanks for the quick response, that's awesome. I did experience that issue you mentioned with `python -m pip install --upgrade acconeer-exptool[app]`, zsh complains about it: **zsh: no matches...

@vackraetraed > ...but as long as you do not use XC120, it should be fairly straight forward to resolve issues you might face. Could you actually expand a little on...

@vackraetraed Coming back with a question, not sure if you can help. The linux setup involves these three pieces: > Setup up permissions needed for UART communication by adding the...

@vackraetraed I see now that leaving out the dev related steps make sense since they're for the XC120 and XM112 like you said, should have caught that. Just want to...

Also just want to confirm, were either of the machines that you got the exploration tool working on silicon macs?

Fixed the **[no backend available error from above](https://github.com/acconeer/acconeer-python-exploration/issues/139#issuecomment-2096837350)**, I was on the right track. [libusb doesn't know to look where Homebrew puts libusb files on install](https://stackoverflow.com/questions/70729330/python-on-m1-mbp-trying-to-connect-to-usb-devices-nobackenderror-no-backend-a): > Installing libusb with...

> I found issue #132 where the recv timeout was solved by [changing one line in serial_link.py](https://github.com/acconeer/acconeer-python-exploration/issues/132#issuecomment-1921364205), but I can't locate where the acconeer files on my machine actually are,...

@vackraetraed Thanks for the reply. > Have you flashed an Exploration Server binary on XM125 before? > If you have, Exploration Tool only works with 1 of the UARTs so...

> You can try downloading the Exploration Server binary for XM125 from our developer site then run the command: `python -m acconeer.exptool.flash flash -d XM125 -i acc_exploration_server_a121.bin` I tried downloading...

Oh my phone so apologies for any typos. > I was able to flash the acc_exploration_server_a121.bin from the python-GUI (in case that was require for self._retrieve_server_info() ) @mtntrx Can you...