Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
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...