I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
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...
I have a sniffer working . I Have a bouad with
west build -b nrf9160dk_nrf9160 .. If I start an example on the zephyr-mainline hello it work I see in ttyACM0 the printk...
I am running the usbd_msc example in nRF5 SDK 15.2 and trying to eject the disk on Windows/macOS.
But, USB MSC drive sign kept being visible in my explorer. Is there any...
Hi
I'm using nRF Connect SDK v1.5.1 and Segger IDE. Starting from fresh with Clean Build Directory, the sample won't compile with Segger IDE (build solution).
I aware...
With SDK15.3, s140 softdevice, NRF52840 (InsightSIP ISP1807)
If I use SAADC with 2 channels then I see a 0.7mA sleep current after the call to nrfx_saadc_sample()
...
First of all, I couldn't find any related topics, sorry. So if there's one, please forward me there.
We are working on an in-house BLE Mesh network project. There will...
Hello.
I am using nrf51822/SD-130/SDK-12.3 now.
In order to preserve values after reset, no init was set in the IRAM area.
The setting area is Start: 0x20007B80...
Are there any nRF 52805 BLE examples anywhere on the net?
I have not been able to find any. Do they actually want to sell this chip? Do they like money?
Thanks!
Jam...
I am using nRF52810 with SDK 17.0.2 with UART function but I am getting error NRF_BREAKPOINT_COND. I also tried running the uart example of the SDK but the error still occurs...
Hello Nordic Team
I use SDK 15.3. I have an application that is based on ble_app_uart. It switches between uart and beacon advertisement periodically. I used pca10040_ble...
Dear Nordic Team,
i could not find a good and clean starting point for a development of a simple Open Thread application, which is not bases on CLI in the examples. Therefore...
Hi all,
I am now testing with ecdsa example with nrfutil generated key. I found that the public key generated by nrf_crypto_ecc_public_key_from_raw is not the same format...
Hi,
On new fresh delploy of cat Tracker web app, and asset tracker v2 aws without code change (i had a working version a week ago)
Now i have authentication error message...
Hello. I migrated my code from nRF5 SDK for Thread and Zigbee to nRF Connect SDK (NCS) . After that SPI code stopped working :( After debugging with the oscilloscope, I found...
Hi! I am trying to write code on MFRC522 to read data from RFID tags and write data to them, but the datasheet leaves much to be desired, and libraries are available only...
Hi,
I want to upgrate bootloader in my firmware.
IC: nRF52832
SDK: 17.02
I have finished my project, this project include boot + softdevice + app + settings,and...