J

Results 4 comments of J

Good luck. I ran out of time and had to fall back to the Arduino library. I assume [epd2in9d.py](https://github.com/waveshare/e-Paper/blob/master/RaspberryPi%26JetsonNano/python/lib/waveshare_epd/epd2in9d.py) is the reference driver. I started with a copy of the...

I recommend [hubot-matteruser](https://github.com/loafoe/hubot-matteruser) adapter.

I think it depends if your proxy supports SSLi. In your case, it sounds like it doesn't. I don't think the documentation should be changed in this case.

[Modifying `$HOME/.local/lib/python3.7/site-packages/ampy/pyboard.py`](https://github.com/scientifichackers/ampy/issues/19#issuecomment-317126363) worked for me. In the `enter_raw_repl` function, find the following block and add a `time.sleep(2)` after it: ``` py while n > 0: self.serial.read(n) n = self.serial.inWaiting() time.sleep(2)...