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...
Hi everyone,
I implemented nrf51 flashing through SWD (external MCU is used). After first flashing and reset when we enter debug mode on SWD second time we have a busy...
Hello,
I am trying to interface an MPU 6050 with an NRF52 with sdk vs 12.0. I noticed in the mpu6050.c file that it uses a twi_master.h file in the sdk in folder labeled...
Linking ble_app_proximity_pca10040_s132.elf
Output/nrf52832_xxaa/Exe/ble_app_proximity_pca10040_s132.elf section `.fs_data' will not fit in region `UNPLACED_SECTIONS'
...
Hi,
I flashed an board with a NRF52832-QFAA-R7 with the ble_app_hids_mouse of SDK 12.1 (and also with the keyboard) example to test and build an application using this...
Hi,
I've been trying to get an implementation of the HTTP Proxy working with nRF52. The nRF52 is in central mode, accessing the proxy (running on a Pi with Bleno) which...
i measured the current of nrf52 dk board with the spi example (examples\peripheral\spi\pca10040). the result shows that it consumed about 6 mA !!!
i read the nrf52 datasheet...
Building ‘ble_app_cscs_pca10040_s132’ from solution ‘ble_app_cscs_pca10040_s132’ in configuration ‘nrf52832_xxaa’
Generating linker script ‘ble_app_cscs_pca10040_s132.ld...
I have been trying to get the PCA10028 uart to communicate for the last couple of days. Originally with the S130 experimental demo project and now just the simplified uart...
I'm using GCC and trying to build the debug bootloader_secure project in SDK12. No changes at all to the source code. The linker is erroring with
section '.text'will not...
Hello,
I want to implement random number generator with ble_app_uart, and I am using NRF5 SDK12 with pca10031. I also implemented the RNG periperal example already provided...
Hello,
I am trying to develop a PC station. However, I am having a problem with getting it started. I am using
github.com/.../pc-ble-driver-py
as a reference.
I was...
Hi,
I am reading battery voltage using nRF51822 microcontroller. I set the ADC configuration as 8 bit the result should be 255 but i am getting around 511 value. I am not...