Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
Hi,
which hex file shall i install for an LTE application ?
It is basically step 7 of this tutorial: infocenter.nordicsemi.com/index.jsp
I wanna have a LTE application...
I am trying to start developing on my nRF52833 DK using Segger embedded studios, but my board does not show up as a mounted device on my laptop (echoed by the fact that Segger...
Hi there.
I am attempting to do some reallife tests on the nrf52840, mainly focusing on long-range capabilities and performance between the DK and an iPhone XS. Are there...
Hello, I've seen several posts about this, but I'm a little hesitant to use older posts since you guys put out new and improved versions pretty quickly. We are using SDK 16...
nRF52832 on a nRF52DK connectivity_4.1.1_1m_with_s132_5.1.0.hex pc_ble_driver_py v0.14.2
Steps to reproduce: - connect to a peer device - discover services and attributes...
hello :
1)The packet format of NRF52832 2.4G is as follows, I would like to ask whether the 2.4G CRC can be turned off.
I use two boards PTX and PRX to transmit each...
Hello fellow developers,
I'm developing the Bluetooth Low Energy (BLE) app with my own functions. Now I would like to pack it as a standalone Electron App, which can be...
Dear Sir,
I am working on NRF52 and I have DK of PCA10040 / V1.2.1 / 2017.36 / 682236729. I have done program advertising with scanning both in one program. then I used...
Hi, I have problem. My NRF52832 Dev board is not recognizable by anything. L05 diode is blinking every 0.5 sec. I used Segger - not recognized, Keid again J Flash same story...
Hi,
I'm developing a BLE mesh project using Mesh SDK v4.2.0. I want to change the Tx power of the product in real-time, e.g. from 0dBm to 4dBm, 4dBm to 8dBm.
I've read...
I have an application that is running for a while and then it crashes.
Execution goes to softdevice_fault_handler(), calling it with parameters: id=1; pc=0xf764; info=NULL...
hi all
A silly question here , I am prepare to meet some security compliance , one of them is about delete files permanently.
I wonder how to get this done on nRF51822...
Hi,
I would like to wake the nRF52840 SoC from sleep via a GPIO High Pulse input.
What is the minimum allowable pulse period do I need for it to successfully wake up...
Hello,
I have the following application code (based on the template project from the SDK):
The receive callback is working and I get all the characters from my terminal...