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...
Getting ready to go into production with our custom nRF52832 board, we need the board to start running our application immediately after being flashed. Using:
nrfjprog version...
Hi all,
I want to add 5 characteristic to my custom service . But when I add 2 characteristic , it worked fine . When I add 3 characteristic ,In funtion sd_ble_gatts_characteristic_add...
Hi,
I am trying to read data from a temperature sensor, but i'm stuck at the twi read operation. i have already interfaced the sensor with esp32 and is working fine. please...
Hi,
I have a really really dumb question but I will ask ...
Is there any impact regarding the orientation of an IFA antenna?
Everywhere, in all examples, we can see...
Hello everyone,
I'm trying to implement the bootloader from SDK v14.2 on the nRF52840, SD v5.0.0 s132 (using our board and app).
For my testing, I erase the whole flash...
Hi Forum,
i've started the development of an custom service on a nrf51822 with s110.
The Service contains 4 Characteristics where notifications are enabled.
At the...
I have a custom dongle that connects to the PC through a USB-UART chip. It is based on the nRF51822. I have another board based on the nRF52832. This board needs to be able...
Hi,
I am building a device to act as an iBeacon, with other services layered on top. This is based on a Raspberry Pi with a Class 1 USB Bluetooth dongle.
I need to be...
Hi everyone, I'm working on the nrf51822 QFAAH I tried to flash the ble_app_uart example and it didn't work. So I debug it and it stops here
As you can see in the picture...
I am working on app_uart and buttonless_dfu. Although i am getting certain errors which i am unable to counter.
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol...
I have 32x64 RGB LED Matrix, and I want to use nrf52 to control it. I got the driver working and I can display everything. It is a time interrupt driven driver, just redraws...
So I just got my nRF52_DK, got everything installed and compiled an uploaded the blinky example. Fine. I had my custom PCB ready, and got the 52832 soldered in straight away...
Hi, I am a newbie to embedded development. I am well versed with java script. I am under the impression nordic allows you to communicate with java script to the development...
Hi, we're using \nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_hids_keyboard to test Pairing/Bonding/whitelist.
After connection, when the central try to read...
Hello,
We have constructed a custom board of nRF52832 via I2C communication with sensor and INT based wake up. Following configuration enable
DCDC Power Enable
Disconnected...