Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Hello all,
the sensor is selected and so far powered via an external power supply, while the nrf52dk is powered via the USB, however, I am not sure how to properly organize...
Dear ,
I am using the nRF52833-DK development board with the NCS1.7.0 SDK.
Recently I just found that when clicking the flash option in the vscode, the IDE only builds...
Hi,
I'm using the saadc and I notice that the max value that saadc can convert is 3,3V. If I try to convert an higher value, the result has no sense. For my project, I need...
Currently I am working on a open thread project.
Right now I am facing an issue in which my board/code is getting reset every time after I have done some changes in my previous...
Hello,
Currently In customized PCB board, nRF52832 is connected to both HFCLK(32MHz) and LFCLK(32MHz).
It takes up too much space. So HW engineer asked me to consider...
Hello. I have a device that connects to desktop app through usbuart-to-ble converter and I'm trying to simulate it using nrf52832. I've started from ble_blinky example using...
Dear,
Based on the material ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf5340%2Fqspi.html ), Encryption should be enabled independently for XIP and EasyDMA...
I want to use mcuboot together with LittleFS/NVS and a custom partition foo with my own flash storage routines. It works as long CONFIG_BOOTLOADER_MCUBOOT= n.
But with CONFIG_BOOTLOADER_MCUBOOT...
Hello,
I just received an nRF21540 EK, I am trying to use it on my current hardware which is only for scanning beacons (won't transmit) so need use it as LNA in the received...
Hi everyone. I have to turn off the bluetooth module to save battery. I am using the SDK example "ble_app_template_pca10056_s140". To start the advertisement I use the "ble_advertising_start...
project set up: Development board used nrf52832 ,SDK 15.0 ,SEGGER 5.10
actually i want to read data string from ESP32 using nrf52832 via UART (RX,TX) and send it to nrf...
Hello All,
We are using Power Profilier Kit 2 for measuring the current consumption of our device.
We Start the measurement at 14:16 PM. after 1 hour and 39 minutes (at...
HI,
we are working with
nRF5 SDK v15.2.0 ------------------------ Release Date: Week 37, 2018
Our use-case has a central device, which has 7 to 10 peripheral connected...