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 using nordic nrf52840 chip.
i programmed one application at 0x27000 address, and now i want to calculate the size of that application code in run time.
i have...
Hi
I have a project as the follow
What I have done:
1. Compiled app.hex ( Configured with my board), works fine.
2. Compiled bootloader.hex ( Configured with my...
Hi, I've adopted the DFU part of the NRF Toolbox app in my own app. I want my app to be bi-langual (English / Polsih). I can do this for all the texts that I've created, however...
Hi,
I had a temperature adc reading accuracy issue in lower temperature such as -40.
It is similar to this post issue ( https://devzone.nordicsemi.com/f/nordic-q-a/80859...
Hello,
My application is built with TFM in order to use mbedtls. I am currently using UART0 to send/recv serial data from another board. If I don't call psa_ps_get_info...
Hi,
We have developed one application using nRF52832 SoC and Sdk v15.0. For our application we have use ble_app_uart example as a peripheral and multi-link central example...
Hi,
I am using s112_nrf52_7.2.0_softdevice with nRF5_SDK_17.1.0 and iar embedded workbench. I can flash and run the application without any problem but when i try to program...
Hello Devzone,
I am trying to run timeslotted 802.15.4 alongside BLE using NCS. I have started from this example, replacing the propiertary RF calls with calls to 802...
I was able to set up 2 thingy91's using the nRF9160DK to update the firmware and the asset tracker is working on the 2 thingy91's. I've tried to provision the DK and I get...
Hi,
I am trying to port the nRF5_SDK_17.0.2_d674dde\examples\nfc\writable_ndef_msg and my linker cant find the definition for the following symbols-
linking... .\_build...
Good afternoon ladies and gentlemen,
Just a really quick question/observation... am I going bonkers? or is the link to Segger Embedded Studio on this Nordic Page incorrect...
Hi nordic:
I use nrf9160 to test the new driver mainly due to the following two problems:
Environment: sdk 1.8.0-rc2 modem: nrf9160_1.3.1 lwm2m CONFIG_LTE_NETWORK_MODE_NBIOT_GPS...
Hi There,
I have a question now. If I want to alter the frame format in the data linker, how do I do?
I try to find the source code of the data linker layer in the Mesh...
Dear Members, I want to log my ANT+ HRM into SDcard, I tried with flag, but it never goes to main loop, I'm using nRF52840 Code ANT HRM interrupt :
on the main loop...