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...
SDK 17.0.2
Murata MBN52832 module
I'm trying to bring up the ble_app_cli example on a custom board. I've tested this board with the ble_app_blinky example using a custom_board...
Hi all,
I'm having an issue using the nrf_gpio_pin_read() function from the nrf_gpio.h file. When I call it every time after calling nrf_gpio_pin_toggle() on the same pin...
Hi there,
I'm struggling to find straight forward peripheral interface documentation for an NCS project. I see there's something called nrfx ( https://github.com/NordicSemiconductor...
I have somewhat followed this guide for setting up Eclipse to program the nrf51822.
I get this error message when trying build the project in eclipse:
12:35:35 **** Incremental...
I am trying to use the nrfx_i2s library to run neopixels on a nRF52 DK. I am using SES to compile and flash the code. I am having trouble correctly using the library though...
Hi, is the workaround of modifying the boilerplate.cmake file (as shown here https://devzone.nordicsemi.com/f/nordic-q-a/49719/how-to-create-a-custom-board-file-for-the-nrf9160...
Hi~
I'm using nRF52840 SDK 14.0 to build USB keyboard, the HID type is generic, the problem is:
when is
the keyboard work fine in BIOS but ctrl\shift\alt not work, when...
HI All
Actually I need to send GPS data to own AWS server so from here I setup AWS server and use cloud client sample and follow the step
like
1) change the cloud backend...
I'm using nRF Connect for Windows with a PCA10040 DK to debug my nRF52832 product. Code is using SDK16 & S132
So I currently have one primary GATT service running with one...
I'm attempting to use the pc-ble-driver-py on Windows 10.
I successfully installed pc-ble-driver-py-0.11.4 using pip but when I go to run a Python script using it I get...
Hello,
I am looking at the ble_app_hids_keyboard example in SDK v17.0.2. Where can I find a table that will convert the letters on the keyboard to the hex values used in...
I have a Python script that I am wanting to use to flash our devices at manufacturing that uses pynrfjprog.
When running the script on Windows I get this error:
"FileNotFoundError...
Hi,
We have been working with a Zigbee coordinator, router and an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b, Softdevice and FreeRTOS...
Hi nRF support team, By using the nRF Connect SDK, I am trying to implement an SPI communication with the display module from my nRF52840 dev kit and nRF52840 as a master...
Hi,
we have the need to implement the border router functionality for 6loWPAN in our device using a nRF52840.
Essentially we need to replace the Raspberry Pi in your examples...