Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
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...
Hello Team,
I am new to the OTA process for nRF52840. Please help me with the below query.
1) Is it possible to perform the OTA over BLE and over thread network as well...
Hi, We use the QSPI already very well for a flash device that has the correct commands. Now we want to use a SRAM, also QSPI prepared, but it has some other commands, there...
I'm trying to decide on a protocol to use between two nRF52840s.
Both will connect to an App and each other at the same time
Latency is important because the communication...
Hello everyone,
I'm currently trying to get a SiLabs WF200 WIFI module working with a nRF9160 as the host running on Zephyr. Unfortunately I do not get any clock signal...
Hi,
I am testing the advertisement packet scanner based from nRF5_SDK_17.0.2_d674dde\examples\ble_central\ble_app_uart_c.
At current stage, I can receive the advertisement...
I want to use bootloader for nRF52811.
On nRF5 SDK 17,
exmaples/dfu/secure_bootloader/pca10056e_s112_ble/config/sdk_config.h #define NRF_DFU_APP_DATA_AREA_SIZE 8192
...
I am writing a basic health device application, It starts, loads saved data, starts advertising, takes measurements, if a connection occurs the data is transferred, other...
I have compiled the example application ncs\v1.4.0\zephyr\samples\boards\nrf\system_off configured for the nRF52dk_nRF52832
This example consumes 450-500uA (SB9 cut)......
Hello Nordic support team,
We are making product relate to battery service.
Tool and SDK: - nRF5_SDK_17.0.2_d674dde
- SEGGER Embedded Studio for ARM Release 4.52c
...
Hi, I am doing some development in nrf52810. where i want to use BUZZER to produce TONES
I am using SDK17.0.2 SES
I want to create tones instead of just beep sound in...
I found a fairly cheap (<$5) FCC certified NRF24 module with 20dBm output power. NiceRF RF2401F20 ( https://www.nicerf.com//product_180_216.html )
The FCC ID is 2AD66-RF2401F20...
Hi,
I would like to know security related libraries available in SDK 17.02.
Libraries that I found
1. Peer manager
2.crypto library
I would like to know is there...
Hi,
I got problem with Implementing the FDS example code as below, which I using is SDK nRF5_SDK_17.0.2, and always got error "FDS_ERR_UNALIGNED_ADDR", Already searched...