Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
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...
I am using saadc to periodically sample a voltage (per about 12 seconds). The voltage cannot be shutdown and always is a value neigher zero nor VDD (1.25v, 2.5v, 1.0v, etc...
Hi,
I'm wondering if the DTM mode can be entered over the air interface on nRF bluetooth products, as specified by Core4.2 [Vol2 Part C] 4.7.1 Activation and Deactivation...
Hi,
I am looking for an solution which requires to have an BT dual mode(Smart Ready) SoC. As i require the high data rate of 2.1 and also require support of BLE 4.0.
...
HI ,
I need to interface particle measurement sensor with nrf52832. I am using S132 softdevice and SDK 11.0 for my application. I need to send commands to sensor to take...
Hi,
I feel myself a bit silly...my nRF52840 board was working the last few weeks nicely, it was visible both in nRFgo and Keil. I had the board some time in button cell...
Hello, after downloading my user app using keil, I can't seem to erase the whole chip.
This is what I'm trying to do:
erase the whole chip (nrf52840).
program S140...
Hello, when migrating a project from nrf51 to S140 nrf52840, I got an
"Error: L6218E: Undefined symbol app_error_fault_handler (referred from softdevice_handler.o)."
...
Hi,
I am quite a beginner about nrf51822. I understand that I can get RSSI during advertise mode before pairing. But I am not sure I can get RSSI after pairing. Can I get...
Hi, everyone.
Now I have found some posts about the development enviroment on Mac OS X. But none of them describes clearly how to setup the development enviroment with an...
We are trying to get serial bootloader (DFU) working. I compiled a debug version of the experimental_bootloader_secure_serial in SDK13.0.0 to see what really happens there...
Hello,
I am successfully using the following code:
float f = 23.50
char buffer[10];
sprintf(buffer, "Float = %f\n", f);
SEGGER_RTT_WriteString(0, buffer);
I...
Can nRF51 be BLE connected while it's on sleep mode? (connected by other device as Peripheral mode)
I thought, to be connected as peripheral mode, It must be advertising...
Dear Nordic Team,
We have a customer that would like us to extend an C# desktop application to use serial over BLE. What is the best dongle firmware and Windows driver...