Ankush Pathak

Results 8 comments of Ankush Pathak

I am looking for networking support in an L4Re app. Are you aware of any third-party codebases that implement networking for L4Re apps? I read in one of the mailing...

Disabling bluetooth by modifying the config.txt in /boot/ resolved the issue for me.

-Do "sudo nano /boot/config.txt" via ssh or by opening a terminal on the pi. -Scroll down to the end of the file using arrow keys, on a new line add...

How do you execute your demo.py? ![image](https://user-images.githubusercontent.com/17806816/36438750-ce572416-1690-11e8-8343-4930cd64fe84.png) GT511C3 - Pi 1 -------------> 10(BCM 14) 2 -------------> 8(BCM 15) 3 -------------> 6 4 -------------> 1,2 or 4 Pi pin numbers from...

Instead of ./ try running it this way "python interactive.py". It seems the screenshot does not include the entire error message given out by Python, please update it if possible....

Try installing pyserial using pip or apt.

Why rely on interactive.py, you can write your own code to do things. Take a look at finger.py(/fingerpi/fingerpi). You can find all the functions you need in finger.py(start reading from...

Build is failing with ``` failed to build package: unable to build guest: unable to lock image configuration: resolving apk packages: for arch "amd64": solving "protobuf-29.5-dev" constraint: resolving "protobuf-29.5-dev-29.5-r0.apk" deps:...