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 All!
I have been working on bringing-up a custom manufactured nRF52832 board. I have with me 6 boards, the first 3 are working fine, the other 3 are not. In both cases...
Hello all,
I'm practicing creating my own service following instruction from this link: https://github.com/bjornspockeli/custom_ble_service_example
Now I stuck at part...
Hi everyone,
I have configured two UARTES , one using the app_uart library and another using nrf_serial library.
I am using SDK15.0 alongwith s140 softdevice with bluetooth...
Hi There,
What are the difference between system off, ram retention, RTC wakeup vs system on with ram retention, RTC wakeup vs FreeRTOS tickless with RTC wakeup? And what...
Hi team,
I noticed a very interesting incorrect pin description in the latest product specification of v1.2 for nRF52810, QFN32.
Above picture shows we have 2 p0...
I'm using the PCA10056 with an SD card connected via P1.12-P1.15. When I use the FatFs example of SDK12 PCA10028 it works fine. but when I use the FatFs example of SDK15.0...
Hello,
I've got the nrF52840 and would like to create a simple application to send temperature to my laptop. Then the next step would be to create some mesh network with...
Hello,
I am working on Custom BLE HID Keyboard. I am currently trying to understand working of program given by nordic in SDK-10.0.0. THere is one problem which I am facing...
Hi,
I've tried to implement the DFU_buttonless example to my development board. I programmed the bootloader and the settings-page. The bootloader detects the application...
I'm currently in the prototyping phase of getting two nDK52840 boards talking to each other. I currently have one board flashed with the central role, and another board flashed...
Hello.
What do I need to run this example called uart?
As far as I understand this should be simple echo program meaning what comes in goes out but I can not see anything...
I want to use nRF52-DK for receiving data over UART and send it over BLE link so I loaded the ble_app_uart but hard fault occurs immediately in these circumstances - 1. If...
UART works fine as long it is configured on port 0:
But if it is configured to port 1, it does not work:
and compiler reports a warning in serial_uart.c, serial_uart_init...
I would like to test how our solutions react to a ble jammer.
is there any sample for the pca10040 dk to generate suchjam noise ? Or maybe you could guide me on how i can...