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 trying to establish a connection between the nRF52 board and the USB serial converter TTL-232R-3v3.
The setup is such that I connect the converter cable to...
Hi all,
we have a project based on nRF51422, SDK 6.1, Softdevice S310 2.0.1.
We use the bootloader for DFU services. Our problem is to send a service changed notification...
Dear all, I had debugged example Heart Rate Service from SDK 9.0.0 without problems but I think we have a exception, when I insert a breakpoint on line 923 instruction APP_ERROR_CHECK...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
We designed our own board using nRF8001 and EMF32, I used the EMF32 development kit to test the code and it is working fine. When I down the same code to my own board, it...
Hi ,
I am planning to implement S120 UART to communicate with desktop as well as S110 UART BLE.
I browsed in the forum and found out we already have example in github...
I have a small nRF51822 module that I want to use for UART communication without handshaking, and I'm having problems with reliability. Basically the nRF51822 crashes and...
Hi, I've got a pretty basic question, but I haven't found a satisfying answer for it. It is obvious, that the CC registers are 32 bit wide, but because the RTC Counter is...
Hello:
Does the nrf52 radio peripheral EasyDMA write to PACKETPTR on byte boundaries or does it write "bits"? Suppose I have the ADDRESS_BCSTART shortcut enabled and the...
Hi all,
I can use the API sd_ble_gap_rssi_start to start RSSI and can get the value when the BLE_GAP_EVT_RSSI_CHANGED event occurs.However,when I use the sd_ble_gap_rssi_stop...
Hi, I'm recently concerned with the latent risk that nrf51822 might be hacked by extracting the firmware also known as "snarf"ing.
And I know there is Memory Proection Unit...
I followed the guide of github.com/.../nRF51-ble-bcast-mesh to try the mesh with NRF51822.But there seem no discribtion about which softdevice we should use.I loaded the s110_nrf51822_7...
Use SDK6.1 / SD7.0, iOS9 can not pairing!
dm_ble_evt_handler() return error "BLE_GAP_SEC_STATUS_UNSPECIFIED"!
It is the captured packets file: ble_proximity_ios9.1.pcapng...