Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
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...