arduino-nRF5
arduino-nRF5 copied to clipboard
Arduino Core for Nordic Semiconductor nRF5 based boards
First up - the README reference no longer has a valid link. Im planning on hosting the schematics i was provided, so i can provide somewhere to point to if...
currently I see there is no support for 32MHz crystal but I have module which is using 32MHz and I was trying to create a custom variant to support this...
Hi! Any plans to add RuuviTag support? It is based on Nordic 52832 chipset and it's used both from companies and hobbyists. It would be great to compile the .hex...
Something to consider adding, some existing options to consider: * https://www.contributor-covenant.org * http://citizencodeofconduct.org * http://todogroup.org/opencodeofconduct/
Now that the following patch has been integrated into the mainline OpenOCD: http://openocd.zylin.com/#/c/3510/ I think we can switch to the GNU ARM Eclipse version of OpenOCD. We just need to...
When I try to use Wire.requestfrom on the nRF52 there appear to be 1 bytes worth of additional clocks sent after the last byte I requested. Has anyone else seen...
The default Arduino analogRead() can take 2 different values for each ADC input: 1. The "analog pin" value, which goes from 0 to NUM_ANALOG_INPUTS, which in most Arduino Uno compatible...
ld.exe: warning: changing start of section .heap by 4 bytes ld.exe: warning: changing start of section .stack_dummy by 4 bytes ld.exe: warning: changing start of section .heap by 4 bytes...
PR #152 updated the internal reference and prescaler for the nRF51 ADC. The nRF52 should follow a similar approach and change its default state to use Vdd/4 as reference and...
During #HackIllinois2017 @jacobrosenthal observed many issues with Windows and Zadig. Need to explore adding a option to upload using the mbed disk using a batch file (windows) and shell script...