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...
I am using openOCD for flashing hex files to an nrf51 target. I have got the flashing process working.
However, I seem to be running out of space, the nrf51 has 256kB flash...
I'm trying to integrate MCUboot into my application, as immutable bootloader (CONFIG_BOOTLOADER_MCUBOOT=y). Building succeeded, but after programming the board gets stuck...
Hi,
I am using nrf52840, NCS v2.1.2.
I add MCUboot in my project, but got ‘Failed reading sectors; BOOT_MAX_IMG_SECTORS=256 - too small?’.
I add some log in MCUboot...
Hi,
I have been using the nRF5 SDK for years and the reason why I chose Nordic was for the low power consumption. Then when I was designing a new product using the nRF52840...
Board: nRF5340dk
SDK version: v2.1.0
My goal is to transmit 240 bytes of data every 5 ms using GATT notifications and 1 Mb PHY.
In the attached sample, I have my dev...
I added two extra buttons to ble_app_blinky (SDK 17.1.0) - port 1.10 and 0.31 I am running the code on an nRF52840 Dongle. The additional buttons are configured exactly like...
Hi,
I am using the sensor server example available in nrf5 sdk for mesh to build my own application on top of it. And the SOC we are using is nRF52832. I am trying to erase...
I see in the nrfx_uarte.c file the statement NRFX_LOG_INFO("Transfer about to send : %d bytes", length);
How can I set the logging for this file on?
#define NRFX_LOG_MODULE...
Hi,
My apologies if this is the wrong place for this.
I've been using the Power Profiler with the PPK2 and I'm very happy with the product, just have a couple small suggestions...
Hi there! I am facing " <err> download_client: Unexpected HTTP response: 400 bad request" error whenever I am trying to download full modem update from AWS S3 bucket. My environment...
Hi,
I attend the introduction course for the nRF's, and I am at Lession 3. The task is to print 'Hello World' to the device, using Serial Port and COMx. I have made the...
Hello,
As per the requirement of my project I need to add a header file into one of the thingy:53 sample.
Can you please guide how can I add a new header file into it...
Hi ,
I am working on thingy53 and using ncs 1.9.1 I need to enable the BMI270 sensor and need the acceleration and gyroscope data from it. So for that, I primary using the...
Hello,
I am using the provisioner example to provision and configure all my sensor nodes in my project. My use case consists of around 60 sensor nodes. While provisioning...