Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have been able to get all the MPU based projects to work from this Github site (which has been very helpful!) with the exception of this one.
The accelerometer values...
For a device that has APPROTECT enabled, it is required to use nrfjprog --recover to re-enable access.
What is the mechanism that nrfjprog uses to perform the --recover...
With the nRF52, is the RTT functional when APPROTECT is enabled?
I would expect not since the RTT relies on memory accesses which should be disabled with APPROTECT
Hi,
In SDK11, it was possible to call app_sched_execute() from a function that was itself called from the scheduler:
void app_sched_execute(void)
{
void * p_event_data;...
If you dont have an external 32Khz crystal for the nRF52832, besides the higher power consumption, are there any other issues ? e.g. CPU starvation affecting my app during...
Hi all,
I work with a nrf52, my project send and receive Beacon data.
when i work only with 2 card all works fine but when there are several transmitter and 1 receiver...
I've got an nRF52 application which is based on the nRF OpenMesh github.com/.../ but has been vastly customised. The application either acts as a mesh device and allows a...
As the title,I recently want to use nRF51822 to communicate with SmartCard in ISO7816 interface. but I don't know how to do this.Can anyone share the example code online ...
Hello,
I am using the nrf sniffer from adafruit to pick up ble packets from my NRF52. Everything has been working fine for the past 3-4 months. Yesterday I wanted to test...
I'm trying to create a HID over GATT device that is not a keyboard, nor a mouse. About a week ago, I came close by being able to read some data in an OSX app from the device...
Have project setup to read values from ADC and then run fft_process. Then print them out over uart using NRF_LOG_* statements. However after we call the arm fft functions...
Hello, I am using nrf51822 and SDK11, dual bank dfu ble, S130, 2.0.0.
I made dfu zip file and I modify firmware_crc16 value to the wrong one.
And I zip it again.
But...
hai
i am working with nrf51822 and mbed .
in my application i have requested one page in flash for data store using pstorage.
pstorage_module_param_t param;
param...
Hi,
I'm trying to use NFC type 4 tag on nRF52 side (PCA10040) and poll and read it on Embedded Linux using neard [1]. I'm not an expert in NFC area, so I could be wrong in...
I am migrating a project from SDK 12.1.0 to 12.2.0. According to this question the RAM base needs to be defined in ble_stack_init(). The examples that come with SDK 12.2.0...