Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hi,
I'd like to know: when using Buttonless Secure DFU Service without bonds, wich is the proper way to prevent a central device to s et a new advertisement name for the...
Hello,
I've got some trouble using Nordic Uart Services,
I am using ble_app_uart example and after connection receiving bulk data from mobile app & sending it on UART...
Hi,
I have build pc-nrfconnect-rssi accodring to instructions. Though the locally build version responds very slowly compared to the officially installed version. No matter...
I am using a nRF52832 and v14.2 of the Nordic SDK. I have a question about the PWM Driver. I have the pwm driver working and driving an LED, but it is unclear to me how to...
Hello!
I am currently developing an application for the nrf52832 using Segger Embedded Studio as my IDE.
The application is not utilizing any softdevice but I would...
Hi,
We are using an nRF52832 with Soft Device S132 in a project. It has been requested that we should advertise as connectable with our own service and characteristics,...
Hi
In the NRF_MESH_PROV_EVT_COMPLETE event, I call
ERROR_CHECK(dsm_address_publish_add(m_next_unprov_address,&m_device_address_handles[m_next_unprov_index])); ERROR_CHECK...
Hello,
I want to be able to toggle blocking RTT output when using the log module.
Before in SDK13 I could just set SEGGER_RTT_CONFIG_DEFAULT_MODE to 2 in the sdk_config...
We are developing a system with multiple sensors that are spaced far enough apart that the furthest sensors won't be able to communicate directly with the user's device (also...
Hello everybody.
I just startet developing with nrf products and I'm facing a problem there.
I'm currently developing a System based on the ble_app_uart_c example. I'm...
Hi,
I am working on secure OTA in my custom Board which is having nrf51822.
I had done secure OTA successfully with SDK 12 but when i am trying to update the code using...
Hi, I want to measure Round Trip Time (RTT) varying data rate
However, when using coded phy, the RTT shows extremely long time
Using 1M or 2M with connection interval...
Our nRF52832 software detects the arrival of characteristics via writes from the Central and reformats the contents and sends them out in a UART message.
I've built an...
Hello, I want to create a simple example code with the leds ws2812b from neopixel from github.com/.../nrf51-neopixel. I need help to build the code.
Regards.
I'm converting an SDK 14.2.0 project to SDK 15.0.0 using the legacy functions and ARM GCC. It compiles OK but linking is failing.
The verbose output appears to be the Make...