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...
Hi,
I'm a beginer with Nordic Semi tools, I use windows 10 on a laptop HP-15DW1023NF.
I received last week a nrf5340DK (PCA10095 0.11.0 2020.51 960132679) and I installed...
Dear Devzone community,
we would create a mesh network, provisioning and control it from linux. Which is the best way to do it?
We are using nRF Connect SDK, all the examples...
Hi, I'm trying to add an Icarus Board to Nrf Cloud. I have the IMEI number of Icarus Board but I don't know how to find HWID/PIN number.
I also saw this ticket https://devzone...
1. Peripheral characteristic
2. Central -- nrf52832 write to characteristic :
3. Central -- nRF Connect for Mobile write to characteristic
4. Peripheral ble...
Dear community,
I would like to retrieve all publish address using this command :
ERROR_CHECK(access_model_publish_address_get(m_dev_handles.m_generic_client_instance...
Hello Nordic Team,
We need to start RF performance tests using CMW500. we have access to UART pins of nRF52840 in our DUT which can be used to connect UART-USB adapter to...
Hello Nordic, I am using
nRF5_SDK_17.0.0_9d13099,
IDE Segger V4.52c
soft device s132
Can I transfer 8208 bytes on I2C with nrf52832 with EasyDMA, ignoring the MAXCNT...
Hi,
I try to understand the power consumption of the UDP example for NRF9160 with PSM.
I'm using the default configuration: RAT="00000000", RPTAU="00100001", no eDRX,...
Hi all,
I am trying to interface a BLE mikrobus module onto a Yocto based Linux SBC. I need to use Zephyr's hci_uart example to flash it onto the module, the mikrobus...
Hi Dev Team,
I am running a program that takes in sensor data at 10 min intervals and publishes it to my server through MQTT at 1hr intervals.
I have different threads...
Hi, I am using Zephyr BLE stack to check the HCI testing og the nrf52840_pca10056 module. I am useing Windows Subsystem for Linux for Ubuntu toolchain. While using the make...
Hi,
I am planning to buy a nrf9160-DK to build a BLE LTE-M gateway. I would like to ask if the gateway is able to communicate with a private MQTT broker/server instead of...
my project is freertos+nrf52832 based the templete in SDK; A sensor pin is connect to P0.17, and I configure it low to high level trigger interrupt.In the handler I will call...