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, I want to enter the DFU by setting the register.But when the sd_power_gpregret_clr and sd_power_gpregret_set are set to set the register, and the err_code is 0x02 is returned...
HI
dk:PCA10090 0.8.5
modem: mfw_nrf9160_1.2.3.zip( This DK board supports modems up to this version )
ncs v1.9.0
example :serial_lte_modem
The NB card has been...
I added DCDC-enable to ble_app_beacon and measured the current consumption. As shown in the figure, spike current is generated during advertisement transmission. what is the...
Greetings,
I am running the "ble_app_template" example on my custom board using SDK v17.1.0. I am trying to figure out how to wake up the MCU from the SystemOFF sleep...
I currently am working on a BLE device in which I am trying to set the Service and Characteristic UUIDs. Here is an example of what I mean:
As can be seen here, the Service...
Hi there,
I'm in the midst of migrating between SDK14.2->15.2, and SD 5.1->6.1
I'm calling sd_flash_write() and sd_flash_page_erase() before enabling the SoftDevice with...
Hi,
I start a new design using the nRF Connect Sdk instead of the nRF5 Mesh Sdk.
Is it possible to provision a device over the mesh network using the NCS (like the PB...
After LPN publishes message, NRF_MESH_EVT_LPN_FRIEND_POLL_COMPLETE event is generated five times. Also I noticed that instead of transmitting single publication message LPN...
Hi,
We have a problem with a nrf9160 connected in NB-IOT with a bad signal.
During the debugging session to try to figure out what happen, we saw that the mqtt_evt_handler...
Hi everyone,
I have a problem since a couple of day with an interrupt of app_timer not triggering when adding a BLE central to my project. The device is working well as...
If I can get time through WiFi then send it to the nRF5340 and place it in a Struct TM. is there any method to have the nRF5340 maintain the time/calendar from that initial...
I'm sorry. This must be trivial to all of you. I'm a beginner with nrf52 programming, and I saw several examples that refer to timers TASK_START, TASK_CLEAR, TASK_STOP. Everywhere...
Our device has both a 9160 and a 52840 on it.
The 9160 is running the stock serial modem firmware on it.
The 52840 is running a custom handler for AT connection targeted...
Hello,
We are doing some network quality tests on LTE-M with PSM off and notice loss on UDP between 0% to sometimes 15% on simple udp messages sent every 10 seconds from...