Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
Hi,
our product is small tag, size of 70x35mm2.
Plastic covers are welded together and now looks like after welding some HW does not work properly. Flashing is successful...
Hello, I am running ble_app_uart_c example on nrf52832 IC. It is connecting to its corresponding peripheral and I achieved bidirectional communication.
The problem is,...
Hi! I am using SDK15 to develop an application for nordic chip which won't be using any kind of display nor keyboard input, so probably I'm gonna go for static passkey option...
I have and older board which is the PCA10028 with the nRF51422 chip.
I have downloaded the nRF5 SKD 15.0.0 and found there is not example DFU project for my particular board...
Hello
I am working on a project based on the Mesh SDK 2.0.1 light_switch example. The system is using SD 6.0.0 and PCA10040 boards. DFU is successfully implemented on the...
Hi,
I work on nrf52832 with the serialization.
The nrf52832 connectivity part is load with S132 V6.0.0 (uart hci).
The stm32 will communicate with the 52832 throught...
Hello, can you say me:
1) which Stack parts in Mesh SDK: nrf5_SDK_for_Mesh_v2.0.1 are implemented in harmony with Bluetooth Mesh Profile Specification and which are not...
Hi,
We are attempting to send data via BLE every 100 ms using an app_timer. The app_timer sets a flag and in the while loop in main.c we call
ret_code_t err_code; do ...
Hello, i'm currently doing my own DFU central for the BLE DFU on SDK 13, i followed all the steps on this link , i created the init and image files with nrfutil and now i...
I am trying to connect my Ubuntu machine with my nrf52 custom board my setup is as follows, Ubuntu machine --> FTDI USB2UART --> HCI interface of nrf52 I can see on my logic...
My application (nRF51 S130 v2.0.1 SDK12.3.0) uses the Radio Timeslot feature for multiprotocol support similarly to the example in https://github.com/NordicPlayground/nrf51...
am trying to synchronize two nrf52840 thank's to state gpio with gpiote function but it return an error code 4 (No Memory for operation) whith this line -> NRF_LOG_INFO("no...
Hi Nordic Team,
What I want to achieve is to add a service with a custom 128-bit UUID that has about 4 characteristics with a completely different 128-bit UUIDs that are...
Hi Nordic,
I'm using NRF52832 to design a producation that needs four SPI interfaces.
The four spi peripherals are: gSensor, LCD, SPI Nor Flash, and PPG Sensor. Now...
Hi,
I'm working on a custom board with the nrf52840 engineering version n52840QIAABB with de SDK15. I've tried the exemple usbd_ble_uart from the SDK15 and it works well...