Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hello
I am trying to figure out the ram retention on my nRF52-DK using SES and SDK v17.1.0. I've run through the example ram_retention , and studied a topic in Nordic's...
Hi All,
My development IDE for BLE based firmware is Visual Studio Code.
SDK download for this version is 1.9.1 zephyr based.
I have select the example code "nrf/samples...
I'm using the nRF52832 with FreeRTOS and nRF5_SDK_17.0.2 on a custom board.
I am using a peripheral from a third party that uses Flash storage for certain parameters.
...
Hi Nordic,
I have 2 devices - nrf52840. One is Central and another is peripheral. I want to set a quicker data response time - shortest connection interval. As far as...
Hello,
as I see , many in DevZone have had a problem like this: we tried to merge twi-functionality into the basic ble_app_uart example. We set proper defines in sdk_config...
Hi,
we are developing a way to define through code a zigbee device composed of multiple endpoints, based on nRF5 SDK for Thread and Zigbee v4.1.0. The program can be flashed...
Hi all,
I'm trying to increase BLE throughput of ble_app_uart example (from official SDK16/ s132).
I've searched quite a few tutorials on which parameters should be...
Hi,
We need an detail description about uint32_t dev_config used in int i2c _configure ( const struct device * dev , uint32_t dev_config )
(zephyr i2c: https://docs...
Hello everyone.
I am beginner dev. I wanna run Serial Example Mesh and received data from BLE sensor. Can you support me complete this Project.
Thank you so much!
I'm testing a simple application based on the UDP/CoAP example. It samples some peripherals and ADC channels, these values are then packed into a CoAP message. This CoAP message...
Hi:
I want to use saadc peripheral,when i run the example "nRF5_SDK_17.0.2_d674dde\examples\peripheral\saadc",it worked well,but when I want to port this example to "nRF5_SDK_17...
https://github.com/nrfconnect/sdk-nrf/tree/main/samples/bluetooth/nrf_dm
I used the demo linked above to test RTT and DHCP respectively. Within two meters, I found that...
From the DF spec, we know that the connectionless AoA puts the CTE signal on the periodic synchronous adv, why, and what is the benefit. Is it possible to send CTE in extended...
Hi,
I am using nRF5340DK for development. Currently, I have two problems:
QS1: When I use fun nrfx_gpiote_out_toggle(), it reports Assert error on NRFX_ASSERT(! pin_in_use_by_te...