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'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
Development software- Nrf sdk 15.2.0
Computer platform, with versions (Windows/Linux/OSX, ...) : Using windows 7 and Segger IDE
hardware revisions - NRF52840 Development...
Hello,
I have battery BLE sensor modules that send sensor data as BLE advertisements (custom advertisement, not beacon format). A BLE observer receives the BLE sensor data...
When I try to use SDK in C++ project with GCC 7 I get:
That's because not all fields are initialized:
The fix is very easy for Nordic to implement. Just add missing...
When I have opened a nrf socket with nrf_socket to extract GPS data, when the GPS acquisition phase is over, I want to close the socket, since I'm turning the GPS off. calling...
I am evaluating the nRF9160 features - and the low average power while in eDRX is attractive if it reduces transaction times when establishing comms on the next eDRX wake...
I am looking to update the NRF52840 firmware from the integrated flash. I am able to get the new firmware file there through other means and I just need to point to that new...
Hi Nordic I just wanted to asked if there is now (2 years later) some documentation or examples of implementing a DFU controller on the NRF52?
I have found some older threads...
Hello all !
So here is my problem, I have a computer as a CoAP client running the Python script from : https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
i use a 52832 module scan BLE advertisement signal, and found it can recived lowest DB value is -92db. but i use my Phone to scan same advertisement signal, it can recived...
Hi
I am using the nrf52832 DK for my project.
Using ble i need to establish wireless connection b/w the android phone and the board.
I need to send data from the phone...
During manufacturing verification we want to run some tests that will require us to talk to our custom nRF52840 device over bluetooth.
The ideal solution for us would be...
Hi
In the infocenter, I can find the important note which says, that to run nRF5 SDK for Mesh v2.2.0 on an nRF52832, nRF5 SDK 15.0.0 as well as the softdevice S132 v5...
The scratchpad is overflowing when generating a keystream prior to a CCM decrypt operation.
The size of the scratchpad is calculated according to the formula in the product...
is there any tutorial that shows me how to read data from the BLE using android. My NRF 52840 is connect to my device(Which is i expected data to read from) i am able to send...
To the kind attention of Nordic,
while I'm planning to do a software porting from nRF24 to nRF52840, I've been studying some of the usb applications you provide in your...