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...
Just need a little help on something that is probably very simple. I am sure I will be embarrassed at how simple this is.
I get the nr52 device MAC address and append 4...
Hello All,
I have a requirement where temperature Sensor is collecting temperature data constantly. If temperature data is changed by at least 10% from previous value...
Hi Nordic,
I am been using nrf connect sdk 1.5.1 for several days. As far as I can see, there is an example, named nrf desktop in the applications examples.
May I ask...
Hi,
I am trying to interface a BME680 sensor with my nRF5340 DK. I am trying to get the following sample to run (I left everything default): https://developer.nordicsemi...
Hi,
I'm working with the CCS811 sensor example from the `v1.5.1/zephyr/samples/sensor` folder and I managed to compile it successfully after modifying the files in the ...
I am moving my project up to SDK15.2 from SDK14.2 and all is good except when I try to connect a ESP32 device.
When connecting to the 14.2 code, I get this in the debug...
Hi Nordic,
I have successfully Implemented a single bank DFU [button less dfu] with my customize service
but I don't know how to enable a dual bank DFU in my services...
Hi! I'm using NRF52832 with SDK 15 and the application is running as expected. To optimize power consumption I'm using a conditional statement to put the chip in sleep mode...
Hi,
I am trying to improve the nrf QSPI driver on Zephyr to handle anomaly 122 on nrf52840. Our application needs access to external flash as also as other modules that...
I'm debugging radio test sample and I'm having some problems. The first step is to compile NRF / samples / peripheral / radio with SES_ Zephyr.hex in test project. Second...
Hello,
I found this great blog entry about synchronizing timers on different devices: https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts...
Hello, I am using nRF52840, SDK v16.0, mesh SDK 4.2.0 and softdevice S140 7.0.1. I am following this example to experiment PA/LNA features, namely controlling the pins that...
I have a board with the MBN52832 from murata, that i can program with a Jlink with ease, but wont do adv.
I do believe the problem lies with some config that im not doing...
Hi,
I am running the asset tracker v1 app with a few mods, but it seems to reboot once in a while and I cannot find the cause.
The LOG gives nothing away:
[01:07...
I encountered sprintf with the increase of parameters, the power consumption will increase by 2-3uA for each parameter. When I use the sprintf function, the power consumption...