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 Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
Hello,
I am developing one Zigbee based product for that I am using nRF52840 and light_bulb examples and modified as per my requirement.
Till now everything successfully...
I've just found through some trial and error that SoftDevice (s130 at least) on the nRF51 DK handles a sequence of notifications in the following manner:
call sd_ble_gatts_hvx...
Is it possible to (central side) send scan request fill the content based on received advertise information?
We want to control scan request message based on advertise content...
I am an experienced developer but struggling to understand nRF9160. Where can I find .h files defining HW? Where can I find data sheets describing peripherals? My task is...
Dear friend
Based on sdk17.0.2, in the ble_app_hrs routine, set NRF_SDH_BLE_SERVICE_CHANGED to 1, and by observing with nrf connect app, you can see that the Android phone...
If you take a 1K variable to a local variable, the AP will drop.
Static variables do not fall off.
I think it's a stack size issue, but how do I specify the stack size...
I am trying to get an nRF52811 to do extended advertising.
I am using: nRF5_SDK_17.0.2, version 7.2.0 of s140, SEGGER Embedded Studio 4.52, Windows 10
I have stripped...
I would like to confirm the update process when using nRF5SDK160098a08e2. I am aware of the following update process ----- Startup process: -MBR checks NRF_UICR->BOOTLOADERADDR...
Hello there,
I know how to measure the current based on Nordic tutorial. However, if I connected an external accelerometer by connecting Vdd and Gnd from nordic ev kit to...
Hi,
I want to run a CoAP server with Zephyr on a Thingy:91 over NB-IoT. Now I noticed that the Thingy only gets a private IPv4 address (10.x.x.x) from my provider which...
Hi, I am working on my custom made board, and I use P09 and P10 as digital outputs. I am aware I should disable NFC by adding the preprocessor: "CONFIG_NFCT_PINS_AS_GPIOS...
Hi All:
As the topic...........
1.what is the relations between the HID descriptor and data IN/OUT buffer?
2.Is the USB generic HID receiver_Function and tansmit_Function...
When launching the nRF9160, the following error occurred: <inf> at_host: UART check failed: 12. Dropping buffer and retrying.
Under what conditions does this come out? ...
I am trying to add DFU to my project, so I merged in the code from the example in the SDK as follows:
I included the same .c files as the example project
I copied over...