Robert M. Learney
Robert M. Learney
@cmaglie would it be possible to use this as a basis for a library to read/write internal flash on the new Nano 33 BLE boards? I've got a project where...
I'm looking for information about attachInterrupt() on the new Nano BLE modules. I came across the following PR which was merged back in December 2019: https://github.com/arduino/reference-en/pull/714 But when I go...
Hi, I don't think I'm the only one who is wondering when we might be getting OTA update support for Arduino's BLE devices. I want to finally close the box...
Using same method as ATTClass::removeConnection. Addresses issue #66
Example: 1. Initialise BLE 2. Create callbacks for central connection and disconnection to turn LED on and off 3. Connect to central 4. disconnect() after 10 seconds Expected behaviour -...
Hi, I'm trying to set an interrupt based on detecting a RISING edge using the BLE33. However, the pin reads HIGH after startup. Same happens with `pinMode(buttonPin, INPUT_PULLDOWN)` followed by...
Hi, It looks like the Nina has OTA functionality (https://github.com/arduino/nina-fw/commit/d4a2118db23ea9541820a329a3d533cecaf3d4e6). Will the Nano 33 BLE be given OTA functionality? Many thanks.
Hi, we're currently making use of DRPC in one of our projects and are glad that the implementation within Credo-ts provides the basic framework for this protocol before we move...
Have looked for examples and code snippets but can't figure out how to programmatically retrieve data from IPFS using `.get` methods. Have had to revert to HTTP `fetch` with `node-fetch`...
# Bug Report 🐛 Trying to reconstruct a template programmatically in Javascript: ```js const { Template, Clause } = require("@accordproject/cicero-core"); ``` Fails with version-respecting `.cto` files (now required in `0.24.0`)...