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!,
I am trying to create an application with BT Mesh using the nrF52840 DK and two nrF52840 Dongles with an OnOff Model Server and an OnOff Model Client respectively....
Hello.
I am new to Zephyr, I know how to digital read the pin which is used as INPUT
#define SW0_NODE DT_ALIAS (sw0)
static const struct gpio_dt_spec DOUTINPUT = GPIO_DT_SPEC_GET_OR...
Greetings,
I'm using NRF52840 with softdevice and nRF5_SDK_17.1.0 on NRF52 DK.
The shutdown_handler in my code is as follows:
There is a secure bootloader from Nordic...
Hi, I am using nRF52832 module as connectivity chip (GAP peripheral, GATT server) with ble_app_uart_pca10040_s112 as source.
I am using nRF connect app to test data communication...
I am currently developing a feature for a BLE module to pass certifications (BL654 Laird, based on nRF52840). My application runs on SDK 15.0.0. I used the "radio_test" module...
My overall goal is to update the percentage of battery left in the advertiser and then either go to a nine second sleep to conserve as much power as possible and then wake...
I am following the instructions to enable micro-ecc support for an example code ( secure bootloader ble s132 pca10040 debug). I am using SDK 17.0.2.
I have successfully...
I'm sorry, maybe it's me, but your SAADC documentation leaves much to be desired, as I was easily able to implement getting readings from a single analog input (non-blocking...
Hi,
Trying to do a very simple thing.
I want to start a new project from a sample project, but I want my new project to be in a different folder
Load nRF Connect...
Greetings,
I've been developing a nrfxlib/zboss based Zigbee device and hitting a wall when trying to add more than one endpoint of a given type .
This is because the...
Hi community I'm trying to test the functionality of NB-IOT using nRF9160 board. I'm not using the default iBasis SIM card (it doesn't have the couverage in Tunisia), I'm...
I have the beginnings of a simple application that I am playing with using the Nrf52840DK with the Zigbee libraries in the Segger embedded studio environment on a Mac host...
Hi,
Checking the new nRF52833, i saw that it has the same package as nRF52840.
Considering to migrate from nRF52840 to nRF52833, i checked the recommended schematics...
Hello everyone,
We want to go into production stage so production is going to flash firmware on to the custom boards. The computer they use is still running windows 7...
Hi,
The VSCode extension is great, far more convenient env than Segger. THe only thing i find myself doing is create a NCS project in Segger with a custom board to create...