arduino-nRF5 icon indicating copy to clipboard operation
arduino-nRF5 copied to clipboard

Arduino Core for Nordic Semiconductor nRF5 based boards

Results 131 arduino-nRF5 issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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...

enhancement
help wanted

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...

help wanted

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...

enhancement
help wanted

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...

help wanted

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...

help wanted

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...

help wanted

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...

help wanted

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...

enhancement
help wanted