Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hi,
I noticed that if you send AT+CFUN=1 then AT+CFUN=4 more than 30 times in an hour the modem stops registering until the hour passes? Is this by design?
Kind regards...
Hi,
I have built and flashed the "peripheral_uart" example on the nrf52833dk_nrf52833 from nrfconnect sdk v1.5.0. When I build using the prj_minimal.conf file, everything...
Is it possible to manually delete/inject bonding keys when BLE connecting to device with using Nrf52 and pc-ble-driver.py? I would need to execute following scenario:
1...
I have seen a compatibility matrix for nRF52840 SoC at the link below:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcomp_matrix_nrf52840%2FCOMP%2Fnrf52840%2Fnrf52840_comp_matrix...
Dear, manager.
Hi,
I am currently testing the use of TWI and BLE together.
However, Data (24bit) is received and read through TWI every 4ms. BLE is only initialized...
Hello,
We are evaluating SDK 17.0.2 USB MSC example.
If we connect the PCA10056 board to USB the Windows make System Volume Information folder,
so if we don't make safely...
Development environment SDK 15.3.0
I am working on overturning the saadc project based on ble_app_uart.
The input frequency is 50~2k Hz.
Terminal and debug monitor...
Hello I'd like to output two PWM alternately. Using the timer, PWM1 and PWM2 alternate outputs every 5 seconds. And I want to change duty cycle according to adc value.
...
hello,
i am using nrf52840 in our customised board and trying to interface it with GDEW0213Z16 2.13 inch display which uses spi communication i have added the necessary...
Hi,
Currently, nRF91 supports only one MIPI RFFE-controlled device. In our solution, we would like to have two MIPI devices - one pair of LTE switches as in Thingy:91 for...
Hi ,
Technical Environment details:
nRF Connect SDK
segger Embedded Studio
nRF5340 DK board
1. I have enabled immutable bootloader and MCUboot bootloader.
...
Hello,
Per the datasheet, VDD_GPIO must be applied after VDD has been applied. Is there a minimum or maximum time?
For example, can VDD_GPIO be turned on 1 second after...
Hi,
I am evaluating nRF5340 for using it in a smart lock product with high security. I had evaluated nRF52840 before this
and was impressed with the integration that the...
I started with the ncs-display-ble-example which worked fine. Next I took the LVGL lv_demo_widget, ran it in the simulator using visual studio 2019 where it ran fine. Then...