if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
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...