Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
Good morning/afternoon/evening,
So I am fairly new to nRF system and wanted to know if there is a way to execute an interrupt when one of the buttons on the board is pressed...
Hi, I have a custom board built around a nRF9160. All GPIO (P0.xx) work. However, when I test with the at_client only AT+CGSN=1, AT+CGMI, AT+CGMM and AT+CGMR return with the...
Hi,
We are evaluating the possibility to connect our nRF52840 to another BLE device but we are facing issues with UUID Nordic handling strategy.
Quickly:
We have...
Hello,
I applied for a SUPL license for two weeks, but was denied.
I repeated logout/login, but it was the same.
please help and check.
Thanks,
SY Kang.
Hi,
as follow is nRF5 SDK code to create a timer ms.
how to create a timer ms on nRF Connect SDK ?
APP_TIMER_DEF(m_timer_speed_1ms); int timer_lms=0;
static void...
Hi,
we have an odd issue on ~ 50% of our in-house boards here. We're using the internal RC as a low frequency clock, and then enable one RTC. No softdevice or anything....
i am using nrf52840 USB dongle and the segger J_LINK EDU mini for debugging when i use bulid and run it works, and if i remove the donle and reinsert it then ts not working...
Hi,
I was using nRF command line tools 10.14.0 before. i try to update to 10.15.1 but fail with below log.
Do you have any comment for us to overcome this issue? ...
Using NRF Connect for Desktop V3.9.1 for Windows. We flash custom boards with J Link EDU 9.4 version. Since update to Programmer v2.0.1 it will not detect the J Link. Any...
Hi,
ncs1.8.0\zephyr\samples\bluetooth\periodic_adv\
ncs1.8.0\zephyr\samples\bluetooth\periodic_sync\
periodic_adv and periodic_sync
how to change to use Zephyr controller...
Hi,
I have a nRF5340 with USB DFU support which uses MCUBoot for upgrades. The current build (app_version_1) on the nRF has 0x4000 as the size of the settings_storage. The...
Hi,
Developing by NCS SDK, We found it will take 20 minutes by using mcumgr(on MacBook-pro) to BLE OTA 178KB image to nRF52840 Product Board's external SPI FLASH. it success...
The following is my set up:
platform: windows 11,
editor: visual studio code with nRF connect
SDK: nRF connect SDK v1.8.0
toolchain: nRF connect SDK v1.8.0 toolchain...
Hi,
Here is my hardware.
VBAT is 3.6-4.2V, UWB_EN is Pin28.By using nrf_gpio_cfg_output( UWB_EN ) to init this IO.
Is there any problem?Because when I using nrf_gpio_pin_clear...