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...
Hi ,
I am following the instructions here:
https://bifravst.gitbook.io/bifravst/bifravst-on-aws/simulator
to deploy the web application, and the web application says...
Based on SDK15.3(nRF52810) app_uart example, stop the adverting, turn off all the peripherals and enter idle_state_handle(), but the static current is still about 10uA. Rememeber...
I set up the environment for the nRF9160 as it was specified and downloaded the git-hub code https://github.com/NordicPlayground/fw-nrfconnect-nrf (environment 1) and I tested...
Hi all,
I am using 2 SPI's in my design. I enabled SPI0_ENABLED and SPI1_ENABLED in my sdk_config.h.
SPI0 works fine. But SPI1 MOSI pin always sends 0xFF.
My pin configuration...
Hi, I m sending a packet in mode Nrf_1Mb to another board nrf5340-PDK.
When I try to enable NRF_REGULATORS_S->VREGRADIO.DCDCEN=REGULATORS_VREGRADIO_DCDCEN_DCDCEN_Enabled;...
Hi,
I am using mesh SDK v3.2.0 and SoftDevice(s140 v6.1.1) to build light switch server firmware. And also insert the uart code from nRF5_SDK_15.3.0_59ac345. So the light...
Hello:
I am studying thread samples in nRF9160.
There are two thread samples: "zephyr\samples\basic\threads" and “zephyr\samples\synchronization”.
But I can't find main...
Hello,
I received information that i could turn the modem on and off not more than 60 times within an hour.
We are however working on a real time system, which may...
Hi everyone,
Currently I am routing hardware for an upcoming project using the nRF5340 and it's time for a sanity check.
The goal is that the HW works well enough w/Engineering...
Hi,
I've been trying to set up a SPI <-> USB interface between an FPGA and my PC via the nrf52840 dk. My ultimate goal is to stream 1Mbps+ worth of data, but right now I...
I have a custom characteristic on which I send ASCII strings as notifications similar to NUS. Is there a way to have the Bluetooth Low Energy app in nrfConnect show the data...
I am writing a BLE application on the nRF52832 using S132 v6.0 and SDK 15.2, and my application is using the nrfx_SPIM driver. I find that once I initialize the spim driver...
I am using the nRF52840, SDK 16.0.
I'm attempting to advertise on the coded phy and the 1M phy simultaneously. This works.
I have two phones, one that supports coded...
Hi,
I tried to enable the CMSIS in my CUSTOM Project but I see the following error and the CMSIS configurator is empty. Please guide what would be the possible problem....
Hardware: nRF52840 DK
SDK: 16.0.0
FreeRTOS: 10.0.0
I am attempting to use UARTE1 for a Modbus port. UART0 is already in use for a Command Line Interface. I can set up...