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
With the release of softdevice S140 v6.0.0, the advertising API has changed to incorporate the concept of Advertising Set that was introduced in Bluetooth Core Specification...
Introduction
I use fStorage to write some data to flash and I read the data by following procedure:
uint32_t Read32(uint32_t address) { return *(mpFlashConfig->p_start_addr...
Hi i have problem i can flash via st-link but when i want program nrf52832 via bluetooth(smartphone). i create zip with bootloader, softdevice and app and that zip send to...
Affects nRF5 SDK v13.0.0 - v15.0.0
I noticed a minor bug in peer_manager.c, lines 972-975 (v15.0.0). Looks like an opening brace is on an incorrect line, see line 5 in...
I'd like to share a SPI bus between the nRF52840 and another IC. The chips are on different load switches, though, and I'd need to communicate over the SPI bus with my other...
Hi!
I'm New to BLE Mesh and i would like to implement Text Data Transfer and receive to multiple BLE's using Bluetooth Mesh on nRF52832, Can anyone suggest me how to get...
hi:
I am now using nrf52832 development bracelet, I have nRF52 DK and nRF6707,Using the latest version of PPK software testing,I am now ready to use PPK to test the power...
Hi Guys,
I'm doing the RF test based on nRF24le1, could you share any good antenna sample for this chip?
i found a TI 2.4g antenna design http://www.ti.com/lit/an/swra117d...
SEGGER EMBEDDED __align(4) have error info.I can use __align(4) normally, but there is a error information in SEGGER embedded
this error is "expected declaration specifiers...
Hi Nordic Devzone,
I'm working with nrf52-PDK and Mesh SDK, I wanted to know that if it is possible to send and receive some data at the same time?
And if I can do that...
I have made a custom board by following the reference design given in the nordic website using 2450BM14E0003 Balun and 2450AT18B100E chip antenna from Johannson technology...
HI,
My application is based on on your example ble_perepherical/ble_app_uart.
I realised few modification.
Now, after a BLE timeout, the circuit doesn't sleep anymore...
I am requesting timeslots with an interval of multiple seconds. But sometimes I want to switch to an interval of several milliseconds. How can I cancel the pending timeslot...
Using some of our nRF51 dongles as sniffers to debug BLE.
Sniffer software --> "w" --> Wireshark, no problems.
Post processing wireshark export *.csv files. No problems...