I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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...