Peter Sauer
Peter Sauer
New subproject which handles isolates is available https://github.com/pezi/flutter-pi-sensor-tester
I know, the lack of an isolates integration is a problem for flutter-pi. I am Java developer, and thinking like a Java developer a created a helper class to integrate...
New subproject which handles isolates is available https://github.com/pezi/flutter-pi-sensor-tester
Thanks for your offer to help. But this project is still sleeping due obligations at work. This project was developed, when I was working for a company with a electrical...
dart_periphery comes will all needed libs on board. // setCustomLibrary("/usr/local/lib/libperiphery_arm64.so"); What happens when you comment out this line?
Thanks for the hijacked PWM website - I wiil replace the URL. I added your dtoverlay=pwm,pin=18,func=2 defintion to my RPI. But on my RPI3 (32bit) this definition creates a /sys/class/pwm/pwmchip0/pwm0...
The error rises due the mismatch of sensor id check in the init: https://github.com/pezi/dart_periphery/blob/main/lib/src/hardware/bme280.dart ``` void _initialize() { // get model switch (_readByte(idReg)) { case bmp280Id: _model = BME280model.bmp280; break;...
Sorry for the late answer, because of work I am working on an other location with limited hardware. End of month I am back to my main working location -...
I also wondering, because I am not aware, that I changed anything in this area. But I will look, if there was a code change over the time, which was...
We’re experiencing the same issue on Android with the latest version (6.5.1). We tried reverting to older versions, but the error persists. Our app supports downloads, playing a downloaed music...