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...
Hi,
I am using NCS v1.3.0 for nRF9160. How to enable both scanner and advertiser roles simultaneously?
Currently even I enable both, HCI LE set random address failing...
Hi,
We are developing the BLE product based based on the nrf52840 Chipset and we are facing below problem while testing in the field.
During our development we have come...
Hi,
Based on other discussions of encryption etc , I created a function to encrypt all the data, so that whenever I call the function It encrypts.
But I am not able...
Hello,
I’m struggling with a problem and need your help. I have an application where a nrf52840 communicates with another nrf52840 over BLE using nus and some services....
I am about to follow the steps here https://wiki.segger.com/Open_Flashloader to be able to program an external flash. However if there is an easier method I would prefer to...
Hello, i would know about the IDE avaiable to develop codes for SoC Nordic nRF52840 and where i can find/download it
Moreover, where can i see examples code about BLE Client...
Hi
I'm working with FreeRTOS with Tickless (RTC) and I was wondering what one should do in order to avoid the FreeRTOS Idle Task to be waken up every time an Interrupt Service...
I have installed SES 5.10a and imported ouf Keil project. There are several issues when I try to compile. This is interesting since I am using the "external" build which should...
Hello,
I have products based on NRF51822, that are central and peripheral.
These products use Softdevice S310, bootloader and application code. It use peer manager, fs...
Hello,
I'm pretty to new to developing with the NRF52 and the NRF52-DK and have a couple of questions.
I have a custom board which has an integrated NRF52832 chip. Now...
Hi,
Recently, I've found a reset issue with my device by ble_nus_data_send error when ble is working.
But the error code is 0x3401(Please, refer the picture). What does...
I'm working on augmenting an existing product that is based in the nRF52832. We've been using a handful of timers for some time without apparent issue. I added another timer...
Hi,
We are using the modem firmware V1.2 and source code ncs v1.2.0. Problem: we are using the TLS connected socket to amazon cloud and after about 12 minutes of doing:...
Hello,
I'm a beginner in NRF52832 module.
I want to test saadc + bluetooth communication.
So, I searched
https://github.com/NordicPlayground/nRF52-ADC-examples
this...
Hi,
Is there any way we can measure performance on nrf5340?
We have an IRQ event handler for ISR and we see that whenever the event handler is invoked, main function...