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, can we measure Distance using Multi Carrier phase difference method between nrf52840dk and nrf52840 dongle? if yes then give me detailed steps to connect and measure distance...
Hi, I want to use the temp node from the Device Tree of nrf52840. However, when I do something like this: I have an error saying : undefined reference to `__device_dts_ord_xx...
Hi,
I am developing unit tests and would like to generate mocks for the following functions in the Zephyr uart driver in the file "uart.h".
uart_irq_update
uart_err_check...
Hello everyone My system is as follows: - Using sdk v2.4.4, zephyr with nrf5340 (Raytak) - Using Threads zephyr to create threads to control the system - Using CONFIG_PM=y...
NRF Connect SDK 2.7, NRF52840
I'm porting the firmware for a shipping product that was originally developed on NRF5 SDK. We are porting out code since the NRF5 SDK is no...
I can't figure out what I'm missing. I'm not able to send messages using MQTT.
Here's the link to my code: https://github.com/pranav-ether/test/tree/main/mqtt_pub
This...
Hi,
I'm using WS2812B as a status LED. I don't have any free SPI ports. So my only option is to use I2S. It is displaying just white. I cannot change colors or turn it off...
Hello,
My SDK is ncs 2.6.1, and chip is nRF52832. If set CONFIG_BT_ID_MAX to 2, bt_id_create can be called twice without failure, but it seems the 2nd call doesn't update...
I'm seeking assistance with a power consumption issue we're facing in our hardware configuration. Here are the details:
Normal Operation Power Consumption : Our device...
Hello I am testing with nRF52-DK. But when I write data and read it with the Pragrammer of nRF Connector Desktop 5.0.2, the data is arranged as shown in the figure below....
Hi.
I'm currently developing Android application using Kotlin. App connects with Glucose meter via BLE (for that I'm using this lib: https://github.com/weliem/blessed-kotlin...
Dear community,
I am using the nRF9160 chip, and I have the issue of occasionally unreliable positioning. Depending on the network, positioning happens quickly and is...
Hi,
I'd like to set log level within the app but without success. I am browsing through https://docs.nordicsemi.com/bundle/ncs-2.5.2/page/zephyr/services/logging/index.html...
Hi,
is it possible to write data to external spi flash using nrfjprog? This would be on a custom board, which has nRF9160 with extra external SPI flash (not QSPI)?
...
Hi,
There is a bug in ncs\v2.7.99-cs2\nrf\cmake\version_app.cmake
add_custom_command( OUTPUT ${PROJECT_BINARY_DIR}/include/generated/app_commit.h COMMAND ${CMAKE_COMMAND...