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...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hello,
I'm using this example of code (nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader\pca10040\dual_bank_ble_s132\arm5_no_packs) with my custom board to perform a dfu....
I have a peripheral device based on the nRF52832, using SDK 15.3.0. It uses a bunch of the standard services, including the TX Power Service, plus a custom one. When I connect...
What would be the best example to start with if i have to send the sensor data from nrf52840 to a mobile application using SDK for mesh? I have asked this question before...
Hi, could you tell me where I can find a sample project with button-less DFU-OTA and an application like ble_app_gls?
1. I use Windows 10; Embedded Studio; nRF52840 DK;...
Hello, We are using the NRF52840 and softdevice S140, PCA10056 on all examples. SDK version is 15.3. We see a problem following the secure OTA DFU protocol regarding acessing...
Hi,
I'm developing and testing the code using the PCA10040, but this board uses the NRF52382_XXAA which contains more memory and I want to use the NRF52382_XXAB. So, how...
Hello guys,
I have coin cell powered nRF52832 based sensor node. I develop the firmware in Segger Embedded Studio, SDK15.3.0.
On the pressure of a button on the sensor...
Mesh SDK:3.2.0
I want to send dimming level to server, and want return data of dimming level with mcu voltage.
When I receive server set callback, I tried: status publish...
I am developing a beacon-related project, my nrf51 device needs to play beacon. Beacon will determine the distance from NR51-> Smartphone. If distance = distance I give, I...
Hi all.
I am using a nrf52840 with mesh sdk 3.20 and sdk 15.30.
I am implementing RSSI tracking and require reference nodes to advertise once on each channel (37,38,39...
Hi guys,
I am using nordic semiconductor nrf52840 development board and segger. Is it possible to display the data of ultrasonic sensor on the nrf connect app by configuring...
Esteemed Colleagues,
We are using PCA10040 (1.2.4 2018.16) to develop a customized NFC Type 2 TAG. SDK 15.0.0 was used because we needed to work with hal_nfc_t2t.c instead...
Hi Team,
I am developing a low power application where we need to update Firmware frequently based on use cases.
I have successfully tested BLE secure DFU example and...
Hi,
We're trying to characterize the radio timings of the transmission of a Bluetooth Mesh packet from an originator in a Bluetooth Mesh network. Looking at the broadcast...
Hi,
In your nRF5 SDK v16.0.0 release note, I recognize that a new feature is added:
I am wondering which BLE event is indicating that SD has been free from BUSY state...