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 All,
anyone was been successful in compiling and flashing SDK 7.1 Bootloader/DFU using arm-gcc on *nix machine ?
If every single hex file needs to be flashed apart...
Hi ,
During SOFTDEVICE_HANDLER_INIT function call , if I change the NRF_CLOCK_LFCLKSRC_XTAL_20_PPM macro to NRF_CLOCK_LFCLKSRC_RC_250_PPM_8000MS_CALIBRATION , what is the...
Hi,
I have troubles programming my blinky in a nRF51DK. I have S110 v8 loaded and can flash blinky with nrfStudio. Not with GDB. It seems that the flash is not erased. After...
Hi to all,
I've started a new ble_apps_lbs project from ble_app_template. I've an nRF51822 chip with S110 already programmed, I modify the settings for the target cpu, and...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Hi, After i flashed the firmware MEFW nRF58122 0.11.0, MCP "start discovery" button is disabled. I flashed the lower version MEFW nRF58122 0.9.0. Same issue.
There is exception...
Dear all,
I have a question on the LFCLK accuracy in the smart beacon kit, which is pca20006.
When I see the specification of LFCLK crystal 32.768kHz, this crystal has...
I'm developing a product using a module with a built-in NRF51822 and I'm experiencing a strange error:
After staying in a connection for a long time (hours to days), the...
Hi, I'm making a product with the nRF51822 chip.
I was looking at the MFi.
As you see in the picture, the condition for not taking the MFi is like this.
At the...
Hi, I've written my own ACI code for an arm cortex M3. So far, everything is working fine. However, I've noticed that if all data credits are used up and a DisconnectedEvent...
I'm using nRF51822 SoC and i want to notify the Androïd(4.3) application with the changes of the Major value due to switching the beacon mode . How to change Major value ...
Hi,
i can say that i'm familiarized with nrf51 devices from some time ago.
Using softdevice 7.1.0 and MCP 3.7.1 i was able to perform a device firmware upgrade using just...
Hey I am working on nordic nRF51822, I have a doubt.
Basically I want to use it as an iBeacon and along the iBeacon payload I also want to send some services.
Is that fundamentally...
Hello,
I tried to get the bootloader dfu example with the S110 8.0 and the latest 8.0.0 SDK running but ran into tons of issues. The packet handling with KEIL is just insane...