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...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
I'm using nrf_sniffer_for_bluetooth_le_4.0.0 on Ubuntu 20.04.3 and running `./nrf_sniffer_ble.py --extcap-interfaces` fails on my system. Which also means the nRF52840 dongle...
Hello,
I would like to implement an I²C communication between a nrf52840 and a MCP3221 (which is an ADC).
The first 7-bit of the MCP3121 are 0b1001101. I guess the slave...
Hi!
I have a custom board based mostly of the nrf9160DK, where I need communication between nrf52849 and nrf9160 processor.
I have used the code from this ticket that...
Hi,
I'm using the PCA10056 dev kit and nRF5_SDK_17.0.2. I am aiming to connect multiple initiators to acceptor using Initiator and Acceptor examples. So far I've been able...
Hi There,
When I am trying to write code, I am not clear about the meaning of the code " bearer_adtype_add( BLE_GAP_AD_TYPE_COMPLETE_LOCAL_NAME ); "
I try to check the...
I'm using the Zephyr provided WS2812 LED driver (SPI). I am noticing some strange behavior when my chain-length property is greater than 10.
I connected a digital logic...
Hi Nordic
We are developing our IOT product and we are starting our development of firmware on nRF9160 DK so that we can port that code to our custom PCB that will contain...
Hello
When I output some data using a 'LOG_xxx' macro, I do get debug information over the RTT console like this:
But as you can see there are some extra bytes in front...
Hello,
I wish to send SPI message by 2 Bytes per once, total 102 bytes.
Basically SPI works fine.
I wonder if there is way to reduce inter SPI time. It measured 18u...
Hi,
We are looking at porting the Tuya BLE SDK to the Nordic platform and on reviewing the documentation we have identified that the SDK uses two 16bit service UUIDs:
...
Most of the examples and posts are about the libuarte async driver, but I am using the basic libuarte_drv (not async) and running into difficulty. Without any concrete example...
Hello fellow developers,
I have purposefully not connected any sensor to my nrf52832 dev. board to see if the example program logs "no device found". Once the application...
Hi,
I have nRF52840 DK, nRFConnectSDK v 1.7.0-rc2,
I compiled iso_broadcast and iso_broadcast_benchmark projects: ( no changes are made)
Here is the run log:
//==...
Hello, I am starting to learn about the nrf9160DK and I found myself forced to use Zephyr while reading through the documentation. I would like to know if there is a way to...