Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
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...
Hi, everyone,
I'm trying to assign an SPI End Event to a DPPI channel on nRF5340dk to trigger a counter automatically. However, the value of the counter never increases...
Hi, I am writing a coordinator application based on the zigbee CLI example. I am using SDK for Thread and Zigbee v4.1 (latest if I am right). nRF52840 DK as HW. I want to...