Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
in the corse of implementing pairing / bonding on top of the softdevice, I was looking for examples. The only example I've found, that seemed to not use the peer_manager...
Hi,
Currently i am developing BLE communication software for Android and iOS
This software is under Ionic development.
Is there any solution for Ionic/ Javascript development...
Hi !
When i try to open gps sample and enable SUPL client support with CONFIG_SUPL_CLIENT_LIB=y, i received this alert so i cant import project file:
I already have...
Hi all, I am working on light switch example and I want to perform different LEDs have their own switch, i.e. button 1 control LED 1, button 2 control LED 2. The problem is...
Hello,
I am working on a project where I can have Voice over IP on the NRF9160 DK. I am now working with a I2S microphone ( https://www.adafruit.com/product/3421 ) at the...
Hi,
I am setting a nrf52832 for an OTA DFU using BLE. I am on windows.
After managing to run the Secure DFU Bootloader following the getting started , I am trying to merge...
I'm using s140_nrf52_6.1.1_softdevice and nRF5_SDK_15.3.0_59ac345 on a nRF52840.
We are trying to verify that, indeed, we are successfully entering and using coded phy mode...
Hi!
I've been having some issues with the ppk recently. I've been trying to measure the current on our custom board but it was showing way too much so I tried on the DK...
What are the set of commands to send data from node (router or end device ) to leader through router,(not directly connected); in openthead cli mesh build example in https...
Hi there,
I have a question about using zephyr on my nrf52840-DK board: I want to set the system to run at 64MHz for Zephyr. However, I can't find an option to do that....
Hello,
in keeping with the low power theme, I'm looking for some help in understanding the relationship between the pcb thickness, antenna trace and range.
Using the reference...
Hi every one,
I am using mesh in uart_app
PROJECT-------->
I am sending data through nRF UART APP to BLE (in MESH condition) and the received data on BLE sending it...
Dear Sir/mam,
Could any tell what header file I have to include to resolve this error? Please see in the screenshot
And in which I am sending data using nRF UART APP,...
Hi,
The Segger software does not work behind a proxy server.
After installing and licensing it (by moving the machine outside our corporate firewall) we try to start...
Hi all
I am using nrf52 with max30003 to read full ECG and send it over BLE.
My data is acquired at 128SPS.
De default GAP settings are too slow to receive all the needed...