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...
Hi Nordic Engineers!
I read the description of new SD s140 v6 and find a lot of good features.
A question 1, is this the next version that will be supported in the future...
HI,all
In normal circumstances, ios phone paired and connected to my 52832 device, when they are disconnected, ios phone can automatically reconnect the ble device. But sometimes...
Hello ,
I want to use the Button with Height level to trigger.The default is Down level to trigger.What should i do for that ? I try to set BUTTON_PULL NRF_GPIO_PIN_PULLDOWN...
Hi,
I have just added over the mesh bootloader updates for my mesh and I am curious about the MBR parameter page. I want to use that page as a swap page in my application...
I set the NRF_LOG_BACKEND_RTT_ENABLED 1 and NRF_LOG_ENABLED 1 in the bootloader and application.
After a reset, the application gets stuck in the bootloader
Or maybe (bl...
Hi,
I was importing ble_app_proximity project to Segger Embedded. I followed some tutorials and I build the project with no errors. Now, I'm trying to download it to the...
Hi everyone,
I am developing a remote control using nRF52832 chip. My prototype is currently developed in PC10040 board. The IDE is Eclipse Oxygen, and the SDK is S132...
I have a peripheral device with a custom service with 3 characteristics all of which send data to my central via notification. I've supplied each characteristic metadata with...
Hi
I have seemingly successfully created a firmware that sends a continuous carrier wave using radio_test.c from nRF5_SDK_12.1.0_0d23e2a/examples/peripheral/radio_test...
Hi there,
i am running bootloader code but facing a error that is "pstorage_platform.h" not found.i am using code from given path which is from SDK10.0.0 .what should i...
Hi,
I am applying IRK on ble_app_hrs_central and ble_app_hrs peripheral on nrf52832 and S132 v.2.0. ON the central side I want to see if the IRK was resolvable or not....
Hello.
I would like to run DFU experimental_bootloader_secure_usb example on NRF 52840 but
the USB port does not recognize my device.
I tried with both 5.0.0-2Alpha and...