Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
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...
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...