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...
I hate to be a squeaky wheel on this but I've found some strange behavior when trying to use the SPI Manager to schedule a transfer where the .p_tx_data address is a constant...
Is this normal that the example ble_app_uart, usbd_ble_uart and usbd_ble_uart_freertos use init.srdata in advertising_init() when all the other examples use init.advdata ...
It seems that unlike nrf52840, the nrf52832 has only one UART instance. Is this correct? This affects one of our hardware and I wanted to confirm before having to deal with...
We are about to build a prototype for a 2022 product, which will need 4x UART. The nRF5340 is our favorite but we need the 3rd and 4rd UART fixed. Is there an ETA for this...
I have uploaded nordic thingy 91 with lte_ble_gateway program and modified it so that it can connect with 7 devices, however when i try to connect the 6th device I get bluetooth...
I am trying to use the nRF9160 DK as a gateway to send sensor data to an Azure IoT Hub for further handling.
I was previously using Particle to solve this problem, and they...
Hi
I would like to know what the easiest way to get a signature-less bootloader from your DFU bootloader examples. For me it looks as if the open_bootloader is not very...
I understand that the only supported method to upgrade the modem firmware from one major version to another (e.g. 1.1.x to 1.2.x) is via JTAG. As an educated guess, I would...
To the kind attention of Nordic support team,
when I open generic_nrf52833_xxaa.emProject in sdk16 in order to compile, I get this error:
(Anyway it happens when I use...
Hi,
I'm working now with the uart connection between NRF52832 and SIM868 module, my question is:
Is there any uart interrupts implementation (examples), i want to receive...
Hi everyone,
I am in the phase of evaluating different chips and need to know the number of PWM channels for the nRF5340 and can't really find this information. The product...
Hello guys. I have six of these boards nrf52840
Do you have any Arduino Bluetooth sample code for using six or seven of these boards in a peer to peer network setup? ...
Hi , i have implemented a event to flash handler with NRF_SDH_SOC_OBSERVER and it work . But I need to know which operation is related to the event , Es: void FlashEvent_Handler...