Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
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
I am looking for some specific contract developer help to build and Android app to update Firmware in devices using DFU and the buttonless service. Obviously there are...
HI,
We are evaluation the nRF9160 in the devkit and we are trying to obtain the values specified in the nRF9160 Product Specefication v 1.1. After following the different...
Hello,
There are many questions out there on correctly determining the SAADC pin input voltage limits. The equations given in the product spec is very straight forward:...
We are creating and application that will use the Serial port to communicate to a host using an RS485 protocol. We have it working in SDK 15, but we are now trying to build...
Hello All, I want to generate Bi-Phasic two PWMs with 180 degree interphase delay and variable Duty Cycle with variable frequency upto 250 Hz in nRF52810 SoC. Can you please...
Hello, how can I use the functions in nrfx_twim.c
Using SES and the CMSIS config wizard, I have picked:
NRFX_TWIM_ENABLED 1
NRFX_TWIM0_ENABLED 1
NRFX_TWIS_ENABLED...
Hello
I wonder how to verify that teh scan response data is set correctly and if there are other parameters I need to set to get it working.
So for setting length i have...
I have a nrf52840DK and try to modify SDK peripheral/uart example. I want to reboot nrf52840 device after getting uart communication errors. I put NVIC_SystemReset() function...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
Hello,
Im trying to interface LIS3DH with nRF52DK referring this example https://devzone.nordicsemi.com/f/nordic-q-a/34710/lis2dh12-driver-issue-in-nrf-sdk-v15-0 .
...
Hello All,
I recently started testing an nRF9160 DK board. I was able to follow through all the instructions, registered on nRF cloud and successfully connected to LTE....
Hello,
I'm designing the electronic of the nRF9160. We use the ANT PIN (61) for frequencies in the range [700MHz; 2200MHz].
I'm wondering to add a band filter on the...
SDK16.0.0, S132v7.0.1, nRF52840
We call nrfx_uart_tx() from the main application (non-isr) context to initiate multi-byte data transfer from a queue we manage.
We also...
I am using guide provided at https://openthread.io/guides/border-router to create border router. I am using Ubuntu 18.04 on a PC. I tried same on RPi 4 too and seeing same...