Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
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...