Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
I am porting RF evaluation code to the nRF53 NCS/zephyr/Segger Embedded Studio toolchain, using only the network core to start.
How do you recommend configuring the network...
Hi,
I am trying to install Command Line Tools on Ubuntu 16.04. But I am not able to find the download link for it. The page shows ERROR 404. Can someone direct me to the...
Hello,
I am need to add voltage sampling functionality to existing FreeRTOS framework on a low-power BLE device. When I enable BLE, I get 3mA of current, which stays there...
Hi,
When I call sd_ble_gap_disconnect( m_conn_handle, BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION), it usually takes about 100 msec, and come back with event BLE_GAP_EVT_DISCONNECTED...
When not using the SWD port I would like to pull up the SWDIO and SWDCLK lines high. Does the NRF52810 have internal pull up on these two pins? If not, what value pull-ups...
Hi,
I have received nRF52840 development kit recently and I am trying to work with Proximity demo application on my mobile phone. The problem is no device is shown on the...
My Project involves adding BLUETOOTH mesh to a current product.
In that product we use the Flash Data storage library to read and write flash. The SDK for mesh documentation...
Hi ,
I tried to download nRF Command Line Tools for linux 64 bit from your server today (01.22.2020). Even though I chose linux 64bit operating system, clicking on link...
Hi,
I bought an nrf51822 beacon from ebay, it has an LED and a button. I am trying to figure out what pins the LED and the button are connected to, without much success...
Hi,
I have cloned code from https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo and everything was looking great.
I have built and loaded code to my 2...
Hello,
on nrf52832, sdk16 S132, I'm using timer 4 and Compare system to step forward in a PWM sequence. everything is going very well until I have more than 3 PPI Chanels...
Hello,
I am using BLE peripheral. I want to send more than 200 bytes of data to the mobile phone. What I need to do in the characteristic definition and after that.
...
Hi .. i am new to pwm, i want to drive the gear motor for that i need pwm pin , which pin i can configure , how to do ? how to configure the pwm pin . which example will be...
Suppose node L is in a friendship with node F. Consider the following:
1. Some other node C sends a message to L.
2. F hears the message, and saves the message into...