Joonatan Saarhelo
Joonatan Saarhelo
I have tried ArduinoBLE, but it has the drawback that it waits for the connection event synchronously. I also have to do I2C communication, so currently the best workaround seems...
https://github.com/arduino/nina-fw/blob/3ba538f27ed56f4802911bb2b7d32e4f6b492e81/main/sketch.ino.cpp#L115 The firmware just makes bluetooth controllable via UART and then sleeps forever. Pretty wasteful. I'll write my own firmware with the esp-idf NimBLE. I doubt it is going to...
@keithduncan I now have a working Arduino library. https://github.com/joonazan/nina-fast-bluetooth A Rust version of the SAMD side would be pretty straightforward to make. I also noticed that the MKR WiFi is...
Why does it use Python? I thought this was a pure C library.
Do you currently rerun type inference every time something is changed? I have been working on a thing very similar to Lamdu so I have tried to find alternatives to...
I ran into this problem while using Amethyst. I wouldn't have had a problem if the texture coordinates for a sphere were simply the latitude and longitude scaled to 0..1....
@zenria I tried your version on my Raspberry Pi 3B+. I have had very bad audio quality using rodio compared to mplayer for example and this patch did not change...
I am using Raspi 3B+, rodio 0.13 and getting `an error occurred on output stream: A backend-specific error has occurred: ALSA function 'snd_pcm_prepare' failed with an error EBUSY: Device or...
@RandomExplosion Thanks for pointing this out! I had tried downgrading cpal but not rodio. I switched to rodio 0.11 and my audio quality improved dramatically. The API was nicer as...
After running seven tracks on repeat simultaneously for about three hours, my system started a short cycle of less than one second silence, then less than one second sound. Shortly...