Hello,
There were some recent changes in the Nordic PDN library - function pdn_dynamic_info_get that led to the changes in slm_ppp.c and the way the application gets MTU...
Hello, I'm developing on an application which requires to catch high speed, variable size and bursty (~0.5 Mbit/s) data from a sensor connected to a nRF9161DK trough a UART...
Hi all,
We've been doing automatic network selection (+COPS=0) but are looking into moving to manual network selection.
When trying to search for available networks...
Hello,
I'm working with Distance Measurement (nrf_dm) using the NORAB126 module on nRF Connect SDK v2.9.0 .
I'm facing an issue where, occasionally and randomly, the devices...
Hello,
I have opened net/udp sample - https://github.com/nrfconnect/sdk-nrf/blob/main/samples/net/udp/src/main.c over here, to try to send UDP over LTE. Unfortunately, looking...
Hello! I'm trying to make what initially seemed like a straightfoward program - a bluetooth-to-hid adapter. Since Nordic's sample (BLE Central HIDS) uses the hogp and bt_scan...
Hi, I want to implement a feature where the central device manually enters a fixed password (passkey) defined by the peripheral to establish a connection. I’m using the ble_app_hrs...
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...
I followed the Nordic tutorial on wrapping an SDK sample project in a Makefile managed Eclipse project. I used the ble_app_beacon as the project.
Eclipse will build the project...
I have implemented pwm as suggested in the info centre of nordiac semiconducter. But it showing the following error as shown below image.
Please Help if any one is aware...