pacmac

Results 16 issues of pacmac

Hi Peter; Just tried to run the portable version as I have both esp8266 and pyboards to calibrate, but on the pyboard it fails as the pyboard I2C does not...

Hi; Very frustrated with noble so testing out your libraries. I am able to discover my devices, but how would I use this to listen for beacon transmissions and read...

enhancement

Hi; I am sharing goofys mounts using samba and my logs are full of these errors. `` Apr 06 05:53:16 xxx /usr/local/bin/goofys[1218]:fuse.ERROR WriteFile: only sequential writes supported 9998 /some/folder/MY_DATA.mdb [0...

If I understand correctly when I execute ``` goofys --help >> --cache value Directory to use for data cache. Requires catfs and `-o allow_other'. Can also pass in other catfs...

I just updated to ESP8266_NONOS_SDK-3.0 using: ``` git fetch origin pull/344/head git commit git checkout -b pullrequest FETCH_HEAD git submodule update --init make clean-sdk clean-sysroot all ``` Which I hope...

Hi; Using a scope to monitor the pin, I seem to be unable to get a pulse faster than 10ms using the following code, but I really need the pulse...

Thanks for developing these, I am using the 1.54" however it would be very useful if I could rotate the display, but I can't seem to find any reference in...

I am unable to get consistent reads using the write_then_read method: ``` def get_byte_a(addr): i2c.write_then_read(2,0, [0x16, addr]) ## Write 2, receive none. r = i2c.write_then_read(1, 1, [0x17]) ## Write 1,...

Hi; I have a python script from 2017 that was working and I decided to pull the latest version which appears to have broken I2C BB Mode. This is the...

### Requirements - [X] I have updated Mushroom to the latest available version - [X] I did a search to see if there is a similar issue or if a...

enhancement