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 looking for BME680 example code for Thingy91,since I donot have access to NB-IoT / LTE network as of now, i can't use the asset tracking demo code. I just need BME680...
hello
we used sdk_15.2.0 ->proprietary_rf -> esb_ptx example to check 52840 transmission.
now we have 61440 bytes need to be sent out. i used following code;
int main...
I`m searching after a document / description how to setup a user test case for BLE RF distance range measurements. Maybe Nordic have a smart phone app which we can use to...
I am evaluating NRF for a commercial project. I am also new to this BLE business so trying to learn fast.
I am trying to run the supplied BLE UART example on the NRF52DK...
I am trying to develop a low power scanner with nrf52832 which is is acting as both central and peripheral (beacon)
I need to detect other tags like itself transmitting...
Hi,
is there any example of firmware that can be used on nRF24LU1P that perform some data receiving on RF side and send them over USB?
The most important part is the USB...
Hello, We have designed a PLE peripheral based on nRF52840, SDK16.0, Softdevice v7.0.1. We have having an issue where, occasionally, we send a certain data (a command) to...
Hi everyone,
I created a custom service that I want to be advertised through scan response. Also, I want to advertise the INFORMATION SERVICE through advertising data. I...
Hi, I'm working with nRF52840 with NFC. I don't have yet the external antenna to connect to (now I'm using uFL), but I'm not sure about the trace width that goes from the...
MeshSDK: 3.2.0
StockSDK: 15.2
Hello,
I have a network where the sequence numbers have become corrupt due to removing devices from a network and then provisioning other...
Hello,
I've been trying to write my own library that uses UART.
I went through the "uart" example and wrote this piece of code.
uart.c
gpio.c
main.c
...
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...