Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
the v2.7.0-5cb85570ca43 zephyr/ndk combination doesn’t work for things using the JSON_TOK_FLOAT type (vs the number type). this is because zephyr/lib/utils/json.c:float_ascii_encode...
I am working on a project in which i have got 100 nodes we are doing it in our custom board. so i need to assign unicast address manaully for each nodes inside it. How can...
When I try to build any application with west I always get a CMake error complaining that it is unable to run the Python version included with the NCS toolchain. The error...
I'm working with a DVK that has an nrF52840 with a Sierra Wireless HL7800 modem. The modem is connected physically to UART1 while the UART0 is used for the following as shown...
Hello
I am at the early stage of evaluation of a nRF52840 USB Dongle and I have installed all software on my Win 11 PC.
Just trying to check that everything is working...
We have made 2 partition of Internal flash. One is for running Application and Other for storing some configuration. I am trying to erase the page of 2nd partition, and it...
Hi,
I have been performing a fresh install of the toolchain following the nordic's "nRF Connect for VS Code" page, as well as the YouTube video "Introducing nRF Connect...
Hello,
Developing a custom board with nRF9160 as application CPU and nRF52810 as BLE Controller. Connected via SPI + reset + irq lines to the 52810. The design is a copy...
This might be a simple one to answer but I'm struggling to find documentation on what to do here since we're still using an ancient SDK on 9160.
I have a working board file...
Hello,
We have a BLE connection issue. We want to connect a Windows 11 laptop with a nrf5340 eval board.
The connection procedure can fail by a disconnection with reason...
I have a custom PCBA with which has the flow of:
- Boot
- Advertise some temperature data read from TWI with a 5 second timeout using `ble_adv_fast_timeout`.
- I then...
I want to implement secure connections for a device based on the nRF52832, protected by a PIN/pass key, which I need to be able to configure dynamically, not hardcoded in...
Hi there
I am struggeling to find a solution to automatically connect to the controller when found based on the advertised name. I do not want to click on the found device...
Hello,
I am developing project on ESP32, with nPM1300. I am interested in battery state/capacity measurement provided by the Fuel Gauge example. Some part of the algorithm...
Hello. I followed the steps in the video to develop a project on my custom board.
www.youtube.com/watch
I created a new board and new application (blinky sample). Then...