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...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi, I am using nRF52840. How can I use 2 UART communication ? Is there any example code? and how can I add in my peripheral application? Which pins are best to use for UART...
I am a beginner to Free RTOS. so I have tried to build a simple button led project. When I press the button it should light up the LED. I implemented this similar model in...
Hello, I use nrf52832 (SDK 17) and I wanna send sounds from a microphone (which uses PDM) to TAS2521 which is connected to a headphone and it uses I2S. here is my code to...
Hello,
Sorry to bother you with this kind of question, but for us, the product specification of nRF21540 is really confusing and hard to read. Could you tell me, what is...
I have just begin using nRF51 DK board which has chip with label PCA10028, V1.2.2, 2017.4. Seems to me the device is nRF51822
I also downloaded the nRF51 Development kit...
I am looking for a Bluetooth sniffer to replace the Ubertooth-One that I am currently using. Ubertooth-One has a function that allows it to follow the connection of two Bluetooth...
Hi guys,
Is it possible to import and read the external JSON file in the BLE Mesh SDK? If it is, can I use the regular method for that in C or there are some other rules...
I think that the related ticket to the problem that we have observed is:
https://devzone.nordicsemi.com/f/nordic-q-a/60850/nrf9160-secure-services-causing-a-crash
I have...
I upgraded the nRF5 SDK from 15.2 to 17.0.2 and also the SoftDevice S132 from 6.1.1 to 7.2.0. I then tested my application on a nRF52832-DK board. sd_softdevice_enable returns...
Let us say we have a struct
Using this struct I have initialized a variable as
Next I call the SoftDevice function to update a characteristic value (It has...
Hello,
I am using nRF52840-devkit with NCS SDK V1.4.0.
In "Central_Uart" example, there is a filtering method which is used to filter devices in the environment with a...
Hello
I am using sdk v17.0 and nrf52832. I'm using two timers through a button.
1. Timer for click & double-click. (Single Timer) 2. Timer for Long Press. (Repeated Timer...
Hi i just bough module nRF52840 from EBYTE.
i test with peripheral work as normal but example Bluetooth Uart not working . i uploaded success but no device found from my...
Hi,
I am trying to switch on-off a piezo buzzer though ble using the ble_app_blinky example.
i modified the code such that
led_0 show advertising
led_2 show connection...
The problem is a little weird and takes me a few hours to address it. But I still don't know how this happens.
Here is the problem, in my application I use saadc to measure...