jimaobian

Results 8 comments of jimaobian

Thanks for the fast reply. Here is the smallest reproducible example on Apple Mac Mini M1 ``` sudo docker run --name=testTensorflow -it debian:10 bash #Inside docker: apt update apt install...

By the way, version 2.6 could be smoothly installed. ``` pip install tensorflow==2.6 -f https://tf.kmtea.eu/whl/stable.html Looking in links: https://tf.kmtea.eu/whl/stable.html Collecting tensorflow==2.6 Downloading https://github.com/KumaTea/tensorflow-aarch64/releases/download/v2.6/tensorflow-2.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (142.5 MB) |████████████████████████████████| 142.5 MB 9.4 MB/s...

[Seem to related this commit](https://github.com/KumaTea/tensorflow-aarch64/commit/a8753d0ccead1d4d9302461cca6f636341689282) Debian 10 can only accept cp37-cp37m-manylinux_2_17_aarch64 to cp37-cp37m-manylinux_2_28_aarch64.

Hi @eriknyquist Of course. 1. The outcome of the sketch I posted should print "hello" every 100ms. 2. However, if I try to run it on Arduino 101, it doesn't...

Hi, take it easy. I know this is a pre-release version. I just played with it as the new version owns more RAM. And I found this issue. Hope to...

Hi, @bigdinotech Thanks for your detailed instruction. The board package is 1.0.7 at that time. Not yet test 2.0.2. The serial port is rightly selected. I even manually change the...

Hi, @facchinm, Thanks for the summery and explanation of the sleep mode. It is more clear now. The most interesting thing is * The windows 7 PCs, which are unable...

@sgbihu Hi, for my view `BLE.connected()` should be true whichever BLE is in central mode or in peripheral mode as they are actually "connected". Just keep the API simple and...