Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
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...