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 and nRF Connect SDK v3.0.1.
I'm facing an issue where, occasionally...
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,
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...
Hello I have tested the example "ble_thread_dyn_mtd_coap_cli" from "nRF5_SDK_for_Thread_v0.11.0_84a130f" : this example works fine for a PCA10056 but I'd to test it on a PCA10059...
Hello community
In the pin_change_int example the following code is written:
So, this basically means: whenever PIN_IN goes from low to high, the 'in_pin_handler'...
Hello,
There is a comment in the v1.1 manual (shown below) which states that the first capacitor in the matching network (C3 in the reference designs) shouldn't be connected...
Hi:
By our stack up at Z direction, there is a touch sensor FPC coil above nRF52840 and the gap is 0.65mm
And this coil will radiate about 1xMHz radiation
Will it impact...
Looking for different options for flashing/dumping program on custom nrf52832 pcb designed and used as BLE.
Has another full fledged MCU on PCB which handles all the peripherals...
ble_nus_data_send() can not work . SDK15.3.0. I have used two NRF52832. Based on the examples ble_app_gatts_c and ble_app_gatts,I have added nus service . Now central role...
I have my Thingy:91 working now but I can only see "terminal" data in nRF Connect for Cloud. I was expecting to see graphs of the data and a map when I have a GPS fix. The...
Hello everyone,
I am using light_switch server and client example from nrfmesh examples but nrfmesh ios application cant find nrf52 usb dongle.
I have changed pca10059...
I have developed USB firmware for the 840 based on the USBD example so that we can use WINUSB (WCID) for the host. The design is for USB 2.0 full speed with EPIN1 for device...
ble_nus_data_send() can not work . SDK15.3.0. I have used two NRF52832. Based on the examples ble_app_gatts_c and ble_app_gatts,I have added nus service . Now central role...
Somehow my account got deleted and so did my ticket. I had to re-register my account an i'm creating this ticket again:
nrf9160_pca10090ns.dts.pre.tmp:89.42-101.3: Warning...
Your served radio tramsmitter/receiver example using PCA 10000 USB dongle, PCA 10001 evaluation kit.
It's just only one byte data communication. It works well.
If I communication...
Hi, i'm trying to read an i2c sensor on interrupt. Doing it directly in the interrupt is apparantly bad, so io tried using app_sched_event_put, but that just crashes inside...