Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
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...
Figure 1. Data encoded and sent (attached)
Figure 2. Screen shot of wrong Time data (attached)
Here is some code that seems to be correct, sending 10 bytes that look...