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'm using app_scheduler to pass UART events in the "main thread". I'm storing multiple data types in a struct (arrays, integers) and I've set the max event size to the size...
Hello Team,
I am using the OT-nRF52840 source and working on the end device. I want to add the I2C(TWI) support in my end application, but as soon as I add any API it shows...
My problem is similar to this
https://devzone.nordicsemi.com/f/nordic-q-a/64696/projects-for-writing-into-flash-memory-does-not-work-on-nrf52840-dongle/264746#264746
except...
Can a "Pin Reset" recover the nRF52810 part if the part has encountered a slow voltage rise, greater than 60 ms, from 0 - 1.7V (described in the image below)?
Hi, I am new to nordic and zephyr and I have a sensor (Melexis - MLX90641) and I would like to test it on a custom board using nRF9160.. I add the sensor into the dts files...
When I open the nrf connect sdk project, it goes like this,
How can I fix it?
Creating solution direction_finding_connectionless_rx.emProject cmake -GNinja -DBOARD=nrf52833dk_nrf52833...
Hello,
I am preparing to develop a design using the nRF52840 and would like any guidance or consideration for an LDO usage. I have found some previous mention regarding...
At 1Mbps, UART will lose data when receiving. When I set it to 230400bps, it works well. I looked at the SDK code and found that too much time was spent in the receiving code...
Hi,
I had asked a question here few months back, about the maximum RSSI that can be seen on the nRF52832 chip.
https://devzone.nordicsemi.com/f/nordic-q-a/73578/maximum...
Hello.
We have several of our own manufactured boards, containing the nRF9160 cellular modem chip.
We use it for HTTP and HTTPS connectivity, on an application based on...
Hello. We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I'm looking at how to encrypt a string with AES CBC. Below is the code we are considering.
Currently...
Hello.
I'd like to split an external QSPI flash chip so that part of the memory is accessible as raw blocks, and the other part holds a filesystem such as fatfs. Essentially...
Hi
I am using NCS version 1.5.0, I need to drive the GPIO pins of NRF5340 DK using the below library
"#include <nrfx/hal/nrf_gpio.h>"
While trying with this header...