Ron Evans
Ron Evans
This PR has a few more additions and sorts a couple of sections.
When attempting to compile some code for Linux target, I ran into this same error as @soypat did here: https://github.com/tinygo-org/tinygo/issues/4828#issuecomment-2813572848 ``` /home/ron/Development/tinygo/tinygo-122/src/internal/syscall/unix/getrandom.go:26: linker could not find symbol runtime.vgetrandom ``` The...
This PR is to add the ability to generate a nrf firmware manifest for "Open DFU" format using the `nrf_open_dfu` build tag. Intended to fix #4089 & #4748 How to...
This PR is to add a `drivers.Pin` interface and use it everywhere that is easy to do so. Related to work in PR #742 this is intended to help disconnect...
When using Go 1.24, cannot build the `lorawan/atcmd` example. The same code appears to build fine in Go 1.23.x. ```shell $ tinygo build -size full -o ./build/test.hex -target=nucleo-wl55jc ./examples/lora/lorawan/atcmd/ #...
The "execute" and "send" methods for this driver have the exact same implementation https://github.com/tinygo-org/drivers/blob/06dd60fba2b24144700494ebd6d298c5bc57de74/comboat/comboat.go#L142
It would be really great if someone could help add some of the missing frequency plans, please and thank you! 😸 📡 - AS923 - KR920 - IN865
The cyw43439 adaptor is able to respond correctly to requests to describe services/characteristics. However, it cannot send notifications correctly. instead it does nothing.
I tried to run the heartrate example with the latest `dev` branch of both this package and TinyGo, only to discover that it crashes: ```shell $ tinygo flash -size short...
This PR adds a new example that makes connections to multiple peripherals. It has been tested and is known to be working on Linux and on HCI with NINAFW, as...