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...
Hi I made a custom board with an nrf52811. I did program an ble-peripheral project. After I connected the LED stops blinking and it's on. But now It don't go back to blinking...
Hello, We are using nRF52840 with SDK 15.3.0, a bootloader and the SoftDevice 6.1.1. An update to the same version of application is allowed in our code. We discovered a really...
Hi,
I am working on zephyr example dns_resolve(zephyr\samples\net\dns_resolve), how to test this example , I have gone through readme file many times still it is not cleared...
Hello.
* nrf52840 sdk17.1.0
We make some BLE device using nrf52840.
we using fstorage for storing about flag information. And, We using PWM for LED indicator.
Our...
Hello Devzone,
I am working with the Nrf52-dk and a thingy52. When flashing, I face difficulty in determining whether the onboard nrf52 is being flashed, or the thingy...
Hello,
I am using an Arduino Nano-ble-33 and I am having issue counting edges. The values seem to be roughly 0.4% higher than they should be. If I put a 1000Hz clock, I...
Hello,
I am migrating to a new custom board where NRF52832 reads ADC ADS7042 and transfers data through the BLE. My previous board works just fine, and in the new design...
Greetings,
Today I updated the BLE app of the nRF Connect application (Win 11) to its latest version.
I clicked it to open after it completed the update.
It prompted...
Hello support team,
I'm building a FTMS application on a nRF52840 Dongle amd am struggling with the characteristic UUID's broadcast for my service.
Firstly, I am using...
The docs r ecommend the nRF5340 DK connected as described with a 10-pin 2x5 socket-socket 1.27 mm IDC ( Serial Wire Debug (SWD)) JTAG cable.
Is it possible to use my nRF9160...
Hi,
Iam getting this error when i declare the following:
uint8_t tx_buffer[0x2000] _attribute_((section(".spim3_tx_buffer")));
When using nRF5 SDK i could able to edit...
Hi all,
We've developed BLE controllers for our new smartphone-based VR product. nRF52810 with S113 softdevice.
Right now the data (inputs + multiple IMU data samples...
Hey Devzone community
I have a super weird I2C problem.
While configuring, everything is fine - however, when I'm trying to use the I2C API read_register and write_register...