I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
hi
I have designed a small PCB with the NRF52 chip on it and kept few ports for some peripherals. Apart from that I only have 4 pins that I can connect to, UART-Tx, UART...
Hello,
I'm wondering if my nRF DK51 is not broken as it behaves quite strange when trying to connect with a BLE Central (iOS and Android devices). For most of the part...
I am trying to track down a power usage problem with my code. When I started using SDK 13.0.0/S140 v5.0.0-2.alpha on a PCA10056, the power usage went up in my app. I see that...
I'll try to simplify my project as much as possible to make this understandable.
I'm wiring an nRF52 PCA10040 board to an iCE5LP (Lattice) FPGA.
I'm having an issue with...
I have an after market breakout board for nrf51822 with a usb-to-serial chip (cp2102) that I bought from Amazon . It should act as an NRF51 USB dongle (pca10031-like) but...
My pc server should send information to nrf52832 by ECDH, then I create a dll file from micro-ecc. However,the result in windows is not the same as the result in nrf52832...
dear friends ,
within a peripheral connection event, 9 states is identified, as it is shown in the pic above(from s132 document). Can i get a detailed description about what...
Hi @ all,
I am working with IoT SDK 0.9 and nRF52DK.
I have trouble with the lwIP CoAP client example.
Everything works so far, the board is connected and I'm able...
Hello! I am using a custom board that contains a nRF52832 device. The board has the SWDIO and SWDCK lines connected, which I have successfully been using to flash and debug...
I'm migrating to the new 13.0.0 SDK and I'm wondering what are the benefits of using nrf_serial over app_uart (if any) and what steps I would need to take to switch over if...
I have successfully manged to achieve serial communication between my PC (Windows) and nRF52 board by using the pc-ble-library and the pc-ble-library-js .
I can run without...
Hi, I updated nrfutil to use in new sdk 13, but when I type "nrfutil pkg generate --help" I can't see the code for Softdevice S132 v4.0.2 (0x98) as indicated in this guide...
I have done erase all thing.
But in the second step, I am getting following error.
nrfjprog --program s132_nrf52_3.0.0_softdevice.hex
ERROR: The --family option given...
Hello,
I'm following the steps listed in the nRF5_IoT_SDK documentation and would like to connect the nRF52 to my Raspberry Pi 3 router. I have the RPi3 enabled for 6LowPan...