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...
Hi,
I'm trying to configure my LTE modem (Icarus Board + nRF 9160 + SDK 1.7) with an external SIM.
For that i have to use the PDP configuration.
I use in my prj.conf...
Hi,
I am using SES and NCS SDK 1.6.1 under Win10.
A GPS module is connected to NRF5340, using an UARTE to communicate. The pin receiving GPS data is P0.31.
It works...
Hello,
I want to make sensor sleep and wake-up according to VDD.
- When VDD is below 2.8V, Sensor sleep.
- When VDD is above 2.8V, Sensor wake-up.
Since my board...
Hello,
We have a question from one of our customers as to whether the 52833 is compatible with the S340 Soft Device. On the Nordic website, it is not listed as a compatible...
Could someone explain how to power the nRF52840 via USB?
Looking at the schematics, and also reading the "objective" spec, I can see that VBUS is connected to the USB input...
Hello,
Since yesterday's update of the nRF connect extension the device name of the target in the "connected" devices screen is updated from nrf9160_xxAA to nrf9160_xxAA_REV2...
Hi Everyone,
I tried to build lpUart example from samples available. I was trying to debug then I got the breakpoint on
"__ASSERT (lpuart, "Failed to get the device...
i was working on nRF52840 and nRF9160 with NCS v1.8.0.
i'd like to find an API to reboot system. so i tried to call NVIC_SystemReset(). it works in my nRF9160 project. ...
I am currently designing a PCB which incorporates the nRF9160, and I would like to know the devices behaviour in between 2.0 V and 3.0 V, as this is below the minimum VDD...
Dear,
We are working on our custom boards to develop a watch product which need external flash memory connected by QSPI interface. In this product, the UI images and font...
As I learnt, nRF5232 defaut with LDO mode, DC/DC is diabled, but I can not find any config in nRF5 SDK for nRF52 DK,
someone said to use: sd_power_dcdc_mode_set,other said...
Hi,
I've been reading that the nrf9160 can only receive up to ~2KB of data at a time. It seems that the connection terminates if I send too much to the nrf9160. I tried...
Hi again Nordic, I need some pointers. Håkon, a very patient man here, sent me an example code repo of usage of external flash memory on the nRF9160DK. I've tried the sample...