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...
Hello,
I have updated secure_boot to allow UART3 to be used in the non_secure area. However, as soon as I try to initialize it in the non_secure area a hard failure occurs...
Hello! I took the example of "usbd_cdc_acm" and added a receive and transmit buffer. The data from the receive buffer is sent back. It turned out that the first byte is written...
Hi All.
I have a project where my peripheral (nRF52832) connects to my central (nRF52840), and then transmits 128 byte packets continuously one after the other. It works...
We are using the nRF9160 DK with the Asset tracker example, which is working in combination with the nRF Cloud.
Now we want to use our own AWS account in combination with...
hi all i am trying to read data from a sensor in burst mode i can"t able to read all datas from the register .I tried to read the data in both spi and spim(with easydma) ...
Hello,
So I'm using nrf52832 with sdk15.2 and I'm trying to connect a joystick to the adc pins and have the joystick to move the mouse instead of the buttons and having...
hi.........
i am tried to merge the blinky and timer sample program , i am getting this error , even i have included all files .h , .c files
nrfx_config.h: No such file...
Hi
I am using nrf51822 chip to develop my application & I need to put the hardware into sleep. In which all the gpios & other peripheral goes stop to save power.
SO, how...
Hi,
I want to change MAC address during advertising in nrf52810.
nrf52810 receives MAC address via uart from other MCU and set this MAC address. (type is BLE_GAP_ADDR_TYPE_PUBLIC...
We're building small robots/toys that work with each other.
Would it be possible to use the nfct on two devices with nRF52840 to communicate between each other?
Also...
Hello,
I’m sorry for asking again, but I could need some help again. This is a followup to devzone.nordicsemi.com/.../missing-endcrypt-event.
I’ve managed to receive...
During the setup of timeslot api with the help of this tutorial - https://devzone.nordicsemi.com/tutorials/b/software-development-kit/posts/setting-up-the-timeslot-api
using...
I'm trying to build a custom version of the example SAADC code provided here:
https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/adc/src/main...
Hi Nordic Team,
I am using the nRF52840 for a project, and I am interfacing with an LCD using the SPIM3 peripheral. I know there have been past posts on the Devzone which...
Hello,
My configuration:
Windows 10
nrf5SDKforMesh 3.1.0
nRF5 SDK 15.2.0
nRF5832
I am using the SDK UART coexistence example. I successfully built and flashed...