Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi,
Everyone,
I am Using S130 and sdk 11.0.0.2-alpha with nRF51422 chip.
I have two crystal in my custom pcb,
one is 32 Khz crystal for LFCLK between XL1 and XL2 (pin...
My application is using the FIFO UART module to communicate with another MCU. It is also running softdevice S132 v2.0.0.
While most of the time everything runs smoothly...
Hi
Are there any major OSes/stacks (e.g. Linux, Android, iOS) that provide support for the L2CAP feature so that we can test our Nordic device against?
Thanks
Hi,
I would like to know what is wrong with my code, which is presened below. Each time the timer is triggered I would like that the program writes four bytes into the...
I have a project that requires a bluetooth central to be used to gather data from a HRM service, which shouldn't be too much of an issue. However, it also has to store this...
I have searched here for an answer to this, but cannot find exactly what I am looking for. I am trying to put my Rev3 51822 to sleep and wakeup via GPIO. When I enable GPIO...
Whats the best way to secure my advertising packets such that others cannot make sense out of it?
Do we encrypt the packet data so that it is gibberish, random and not...
Hi!
We're running a S130 Stack to act as both Peripheral & Central at the same time. Everything is working fine but i i'm not quite sure about best approach for handling...
Hey ,
My application stores the data on BLE disconnect to pstorage succesfully.
But on reset if i try to read the data from pstorage it stops advertising, but the pstorage_load...
Hi,
I am using nRF52832 with S132_V2.0.0 and SDK_11.0.0.
I am able to doing dfu of softdevice and bootloader individually but when i try dfu for combined (SD + BL) then...
I can't find nrf.exe in C:\Program Files (x86)\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf
I only find nrfutil.exe in that folder.
Shall I use nrfutil.exe...
Softdevices have several separate version number systems:
a) the human-readable release version - used for hex file naming.
e.g. s110_nrf51_8.0.0, s120_nrf51_2.0.0
b...
Hi! I use a smart beacon kit (rev 1.0.0) and I would like to know how long the cpu is blocked during the data transmission/reception. I set the connection interval to 10ms...