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'm trying to use https POST to deliver data payloads to Azure.
We've done a proof of concept using POSTMAN, and we're certain we've got the right method, correct headers...
Hi,
Is there any way by which we can log on nordic device on what packets being sent out?
My intention is to log each advertisement and on which channel it is advertised...
Hi everyone,
I am looking at the SAADC driver and I am struggling to understand the purpose of the nrf_drv_saadc_buffer_convert(). I have read that this is a non-blocking...
Hi,
I want to maximize the indication data throughput and minimize the latency with 4 connected devices.
Setup:
I’m using a nrf52840 as a ble client (sdk 15.2) that...
Hello, I updated the SDK and related SoftDevice of a project based on nRF52832_xxAA
from: 14.2.0 nRF5 SDK - 5.0.0 SoftDevice S132 (compiled works with #define NRF_SDH_DISPATCH_MODEL...
Hallo,
i am currently working on my thesis and i need to build a broadcasting network, in which each node must be able to trasmit to all other nodes, and at the same time...
I am working on project which is based on nrf9160 Development board.
Where the clock is initialized in example code of thread or GPIO ? Which clock source is used by nrf9160...
Hoping this is a simple fix. I'm new to using GIT and I'd like to setup my nRF 5 SDK projects to work with GIT so I can backup and collaborate with others. I have a few nRF...
Hello
I am interfacing between a SPI Master (microcontroller) with a SPI Slave (nRF52832 based chip) and I get the following output on both ends. The transmission seems...
Hi,
I have run into an issue with nrf52840 on pca10056 v1.0.0 board. The softdevice is SD v6.1.0. It seems to be a hardfault which cause a reset when I tried to call sd_flash_write...
Hello,
I need to read resistive sensors values with SAADC. These sensors going throught multiplexer and amplifier. Infortunaly, the signal going into the SAADC is noisy...
There is a race condition in the SAADC driver when using buffer convert.
I am trying to drive ADC at maximum rate to sample 3 ADC channels, and so I call the following in...
Hello,
after I could not use the nRF9160 DK I bought almost a year ago in Germany due to the missing nb-iot coverage I was very curious about the Thingy91 and I assumed...
Sorry for a noob questions but it is essential at this moment as I have not done any development on NordicSemi chips.
What software and hardware tools I need to develop...
Hi,
I am developing a PC SW that connects to nRF52840 device throw a BLE USB dongle(another nRF52840)
How I can tell from PC that a device is connected\disconnected...