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.
I have RF communication between nRF24L01 + and nRF24LU1 +.
Incorrect data is transmitted occasionally during communication.
So, I want to use CRC, but when CRC...
I want to get 32000 bytes per second with NRF24LU1+ ,as my audio sampling rate is 16K and sampling bits is 16.But actually I have lost one packet or more per 10ms. data loss...
Hi Everyone,
Is it possible to programmatically assign a static mesh-local EID IPv6 address to a node in a network? I would like to communicate to individual nodes in the...
I am using the nRF52832 Soc, and have a requirement of using a timer with a large timeout value, hence I want to use the watchdog timer.But as I get TIMEOUT interrupt the...
Hello!
I need sensitive gpio.
I want that is gpio rising in 20[nsec].
However, the test results using the function below show that the gpio rise time is 200 nsec...
Hi,
I am new to the BLE environment. I am trying to connect my smart phone with nRF52832 development kit over BLE. Here, my smart phone should be able to send some user...
I am looking to extend the RTC beyond 24 bits using the Overflow interrupt.
The code in the rtc handler would look like:
static void rtc_handler(nrf_drv_rtc_int_type_t...
I have been trying to install the new version of everything Nordic 52.
That starts with the MDK 5.18.
To make sure I don't have an update problem I do a clean install...
Hi,
I want to know about mathematical formula to find / estimate the battery life of Bluetooth beacon containing NRF8240. If chip is transmitting at +8 dBm and have 1000...
Hi,
I add the NUS in the ble_app_hids_mouse example which the sdk version is 14.0.
There are four services in the project: dis, bas, hids and nus.
When I connceted the...
hi all ,
I am looking out theory about SM layer in BLE . I read CoreV5.0 but I do not understand much about pairing , bonding , STK , LTK . Can you give me some document...
Can the link between two devices communicating with each other via NRF24L01+ be improved by using Tx messages with no ack (W_TX_PAYLOAD_NO_ACK) instead of messages with ack...
Specifically, sinking a Cree C503B green LED (Vf 3.2V at 20ma) from a GPIO configured for high drive, without a current limiting resistor, from VDD 3.6V?
Figure 23 “GPIO...
Hello All
We are using nordic thread sdk's sample simple coap client and server.We want to ON/OFF LED of coap client from coap server.
Can any one help how we can achieve...