I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
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...