n-able-Arduino
n-able-Arduino copied to clipboard
An arduino core for ARM based BLE devices supported by the NimBLE stack.
Hey! Thank you for creating this library! Can you add support for Nice!Nano V2 Nordic nRF52840 https://nicekeyboards.com/nice-nano? There are a schematic and a pinout for it: https://nicekeyboards.com/docs/nice-nano/pinout-schematic for both V1...
Board: generic_nrf52840 This is a dumb question. How do I enable the RNG driver (cores/nRF5/nordic/nrfx/drivers/include/nrfx_rng.h)? I have included the driver in my source file. I have added `-DNRFX_RNG_ENABLED` to the...
Hi, asking this here first as it is part of the library but I know its more of a platform issue. I store several values in EEPROM, sometimes after a...
I'm trying to compile for a CPX Bluefruit with Platform IO. Here is my platformio.ini file entry: > [env:cplay52] > platform = https://github.com/h2zero/platform-n-able.git#1.0.0 > board = adafruit_cplaynrf52840 > build_flags =...
I have a device with a nrf51802. just calling anything under 10ms (even with the simplest form with delay(9) in the main loop) will make a few iteration and crash....
is there a working OTA DFU Example?
I get the following linker error when attempting to compile for a micro:bit V2: ` /Users/johnmaloney/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: error: .pio/build/nable/firmware.elf uses VFP register arguments, .pio/build/nable/libFrameworkArduino.a(pulse_asm.S.o) does not ` Here's my platformio.ini file...
I'm using n-able-Arduino and NimBLE on a micro:bit v2. My application allows the user to open and close the USB serial port to communication with the board. With the board...
Hi , I am trying to do the usb-serial dfu of nrf52840 but I am stuck at it. I can do it using the bluefruit library and the USB serial...
Hello. Thank you for this library. I need help with deep sleep with board nrf51822. Now for example "delay(5000);" get me about 0.8-0.9 mA. Is this maximum mA for sleep...