arduino-nRF5
arduino-nRF5 copied to clipboard
Arduino Core for Nordic Semiconductor nRF5 based boards
Hi all, i am trying to find my options for OTA firmware update using this core for the NRF52832 chip. I am new to this chip and i need to...
Adafruit nrf52 core has storage library implemented littleFS. I want to use that with nrf51 modules I have. Tried putting the lib into your library folder but seems like `ere...
Hi, i get an error compiling Documents\\ArduinoData\\packages\\sandeepmistry\\tools\\gcc-arm-none-eabi\\5_2-2015q4/bin/arm-none-eabi-g++": file does not exist Fehler beim Kompilieren für das Board BBC micro:bit.
NRF52840
Today Finally i got success to run Sandeepmistry on NRF52840 u-blox module :) If someone is interested, i can send the package
wiring_analog_nRF52.c line 175 ``` NRF_SAADC->CH[0].CONFIG = ((SAADC_CH_CONFIG_RESP_Bypass
Hours of troubleshooting (checking pins, changing pull-up values, changing pins, etc) - I believe I discovered a bug in TwoWire - the pins are not configured as open-drain high current....
I read that it is possible to set the pins for I2C with the setPins method however when I try to do `Wire.setPins(1,2)` the compiler returns an error because it's...
using the PORT event and the pin SENSE register Linked to issue sandeepmistry/arduino-nRF5#153
With the pending acceptance of [support for the nRF52805](https://github.com/sandeepmistry/arduino-nRF5/pull/442) chip it is my understanding that an alternative SoftDevice will need to be added to the core to fully support it....
how can I get a HEX file from Arduino IDE for microbit to upload with drag and drop I guess for that I need to set the soft drive to...