Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
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´m planning to design a pcb including a CAN transiver. What transiver is recomended to use and is ther any code avalable for CANopen? Regards Tomas
Hi,
Recently i have started working on nRF52 BLE SDKv16 (with PCA10040 and PCA10059)and i wanted to transmit multiple records of temperature data which are collected with...
I have DFU OTA application running on 52840 platform on a custom board. SDK v15.3.0. I use SoftDevoce S140 v6.1.1.
Then I need to port it to 52832 platform - SoftDevice...
Hello guys,
I'm trying to use the new NRFX library but I've hit the wall with the following error when trying to use the comparator API:
undefined reference to `nrfx_comp_init...
Hello,
for clarification I use the nrf5_SDK_for_Mesh_v2.1.1.
After an OTA update (with use of the nRF toolbox app) the nrf52832 seem to be in a state of constant reboots...
I would like to use nvs_read and nvs_write in aws_fota app to store a mode value inside, but it doesn't work. Any help?
I added the following lines to aws_fota prj.conf...
I am trying to use a uartpipe as described here
https://devzone.nordicsemi.com/f/nordic-q-a/58034/uart-communication-between-nrf52840-and-nrf9160-on-nrf9160-dk/235304#235304...
I am experiencing a GATT error 8(0x8) when connecting the Samsung S10 Android 10 to the nrfconnect app. This seems to be a Samsung issue as I do not experience this when connecting...
Hello,
We are working on an IoT project where we will have multiple peripherals and central nodes. You can assume that there will be around 30 peripheral and 3 to 4 central...
Hi
I am playing around with ble_app_uart example from SDK, it works perfectly fine together with ble_app_uart_c. Now I want to modify it so that it would work in long...
Hi
I'm using SDK15.0's ble_app_beacon, I want to add'srdata.**' response data to it, but when I do this, I get an error, RTT will keep printing'Fatal error' and'System reset...
Hello everybody.
This post is about how to use Segger Embedded Studio for ARM with NRF51 series microprocessors. There is a tutorial about import keil project to ses. However...
Hi,
I followed this page , downloaded SDK 15.1.0 and I was able to compile and build Custom bootloader (after adding custom board, also changed in makefile as well) for...
Hello,
i am using the DFU Bootloader from the version 15.3.0 of the nrf connect SDK with the softdevice version 7.0.1 on a nrf52832.
In Addition i am using a modified...