Stefano Alberto Russo

Results 16 comments of Stefano Alberto Russo

Note that now we also have `tensorflow-macos` and `tensorflow-aarch64` to add more fun to the game.

To reproduce the issue (today) you can use the following Dockerfile (on an ARM cpu or with hardware emulation): ``` FROM continuumio/miniconda3@sha256:2016f249cdae34692a20d90fdb17432d07cf312992345d0e1e492bc36a12a35b COPY environment_cpu.yml /tmp RUN conda env create --file=/tmp/environment_cpu.yml...

> The dependency lingvo does not support pip install for macOS. You might want to specify that it does not support ARM, and consequentially Apple silicon (M1/M2 etc.). On older...

Hi @ndinev, it't very unlikely that you will be able tu run this driver _as-is_ on an ES8266, due to its very limited memory. If you can, switch to an...

Hi @LukasSliacky, The 606 error seems to be a problem with the SIM800 firmware itself: your server is using a SSL version which is "too new" for the SIM800. See...

Hi @Martijn21c , the problem with generic AT errors is that they are.. well, generic errors :) Usually, the modem does not provide much more information in these cases, and...

Thanks for the feedback @varna9000! Why don't you create a pull request with these few lines of code to get the credit you deserve for adding this functionality?

Hi @DroneMesh, thank you for your feedback! What do you exactly mean by using WebSockets in this context? AFAIK WebSockets are for server-browser communication. However, anything more than standard HTTP(S)...

Hi @minhnghitang, you can have a look at the [example_SIM800L.py](https://github.com/pythings/Drivers/blob/master/example_SIM800L.py) which should answer your question 😉

Thank you @Celeron94 for reporting this. May I ask you why you are using this driver for the SIM800 instead of loboris firmware's built-in one? As a general comment, the...