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!
I'm using a nRF52 DK, which has been already programmed with the soft device s212, since my interest is to be able to connect to sensors using ANT+.
My purpose...
Hi,
We are currently testing DRX (not eDRX) on our custom board, and we would like to reduce the power consumption.
When everything on the board is in low power mode,...
Hi Goature,
We are also try to implement the same. We aren't getting any idea how to start. Refer the same thread : devzone.nordicsemi.com/.../make-ble-central-send-firmware...
Hi there,
Is there any Zigbee Motion Sensor code example that someone has put together? I could not find any on the nRF5 SDK for Thread and Zigbee.
Thanks
Hello,
Was programming two different boards today with the new 1.1.0 modem firmware.
Programmer reported the following for the two boards.
2019-11-21T21:10:34.297Z...
Hello!
Some time ago you seem to bundle sample 5 x nRF52832 to nRF52DK. Recently there was no bundled chips. Why did you change that?
The development and prototyping...
Hello, I tried to set up my nRF9160 with this tutorial and there is a problem: https://www.youtube.com/watch?v=jZQcmU3KIMY&t=216s
According to the tutorial, LED 3 and the...
I'm investigating the PDM peripheral on the nRF52840 and I have not been able to find out what the RATIO configuration bit actually does.
Presumably it controls how aggressive...
Hello,
I try to solve one problem with SYSTEM OFF and I still have no idea.
In my device I have one button switch and with this button I need to change characteristic...
I am using nrf52832 modules connected in mesh light switch example configuration from mesh V 3.2.0 i am unable to send a array over mesh i have gone through various posts...
I wanna know that, is latest SDK has demo example which will convert nRF52 SoC
to act like basic 2.4 Ghz transceiver (who should by default remain in Receiver mode &
switch...
Hi guys,
My question is really general: How do I reduce the TX Power of an nrf51822 BLE beacon?
The situation is the following:
1. I ordered this device: https://www...
We have a problem on our test system: it cannot communicate with our DUT on ATT level after 30 seconds.
Our DUT consists of a NRF52840 with SDK 16.0.0 and softdevice S113...
I have an issue with the NRF beacon code combining with the NRF rtc code.
I want to set up a bluetooth advertisement with an incrementing value. Therefore, want a timer...
Hello,
I am using ble_app_uart example in nRF SDK 15.2.0 in which I have included "nrf_drv_gpiote.h" and initialized gpiote as follows:
After making this change, the...