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...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Dear Sir,
I have implemented a program and tested it using BMD-300 Rigado DK.
The program will advertise continuously and I used nRFConnect to connect to the peripheral...
Hi, I would like to capture all bluetooth packets on a specific channel, and get their access code. Same as what Ubertooth does. Is it possible using the nRF52832? If not...
Hi,
I am trying to follow the OpenThread tutorial to build the nRF52840 NCP:
https://codelabs.developers.google.com/codelabs/openthread-hardware/#3
I installed the...
I have successfully completed my bachelor thesis project on a simple wireless sensor network using 3 nRF52 nodes and RPi with using Mqtt and Ble-6LoWPAN example from SDK....
Hi All,
We use nRF52 BLE Sniffer.Its working fiine. Please letus know, weather its possible to sniff multiple BLE devices at a time using single Sniffer. If possible, let...
Will there be an official implementation from nordic of the generic mesh models as described in the mesh model specification or are you counting on each developer to make...
How to change the Bluetooth Mesh broadcast address?
Use the sd_ble_gap_addr_set function to change the broadcast address of PB-GATT , But PB-ADV still hasn't changed.
...
We are implementing a DFU controller in a microcontroller that communicates with the nRF boot-loader over serial. The target device is nRF52832 using SDKv15.3.0. The boot...
Hello.
I want to see NRF_LOG_DEBUG ("some") through the terminal. When I compile, I get the following error: What should I set or change? MCU : nRF52840 compiler: IAR...
1.I used Nrf52810 and the flash size is 192KB. I now need Master mode and slave mode. The SoftDevice I chose is S132 (S112 slave mode only). I found that S132 (130KB) + Bootloader...
Hi.
I have issue measure ADC value from battery.
setup is NRF52832, SDK 15.3.0, S332, using ANT+, BLE, GPIOTE, PPI, RTC, APPTIMER, LOW_PWM
my goal is measure periodically...
Hi all,
I am struggling measuring time between events. I thought to use the timer driver and the nrf_drv_timer_capture_get function. This is my test code:
I expected...
I am using nRF5_SDK_15.2.0_9412b96, softdevoce 6.1.1, NRF52840, based on ble_app_uart example.
I have a disconnection problem after couple of hours from an android app...
Hi everyone!
I'm using nrf52832 SDK version 15.0 and softdevice S132 V6.0.0. I'm getting an error when trying to program our board:
"Failed to connect to target.
No...
The build environment is a clean install of SEGGER Embedded Studio for ARM Release 3.50 Build 2018081000.36713 Windows x64
The nRF5_SDK_15.2.0_9412b96 version SDK is used...