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 need use flashwrite in my code, but i found sometims when i write data in flash, the BLE connecting sometimes is borken, i used this funciton flash_word_write(uint32_t ...
I am looking for help in doing a hardware reset. How can this be done? Do I need to make P0.21 active low so that P0.18 is enabled to be in RESET mode? This is for hardware...
To ship custom sensor data generated at 200 Hz from a BLE peripheral to a BLE Central over a GATT service I chose to start with template project in peripheral directory of...
Hi,
I'm using the nRF52 dev kit and try to use it as an Eddystone beacon. More precisely I want to use Eddystone EID and I would like to register the beacon using ECDH....
Hi, I have following issue and need some help. I am using SEGGER Embedded studio for ARM Release 3.4 build 2018052200 36079 with latest SDK on window 10 (64). Most of the...
Dear Support,
I’m working on uVision V5.25.2.0, using nRF5_SDK_15.0.0_a53641a.
My evaluation board is Rigado BMD-300.
Target: nrf52832_xxaa.
I tried using the printf...
The nRF52832 documentation has sections both for SPIM/SPIS (SPI peripheral using EasyDMA) and SPI (raw, direct write to the TXD register).
Indeed the nRF52832 does support...
Hi, There are some codes donot want to be interrupted. Before the execution of those codes, I want to close the all interrupts, after the execution, I want to open the all...
We have recently completed the design for a product prototype using the 0.4 mm pitch nRF52832 WLCSP. When we sent it to the board production house, the cost to produce it...
Hello,
i am searching for the possibility to get the information of the number of retransmissions which are needed, to get an ACK from the receiver. The legacy chip nRF24L01...
Good afternoon,
I'm running advertising with a uint16_t service data associated with a 16-bit service UUID.
I would like to update the service data regularly without...
I am trying to communicate with a MLX90615 temperature sensor via I2C and I am able to get the desired response from the sensor, verified with a logic analyser.
I am now...
Hi all,
I am working on nRF52-DK using the light client example under Mesh 2.1.1
I am trying to start and stop the listening for provisioning packets as the idea is to...
I've implemented a Battery Service and battery_level characteristic in my application (0x180F and 0x2A19 respectively) however, when reading the value of this characteristic...