Xabi Crespo
Xabi Crespo
Hello, I'm using a PN5321 connected through an FTDI on Linux. The first time everything works as a charm, however, if the program is stopped without calling `close()` method (for...
I found a repo called [paddle-mobile](https://github.com/PaddlePaddle/paddle-mobile) which seems to use Baidu's deep learning platform. The description is interesting but the content is mainly in Chinese so I don't know how...
I'm using [`sunrise`](https://crates.io/crates/sunrise) crate to do some computation. Everything works fine with `esp-idf-sys="0.33.1"` but the program crashes [here](https://github.com/nathan-osman/rust-sunrise/blob/master/src/anomaly.rs#L27) (it's just a bunch of float math operations) with version `0.33.2`. Here's...
I've included in the available services the support for the [Immediate Alert Service](https://developer.bluetooth.org/gatt/services/Pages/ServiceViewer.aspx?u=org.bluetooth.service.immediate_alert.xml) which is based on the [Link Loss Service](https://developer.bluetooth.org/gatt/services/Pages/ServiceViewer.aspx?u=org.bluetooth.service.link_loss.xml). I've also added the option of using a class...