Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hello, I'm using SDK 15 and softdevice 6.0.
I use the micro as a master and I connected an i2c sensor as slave. I had put external 10 Kohm pull-ups, but I had a low level...
Hello ,
I am using SDK for mesh, I have saved .hex image file in flash.
Is there any example or any suggestion how can I run bootloader which will read data from flash...
HI:
Always error while porting,Error: L6218E: Undefined symbol app_uart_init (referred from main.o).
I added a path, and ENABLE UART_ENABLE 1 in sdk_cofig.h
Compile...
I have set up the gcc toolchain on Mac OSX to compile my BLE nRF51822 code and I tried to flash the code. Here are the 3 scenarios that I have tried (JlinkExe on Mac)
Case...
Hi,
I am not sure if this is the right place to open up a thread about a zephyr HCI firmware issue. Since Nordic also contributes to zephyr I'm putting up this question...
Dear All,
We have designed our custom board based on nRF52810 chipset. wehave not used 32.768khz oscilator. it seems in code default configauration is with crystal. so please...
Hi All:
When I simulated PWM by GPIO, the output current noise was shown like the picture below (red circle area):
Cause it will lead to a loading issue in the backend...
I want to implement a long write. The environment in use is below. · SDK15 · Nrf 52 · Nrf 52832_xxaa · S132_nrf52_6.0.0_softdevice.hex
My start is "nRF5_SDK_15.0.0_a53641a...
Hi Nordic team,
I have 2 nRF52840 DK boards.
I followed the steps mentioned in the below link, I am able to Transfer the DFU archive over serial with nrfutil(LED keeps...
I want to enable the Logger Module to have the high default severity of Error and then be able to enable lower level severities on an individual module for debugging. Is this...
Hardware used: 2 nRF52480 DK boards
I am running nRF5_SDK_15.0.0_a53641a\examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput example, I want to increase...
I read zephyr official document of nrf52810 support:
http://docs.zephyrproject.org/boards/arm/nrf52810_pca10040/doc/nrf52810_pca10040.html
It describes like this : ...
Hello,
I just got my nRF52832 DK and am following the Getting Started at the Infocenter to get familiar with it. Running Ubuntu 16.04 and all the latest Nordic tools (SDK...