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,
I was developing my customer board with nrf52832,and started with ble_app_uart .
I added SPI flash with sck 3, miso 1,mosi 0,ss 2 and it works fine.
but now i restart...
I am using a 3rd party nrf52832 module and I am trying to program it and debug it using the nrf52840 board debugger output pins (swclk, swdio, ground and power). The connection...
Hi,
I am using
Custom Board(nRF52840)
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
My board has two leds and two buttons for door...
The AWS FOTA sample starts the download of my app_update.bin file that I created and loaded into an s3 bucket.
The file downloads (you can see in the attached logs) but...
Hi, I'm using the Nordic DK52 (52832) along with SDK 15.0 to prototype an application where I can send some data from a sensor attached via UART to an BLE-enabled application...
Hey guys,
Ive been trying to add the USB power detection to our device and for some reason I can't get the desired result.
The device is a 52840 using SDK 15.2 and SD...
In order to test my custom BLE protocol on my device I am attempting to use the pc-ble-driver-py Python module (either 0.11.4 or latest version) to connect to my BLE peripheral...
Hi,
Is there a way to disable bonding? I am having issues when I delete the paired device from my phone. After I delete the pairing, nordic still has the stored keys for...
We are developing a Bluetooth device around the nRF52840 SoC. The time has come to investigate the production part of things.
Since we have been developing and designing...
Hi Devzone:
Where can I find full document on how to use nrf_power_gpregret_set?
Background: I am planing to do buttonless DFU without BLE but through usb cdc acm.
After...
Dear support team, we are trying to make the device ST IIS2DLPC (accelormeter) talk via SPI to the dev board PCA10040
We are using the evaluation board STEVAL-MKI191V1 wich...
Hello,
I am trying to build the lwm2m_client sample on my ubuntu 16.04 machine. I tried building for nrf9160_pca10090ns and nrf9160_pca20035ns The build fails with:
...
Hi,
I am using SEGGER/SEGGER Embedded Studio for ARM 4.12, I used Two working Examples ble_app_gatts_c_pca10040_s132 and flash_fstorage. I am getting these errors "undefined...
Hello,
For our project I'm using a LIS2DH (accelerometer) that is supposed to trigger an interrupt on its pin INT1 when a movement is detected.
I use nRF52832. Before...
Hi
I'm not familiar with C language, I tested the saadc example in SDK, it worked well in P0.02
But I dont see how they set CH[X].PSELP or CH[X].PSELN (V(p) and V(n))...