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...
Hi everyone,
I am working on a project, currently developing on the nrf9160-dk board. And I want to enable AWS and AGPS together in my project. And once I've enabled them...
Hi.
I modified the fstorage example to create the project.
I split Flash into three areas as shown below.
*Flash Area(0x26000 ~ 0x2ffff) : Bootloader
*Flash Area(0x30000...
Hello Nordic team,
We are making our own custom project, and we are facing problems in implementing lower power modes.
Reading from the info center, when the DK Board...
When initializing two channels, enter scan mode。After the two channels are converted, the callback function will be entered,Read conversion results。However, the requirements...
Hello
I am following a beginners tutorial on youtube and trying to implement simplest possible example of reading an analog value.
I want to use the nrfx library to do...
Hello,
I am working on a project where I am using 8 ADC channels on the nRF52832. When I run the code the device seems to get ADC values that look correct. But, if I pause...
I have an out-of-tree driver. It has an I2C that is working but also GPIO that are only working with compatible = "gpio-leds" but not with the driver compatible = "st,vl53lx...
On the nRF52840 there were many pins specified as "low frequency I/O only." Does the nRF53 have this same restriction? I don't see mention of these pins in the nRF53 datasheet...
Hello, I am working on application with nRF52833. What is max load current of internal LDO between VDDH - VDD? VDDH is 5V (USB) and VDD is 3.3V. There isn't anything about...
Hi
I am not busy developing an new product with nRF52840.
I want to use the BLE functionality and started with the ble_app_hrs sample application.
I download the pca10056...
Hi everybody,
I am trying install and set up Wireshark, i am in this step:
this is my output:
I think trhe problem is because of pyserial isn't detected, i have...
Hi,
I purchased a BLE dongle with your 3rd party HolyIoT: mini Holyiot-nRF52840-USB-Dongle. It is recognised on Nordic Connect, but not Nordic Programmer (Err msg: DFU trigger...
Dear devzone-team,
could you please tell me where the yaml files (like thingy91_nrf9160_ns.yaml) in the board folders are used?
I could not find a tool which evaluates...
I cannot get my solution to send data through the serial port.
I use the serial application to work on the instance 1.
static void sleep_handler(void) { __WFE(); __SEV...