Andrew Gilbrough

Results 8 comments of Andrew Gilbrough

According to http://esp-idf.readthedocs.io/en/latest/api-guides/external-ram.html, DMA can't write to PSRAM. I do believe the framebuffer memory could be allocated in PSRAM

Sorry about the delay in response! I didn't notice the github issue! I've been doing most the development on my single computer between both the `bluetooth_mesh` and `btle` libraries. The...

The repo is now passing CI/CD but there still a lot of code that still needs to be done/rework (The BlueZ code, etc). Ill work on keep `master` always passing...

My mistake! On Unix platforms, It'll try to compile the BlueZ code (which is in the `btle` crate). However, I just redid a bunch of the HCI code to be...

I really need to clean up/write more docs for all of the code but if you're ever wanting to make changes/contributions, be my guest! From now on, I'm going to...

I've seen a little of [`rtfm`](https://github.com/rtfm-rs/cortex-m-rtfm) but I've never heard of `tock` before! It looks extremely interesting and exactly what I was looking for in an Embedded OS! `bluetooth_mesh` doesn't...

Hello! Sorry about the delay in response. This library is around 90% finished but it became too big to manage by myself in python. I started a rewrite a year...

All of the crypto functions have tests based on the examples in the Bluetooth Mesh Documentation but sadly a lot of the publicity availably official documentation has many mistakes/typos and...