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...
Dear all,
I have two nRF52 Preview DK boards with the SoC nRF52840. I am testing the light switch example on both boards. I have changed the light_switch_server, such that...
I tried some steps and falling back to support. I received my custom nRF52832 board and wanted to kickoff programming the board to meet my requirements. I used nRF52840 DK...
Okay, this is a fairly involved issue, so I will try to simplify as best as I can.
In short, my new Ipad Mini 5 cannot connect to an NRF52840 running the NUS peripheral...
I have just purchased 2 pcs. nRF52840 - one of them works fine - the other one reports this when i run dmesg on my linux (tested on 2 different systems) "Cannot enable. Maybe...
Hi,
I'm using nRF52832-CIAA.
VDD,Pin A7, tide with Cap 4.7uF 0603
VDD Pin H7 tide with Cap 100nF 0201
DEC3 100pF 0201
DEC2 100pF 0201
DEC4 1uF 0402
Using LDO...
So I'm kinda new to micro controllers and I followed the steps for the custom service tutorial ( https://github.com/bjornspockeli/custom_ble_service_example ), however when...
Using the scanner module, I set up a scan filter to scan for UUID with no auto connect. In the scan_evt_handler, I have a switch case for the NRF_BLE_SCAN_EVT_FILTER_MATCH...
I want to secure advertised packets using ccm
I am using s132 , SDK 14.2.0 and nrf52 dk
I found that AES-CCM peripheral is blocked by soft device usage and that I need...
I have this error.
In a last time with same error on a nRF52832 I decided this problem with increase:
On the 52832 it works. But on the 52810- project fall.
How to...
Hello,
I am using nRF52832 DK PCA10040 v1.2.4, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
As part of ble_evt_handler...
Hello All,
I am developing a custom board with nRF52832. All good with Segger Embedded Studio, I could download and debug the board successfully.
When I tryed to program...
Hi, i'm using nRF52840
I'm using 2 uarts :
one (uart0) is only for logging and another one (uart1) is for communication.
I can send from both uart, i can see i receive...
Hi
I sometimes get stuck in the zb_nrf52840_abort but the stack trace seams to be strange, its only containing two levels, Am I missing something or is there a better way...
Hello,
I have inherited a Thingy:52 project which was using some old versions of SDKs. Now I am trying to port it to a newer version in order to make it compatible with...