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,
how is the new nrf_drv_twi supposed to be used for reading registers?
The sequence for that is pretty much industry standard:
> Device address
< Ack
> 0x00 (register...
I'm running the ble_hrs example provided on my nRF52 board. The thing is, I'm unable search my device using both nRF Master Control Panel and normal Bluetooth connection from...
I am using a central S130 softdevice in an nRF51822. I connect to a peripheral using sd_ble_gap_connect(&m_peripheral_address, &m_scan_param, &m_connection_param) . If it...
I am trying to provide a custom peripheral service with a 128-bit UUID in an nRF51822. I would like to use two bytes of the UUID to encode a piece of information unique to...
Hello,
am I right to assume that if sd_ble_gattc_write returns anything other than SUCCESS, then the packet was not queued?
Is this also true for BLE_GATTC_EVT_WRITE_RSP...
Hey guys,
I have a little problem on a new board comunicating with a MPU9250 sensor.
Chip version is nrf52832-QFAA-BA
GPIO PINS Used P0.20 (SDA) and P0.21 (SCL)...
The S332 v0.6 has been released and it is supposed to be compatible with SDK11. My concern is that in the release notes of SDK 11, it says "Temporarily removed support for...
I tried the above example but it hangs here:
while (ser_sd_transport_is_busy());
Not sure why, I'm using GDB to step thru code, and it appears always busy...
Is there...
Device: NRF51-DK
I'm using GDB+OpenOCD to step thru code and it appears that the nrf51 resets itself after calling:
SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start...
I want to make rs485 communication with nRF51822. I gone through the UART code, there CTS , RTS pin are required , but for my case tx, rx,rx enable is enough, and also shall...
Hi everybody!!!
I am making a project which use NUS service and I have confuses in connection mode:
when the central and peripheral do not have data to transfer...
Hello, my question is pretty clear i guess. Is it possible to schedule advertising of 2 different packets on the same chip ?
The way i see it, it should be possible to...