I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi,
I've been suffering with detection of writing to cccd to enable notifications. The S132 (nRF5_SDK_13.0.0_04a0bfd + s132_nrf52_4.0.2_softdevice) never fires BLE_GATTS_EVT_WRITE...
Hello, I'm migrating a project from nrf51 to nrf52, and there is this function:
uint32_t dfu_init(void)
{
m_cmd_handler = *((bl_if_cmd_handler_t*) (0x20000000 + ((uint32_t...
Hi,I use demo project in
nRF5_SDK_12.1.0_0d23e2a\examples\peripheral\saadc\pca10040\blank\arm5_no_packs\saadc_pca10040.uvprojx.
I made the following changes:
1.add...
Hi all,
what is the most correct way to delete the bonding information when the client and peripheral are connect.
Delete_peers
Wait the QUEUE_EVENT_PEER_DELETE_SUCCESSED...
Hi,
I have an nRF52832 sending data to a central device. At the central side I am testing two tablets (separately). One is a Samsung Galaxy Tab A 2016 10" and another one...
FDS error in FDS_VIRTUAL_PAGE_SIZE 1024 ?? (NRF51)
github.com/.../nRF52-fds-example
If I use FDS_VIRTUAL_PAGES 3 , FDS_VIRTUAL_PAGE_SIZE 1024 , then there comes FDS_ERR_BUSY...
HI,
I want to snifer BLE data using nRF51 dongle and ble-sniffer_win_1.0.1.exe,but when I plugin the dongle on my pc,then running ble-sniffer_win_1.0.1.exe ,it can't scan...
For my application I use a RTC. For now without SD and based on SDK 11.0. Later I will implement it in an application with BLE. My device is a Raytac module with a nRF52832...
I see some interesting phenomena on the power profiler (with nRF52840) that would need some help to explain. I am using the ble_app_uart code from ble_peripheral folder in...
I press the debug command for my program
Then I press the run the command
Here is the function of the run command
Continues executing the program until
...
Hello everyone,
We're currently in the process of porting our code from the NRF51 to the NRF52 (both without any softdevices). Everything compiles and seems to be working...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
After performing the first ADC operation (4 channel scan, sample rate controlled from TIMER1), the power consumption stays at almost 4 mA for the nRF52832.
Why?
Initialization...
Hello, as oppose to S110, the function sd_ble_enable for S140 now includes one more parameter p_app_ram_base, which points to a value that stores the app base ram address...