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...
Hello,
To improve the performance of SAADC, I would like to isolate the SAADC from the bad effect of DC/DC and RF.
I assume that SAADC has some noise because of DC/DC...
SDK 15.2's scanning module tries to connect to advertising peers that pass filter criteria when the nrf_ble_scan_init_t connect_if_match field is set true even when the advertisement...
Hi Forum!
I have to understand NRF52 chip for my job! I used to work with STM32 before. It has "Interrupt" (e.g when I receive one byte via SPI, It generates one "SPI_Rx_Interrupt...
Hi, all. I would like some serious help. I have three nRF52840 boards and have been running all the examples from the blinky to light switch/dimming. I am, however, stuck...
Hi,
could you please explain me what nrf52840_peripherals library (located in nrfx folder) is actually doing and what do the numbers next to the definitions mean ?
I see...
Hello everybody, As part of the evaluation of the nrf52840, I have made range measurements. In the course of this I was also concerned with the question to what extent the...
hi,
I am compiling nrf52840 light switch sample code in an embedded studio, I am getting the error as extern "C" {: Invalid argument, how to get out of this
I just began working with the NRF52, using the SparkFun breakout board. I'm developing in Segger Embedded Studio. I am aware that there are drivers for this chip in the SDK...
Describe the bug We have been buying nRF5280 boards and flashing them from open thread website in the first couple tests the devices work properly and connect to each other...
I use SDK15, nrf52832, s132
When in the
I comment
two lines.
Seems works. I can observe on an android nrf connect my device. But on a IOS can't see it via standart...
I am developing the product using nRF52810-CAAA. I have initialized it for SPI use as follows.
This will increase the current consumption by 3mA. Why? Is this normal...
Project configuration: nRF52832, SDK 12.1, s132
We have a system with ESB, BLE and FStorage for NV access. The system works great with either the ESB and FStorage, or, BLE...
Hello,
We are evaluating the nRF5_SDK_v15.0.0 example OTA DFU bootloaders on a nRF52840-PDK. We have generated a signed firmware update package using nrfutil pkg generate...
Hi, NRF52832, SDK 15.2, SD 132 6.1.0
1. How to verify if connection event length extension is enabled (or supported)?
In ble_app_att_mtu_throughput in function conn_evt_len_ext_set...