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 am looking at using SRP in our application and I am looking through "nrfxlib/crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/mbedtls_cc_srp.h".
There is a parameter...
Hi. I think I did a huge error by uploading the soft device S140 after erasing all.
Which lead to the device being locked. I tried to use J-link GDB Server still the issue...
Hello! I have a question about the work of nRF52 with memory, why does it work so crookedly? The first situation. We have a static void nus_data_handler (ble_nus_evt_t * p_evt...
I'm facing an issue with the build failing when using the gcc-arm-none-eabi-9-2019-q4-major toolchain on Windows 10. I saw a similar post here, github.com/.../22060 , but...
Hi,
I am struggling to get my WS2812 LEDs to work with my current setup. I am aware that I need logic level shifters, but Im still not sure if my hardware or software is...
Hello,
In our project, we have a BMD-300 module, which contains a nRF52832 chip, and a nRF52840DK. The BMD-300 module is used as peripheral and the nRF52840DK is used as...
Hi!
I would like to send and receive IEEE 802.15.4 compliant packages in a very simple way (no ACK, no routing, just raw data transmitted). For the simplicity of the task...
Hi,
i am using sdk 16 , nrf52832 .Merged with two sensors , i am storing it all in an array
example
uint16_t array[7];
array[0]=67; array[1]=90; array[2]={90}; .so...
On a device that is pretty sensitive to lag (with a display and HW drivers), I observe sometimes some lags of about 100 ms.
I tried to disable some part of code to see what...
Hi,
1.I have a long-rage ( Coded PHy ) connection between a Master and a Peripheral. Master is 52840 , Peripheral is 52833 ( on battery )
We have notice that setting longer...
I want to use nrf52833 as the keyboard and nrf52820 as the dongle.Refer to the example of ncs1.3.2\nrf\applications\nrf_desktop, I want to add the LLPM of nrf52820.
But...
First: nRF52840 dongle or nRF52840-Preview_DK (doesn't matter which I get the same issue), SDK17.0.2, Segger, Windows 10. I am trying to dump a FIFO buffer from a sensor as...
I am exploring options to store and read data in an organized way with SD card. I am able to properly store Binary data in the .txt file using (v1.3.0\zephyr\samples\subsys...
Hi, i have been working on initializing the UART periferial based on the UART example in the SDK5. I got following error.
1> error: unplaced section: .log_dynamic_data_balloc_log_mempool...