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...
Hi!
I'm having issues compiling the nRF9160 samples in the SDK. I've followed the Getting Started Assistant. I'm currently on the master branch. When I check out the v3...
I am able to see all the other three packets (URL, UID and TLM) in Eddystone Validator app except the EID packet. But I am getting the EID packet in 'nRF beacon for Eddystone...
Hi everyone,
We are going to certify a TRAXENS product design that contain an electronic card with a nRF52840 module on it. For that, we want to communicate with the nRF52...
Hi
I am using digital microphone with nrf52832 dk using PDM library for interfacing
I am referring nRF thingy for firmware development, sound service is successfully developed...
I need to collect data from 2 ADC channels. Ultimately, the data is to be sent to a table of 1000 samples (500 per channel). Samplerate can be 2KHz - 8kHz. When the table...
I am planning to use clock 16Mhz. I went through examples and found nrfx_spim to be using this option
But nowhere in the code I could pinpoint exactly how the clock itself...
Hi,
I am trying to implement LESC Security Mode 1 Level 4 with a peripheral ble_app_hrs on PCA10040 and a central via pc-ble-driver example heart_rate_collector_v6 with...
We have a Mesh app that should be updated via DFU. The problem is that if a device (for whatever reason) restarts in the middle of DFU or it is powered up later (i.e. not...
I want two STM32 timers synchronization via BLE . Used two nRF52832DKs download the timersync demo : https://github.com/nordic-auko/nRF5-ble-timesync-demo ,
the nRF52832DKs...
Hello
I am having 3 nRF52832 devices and I have to pair any two of them with each other and not with the third one.The third device or any other device should not get...
SDK Mesh 3.1
I was looking at the provisioner example, and noticed that in the function prov_helper_device_handles_load() there is:
But when i look at dsm_subnet_get_all...
Hello all!
I'm having a bit of trouble with complete communication between an nrf51 DK running the micro esb wireless uart example and an nrf24L01+ which is running TMRh20...
Hi!
I am evaluating BLE UART Demo with longe range (BLE_GAP_PHY_CODED).
Max. data throughput (using different parameters for ATT_MTU size and connection inverval) seems...
Hello,
I am designing a wearable using the nRF52810 chip and would like to ask if there are any recommended touchscreens to be used? My main concerns are
SPI bus (at...
GCC linker is capable to generate elf file with a given value for UICR->APPROTECT register with a simple script:
This feature allows generating "always protected firmware...