nRF5x icon indicating copy to clipboard operation
nRF5x copied to clipboard

nRF51822 and nRF52832 based baords, e.g. BLE Nano, RBL_nRF51822, Nano 2 and Blend 2

Results 41 nRF5x issues
Sort by recently updated
recently updated
newest added

I've got a Raspberry Pi 3 B+ that I'm trying to use to program my Redbear BLE Nano v2 by following the instructions here https://github.com/redbear/nRF5x/blob/master/nRF52832/docs/Arduino_Board_Package_Installation_Guide.md I get an error `Tool...

I'm trying to use BLE Nano 2 as a bluetooth LE dongle powered by Zephyr (e.g. https://devzone.nordicsemi.com/blogs/1059/nrf5x-support-within-the-zephyr-project-rtos/), but had several UART and USB issues with the stock firmware. As I...

I can't find any information on the web about bluetooth Tx/Rx speed of the BLE Nano 2 module. Where and how do I set it up ? What are the...

Hey! Thanks to readbear for providing this wrapper to program BLEs using Arduino IDE. However, I believe that this project lacks proper documentation so that it can be used easily....

Hi, I'm not sure if I'm missing something here, but I is there any API documentation? For example, set the connection interval or MTU? (https://stackoverflow.com/questions/18240978/ble-peripheral-throughput-limit) The only documentation that I...

Hi there. I'm using the Arduino IDE and wonder if there is a way to turn on hardware FPU. Is there any parameters that need to change/add, e.g. board.txt or...

Hello, i have a NRF52832 Module without 32.768kHz X'tal and without DCDC. But the Redbear examples doesn't work at all. The Nordic Support said there are config headers which have...

The {build.project_name}_OTA.hex never been created. So I can't got output file in sketch folder. ``` C++ ## Create hex recipe.objcopy.hex1.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flagx} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.hex" ## Save hex recipe.output.tmp_file={build.project_name}_OTA.hex recipe.output.save_file={build.project_name}.{build.variant}.hex ``` maybe...