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...
I will be using an NRF5340-DK for starters. I have a Linux SBC that will be running blueZ. I can use USB, UART, or SPI to connect the NRF5340-DK to the Linux SBC. I am assuming...
Hi Dev Team,
I had installed the newest NCS version NCS v1.6.1 and was importing my application from 1.5.1 to 1.6.1.
However, I noticed a lot of changes with respect to...
Hi,
I have a question ,According to the official tutorial,I succeeded BLE OTA DFU in windows system by nrfutil ,however, when I use the nrutil tool to update the firmware...
I have tried to use I2C but it does't work out. nRF9160 doesn't start booting after executing "build and run" and pushing the reset button.
I open secure_boot project...
Hi Nordic team
At sdk connect sample/mqtt_simple, it called lte_lc_init_and_connect() to connect NBIOT or LTE-M.
If this call was not successful, could we read error code...
hi support team,
very strange question from customer
customer set up one interrupt with following code:
void gpio_wakeup_init(void) { uint32_t err_code; if (!nrf_drv_gpiote_is_init...
Hello, I am routing the NRF52840-QIAA chip and wanted to avoid the costly via-in-pad process.
Can I use the following pins for QSPI quad mode?
Also can i leave the RESET...
I have a working set of implementations placed in the 17.0.2 SDK examples directory. The projects use SoftDevice s140 for BLE and flash write operations. I would like to know...
I'm looking to enable the flash protection for an nRF52 application running on Zephyr RTOS:
Basically looking to disable flash reads from the JTAG/SWD interface: Only...
Hello Nordic support,
I would like to understand regarding the status value 'ZB_ZDP_STATUS_NOT_SUPPORTED'.
I have a Zigbee application in which the device type is a Zigbee...
Hi,
I am using NRF52840 DK board. I am using SAADC example program for reading the voltage and SDK 15.3.0 Version.
We have connected the sensor to the adc analog output...
Hello Nordic team,
Our current setup:
nRF52840
nRF SDK v15.00
In our current setup, the steps we take are as following:
Initialize nRF52840 -> BLE fast advertisement...
I am developing a beacon for nRF52832 and can see the beacon in nRF Connect for iOS when using the following setting:
adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED;...
I am implemeting serialisation using nRF52 as BLE PHY + STM32 micro as host with UART in between them.
I can see there is example for searilastion under "nrf5_SDK_for_Mesh_v5...
Hello
I want to test ncs ota function. b0 module following this link .
ncs1.6.0
borad:nrf52840dk_nrf52840
projece: ncs/zephyr/samples/hello_world
1. b0 + spm test...