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...
In the source files of standard/adopted services, there's a comment stating:
/* Attention!
* To maintain compliance with Nordic Semiconductor ASA's Bluetooth profile...
I impliment NRF52 + W5100's TCP socket as custom code mqtt client as Publisher via LAN. I need to secure connection with SSL/TSL. Is it possible to use Transport Layer Security...
In order to use SDK13 with no limitation (from keil) to build: nrf5-mpu-examples for sdk13 .
I have followed the Segger Embedded Studio - A Cross Platform IDE tutorial...
Hi,
I am using microecc to create a ecdsa signature and verifying with my public key. When calling nrf_crypto_ecdsa_sign_hash() to sign the hash it returns with NRF_ERROR_INTERNAL...
I am using nRF52480 and s140. The example is ble_app_uart_c.
The program works fine with: Scan interval x00A0 and Scan window x0050
However, when I set the Scan window...
Hi !
When operating the Thingy52 with it's factory firmware:
Is the Thingy 52 choose automaticly which BT protocol to use (BLE 4.1 or Bluetooth 5).
I mean:
if i connect...
Can someone revise
www.nordicsemi.com/.../Getting-started-with-the-nRF52-Development-Kit
to include an image from an Apple Mac .(I can provide one)
As well as modifying...
Hello,
I am trying the example code, heart rate BLE peripheral application, on the nRF52 DK. However, I cannot see the screen fill with data in the heart rate monitor,...
hello,
i am working with a long range ble long range transmitter and receiver which will communicate over long range to send a ble nus string in nrf52840, so i set tx power...
I am working with SPI and SPIS examples ( sdk version 13). SPI of nrf52 is full duplex. In the example, I can send data from Master board to Slave board then Master board...
Hello!
I use 2 board nrf52840! I want to transfer large data ( 1~2MBytes) from board1 to board2 with wire to connect. Can have solution for me? (SPI I2C or uart).
According to the description of S132_SDS_v5.0 on page 82, when the establishment of connection, in accordance with the BLE protocol, softdevice will be interrupted frequent...
I am using nRF52840 and the power profiler. I am trying to measure the current to evaluate the scheduling of BLE. Now I am using the ble_uart_c example and I changed the scan_interval...