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 am a little bit confused on the steps I need to follow to program the settings and the bootloader files. According to Secure DFU over Serial example instructions ( https...
Hello,
I am trying to download the program to my target using J-LInk. Unfortunately, I get this message (see bellow) and I don't know how to proceed.
Any help is appreciated...
Hi,
I am working on a project that utilizes mesh technology. I'm currently using nrf52832 with NRF Mesh 4.0
There are multiple devices that can act as a server and a...
Hi Folks,
Need some advice. We are sourcing voltage to a variable resistor from an output pin. We've configured this as a high ouput. The overall resistance of the POT...
Hi,
I'm testing ads1292 sensor with nrf52832.
I got some problem when i use spi manager library.
I'm using ble_app_hrs project.
If i use spi manager without advertising...
Hi,
We build a new board based on nRF52833 wlcsp,
I tried to run a simple code with BLE peripheral (ble_app_uart example), and I noticed that the HFCLK is not working...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hi
I am running this example from SDK 15.2.0.
I am trying to figure out how the server knows at the end of the session how many bytes of data the Peer received.
Anyone...
The information on the website currently only supports nrf52840.
Can nrf52833 support DFU over USB?
If yes.Which example can be used? Does it use the same DFU USB bootloader...
Hello, I am studying the peripheral/ble_app_uart and peripheral/ble_app/template examples to understand the proper way to build a peripheral with our own set of services and...
Hi,
I have hard time to setup west in my Ubuntu PC. It was installed, but not fully working. So I tried to uninstall and reinstall, and also one time, I may have upgraded...
Hi All,
I have downloaded nrf5_SDK_for_Mesh_v2.2.0_src and trying to build the LIGHT SWITCH example but when i try to compile iam getting lot errors attached the screen...
Hi,
We are currently evaluating nRF52810. I have a couple of queries on DFU:
1. Provided having an application, soft-device, and bootloader in memory, we have to update...
Hello,
I'm using ncs 1.2.0 and trying to compile sample projects like v1.2.0\nrf\samples\sensor\bh1749, also v1.2.0\zephyr\samples\sensor\* but all the defines for device...
Hello,
I'm trying to setup interrupt routines in SPIS1 peripheral.
I have a void IRQ function
But it seems like it never gets called
my init function
some...