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 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...
Hi,
We have a working firmware that uses LTE-M for network connectivity to connect to NRF Cloud. But upon testing with NB-IoT configuration (CONFIG_LTE_NETWORK_MODE_NBIOT_GPS...
If I try to compile any of the WIFI examples for the Thingy91x I get a RAM overflow error. The only exception to this is the WIFI scanning example. If I build these for any...
Hi everyone,
We’re currently using the nRF9160 module with JIO Nb-IoT SIMs in our devices. Could anyone clarify if any specific actions are needed in the firmware for...
Hi,
I am testing the UART communication using 2 nRF board, 1 DSP board(test completed with PC).
The code had error, NRF_ERROR_NO_MEM, and I just solved the problem by...
Hello
I use the SDK v17 and the example ble_app_uart and use various functions such as LED, timer, buzzer, etc. I want these functions to work after Bluetooth is connected...
hello ,
i want to perform advertise and scanning at the same time or concurrent. so, for this task i set advertise interval 90ms and scanning interval 105ms and windows...
Hi Guys,
I know there are a lot if topicks about issue with "sd_softdevice_enable". I read them all and nothing help me.
I try to run "nRF5_SDK_17.0.0_9d13099\examples...
Hi,
We're developing a system composed of one device with an nRF running as central, other device with an nRF running as peripheral and desktop and mobile applications...
We are looking for BLE module for Social distancing application.
We want to use Only BLE tags to estimate relative distance with respect to nearby tags within 5 meter range...
Here is the code i am writing, yet leds dont blink-
#define LED1 BSP_LED_0 #define LED2 BSP_LED_1 #define LED3 BSP_LED_2 #define LED4 BSP_LED_3
int main(void){
bsp_board_init...
Hello,
I am evaluating what the best way is to solve this problem: We have 2 network interfaces on our board. We would like to be able to switch between them dynamically...
Hi, I'm a beginner in working with these Nordic Development Kits. I've been following the steps outlined on the Nordic website for getting started with a nRF52840 DK. It tells...
hi,
I have 2 PCA10056 and few PCA10059 for BLE mesh testing.
need to configure dongle as provisioner.
unable to configure mesh provisioner example(also other client...
Hi,
I am working on a project which will connect to device having static mac address . My job is to make sure that the device will connect to device having BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE...
Hello,
I wanted to replicate and build the LED Button Service using my own custom service. I used the template BLE project as a starting point.
I am using nRF52 DK, and...
for (int i = 0; i < LEDS_NUMBER; i++) { bsp_board_led_off(0); nrf_delay_ms(500); bsp_board_led_on(0);
}
in this code only the first command gets executed.
It turns off...
Hi,
We have several boards on hand which fall into two categories:
Category A: Our application has been programmed with JTAG in the past
Category B: Out application...