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...
Dear Sir,
Want to test out nRF52 BLE mesh, I downloaded the Android library from
https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library
But don't know how...
hi
i downloaded (Nordic-Thingy52-FW-master)
it had many problem for compiling that i had to remove all c files and header file and install them again
all the errors...
We are working on a project where we utilize the S140 SoftDevice (on an nRF52840) for a BLE application. We are using the FreeRTOS as real time scheduler for our system. ...
The reason I ask if that its compiler recognizes the P0.xx pins, but apparently not the P1.xx pins. For example, it throws the error message:
Error: Identifier "P1_00" is...
Hi All,
Our application WILL NEVER dynamically allocate memory and thus we'll never need to use the heap. Currently, our SDK carves out 8K of memory for the heap in "gcc_startup_nrf52...
I am working on light switch example of BLE mesh SDK.
I am using five nRF52840 boards one for provisioner,one for client and rest for servers.
I am using Segger embedded...
I have developed my own custom BLE service. I need to send BLE characteristic to an SD card. I have implemented the FATFS example and it works.
Now I'm trying to merge my...
I'm using nrf52832DK with seggers studio and SDK 14.2. My settings are following.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(20, UNIT_1_25_MS) /**< Minimum acceptable connection...
AIM: To establish a mesh network having 3 nRF52840 dongles and end devices(mobile phones) will be connected to the dongles. The primary aim is to send data(string/number)...
Hello
We cannot use the P0.18 pin as standard GPIO on the nRF52840 Dev. Kit.
What are the actions HW / SW to do to use this pin as standard GPIO ?
Should be cut...
I try to set up a timer:
The nrfx_timer_init() function crashes with an error:
What is wrong? How to fix this?
Environment: nRF52840, NRF SDK 15.2, S140 6.1, Mesh...
hi all
how to test 2.4G(not ble) at nRF52832 platform?i need test the 2.4G signal performance include tx power , sensitivity , frequency and so on.i use nRF GO studio.but...