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 would like to ask you a question, that is, the RTC in the chip of 52832, in the case of non-power-off restart, is there any way to keep the RTC time and continue the timing...
I am trying to extract the gps coordinates and use CoAP to sent the info to Telenor IoT server. I am using the gps demo code provided by Nordic .
https://github.com/NordicPlayground...
Hello,
I want to program nRF5340 via UART.
What is the hardware related event that puts the application processor in program mode over the UART ?
All ARM microprocessors...
Hi
OS: Windows 10 (32-bit)
nRF Connect application: v3.3.1
Getting started assistant: v3.3.1
Please see the attachment. After installing ninja, tried to verify it...
I`m searching after an application document / description of a test setup, how to measure BLE data throughput with our product including nRF52840. Maybe Nordic have a smart...
I've been programming in SES for several months now, and I need to put the code into libraries to keep an overview of my project.
I've been able to include SDK libraries...
hi, I used NRF52833 to debug the program, and I used the ble_app_hid_mouse project in SDK16 to debug the fstore function ,and the file path is E:\nrf52833\nRF5SDK160098a08e2...
Hi everyone,
This is my first time using Nordic nRF SDK, so i hope that I'm not asking for anything too stupid, I'm having troubles in adding nrf_logger.h into a project...
I've noticed that the BT-SIG listings for s132 v6.1.x https://launchstudio.bluetooth.com/ListingDetails/64933
and s140 v6.1.x https://launchstudio.bluetooth.com/ListingDetails...
Hello everyone!
We are developing a device with the nRF52840 SoC and using mbed-os for developing firmware.
Everything works and runs normally when using mbed softdevice...
51822+LIS3DH
I have tested my board and got the current consumption value. I use slow advertising only and the interval is 2 seconds. Follow is the result:
1. advertising...
I am using SDK15.0 and added the functionality of nrf_storage into the ble_app_uart in order to store the results of scan (which are kept during run time in an array in RAM...
Hello,
I am use nRF52832 chip in my project.
i am write data in flash by crating record id. For write record in flash I use below code,
For read flash I use below...