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,
Is it possible to set the clock source for a timer to the RC oscillator?
I'm using Bluetooth in combination with my timer and I see that it is counting differently...
(Windows10, Android Studio 4.0.1, SDK 15.2.0, nRF52832 dev board, App run on Galaxy S10, latest Android version).
Hi, I'm looking to use the Toolbox to create a template...
Hello,
I am having a few issues with getting the SD card FATFS example code to share the same bus as another slave I transfer data to.
I have a few questions:
1) Since...
Hello,
I'm flashing custom code onto a nRF52840 based PCB.
I'm using SDK v14.2, SES 4.52.
The board was running fine for a couple of days.
Suddenly when I reflashed...
Hi,
I started coding form ble_app_uart, and whenever I set a breakpoint and it's caught, then I press Resume (eclipse), the code falls on NRF_BREAKPOINT_COND in app_error_fault_handler...
Hi
My English is not very good, but I encountered a problem that could not be solved. Please forgive me if there is any improper expression in grammar.
When SPI sending...
1.Development board used is nrf9160DK,sim car is nb-lot,set's network mode is nb mode,Turn off all peripherals
2.set eDRX mode,eDRX is 655.36s,pwt is 2.56s ,After the device...
I am using the GPIOTE driver to attach interrupts to a pin in a very timing critical environment (using sensors like this ).
To me, it seems like there is quite the significant...
In the v16.0.0 SDK the settings struct size is 904 bytes, but in the nrfutil it's 803 (screenshots attached). I figured the settings in python don't include peer_data(64bytes...
I was in the process of integrating a NAND flash to my project. - MX35LFxGE4AB
Initially, I thought it would be good idea to use QSPI, but it seems to only support NOR flash...
Hi
Im struggling to use the ble_app_template_cpp within SDKv16. I am using the nrf52840 DK (PCA10056) and want to us the S140 SoftDevice. The example isn't built for either...
Hello everyone:
The problem is still not resolved
Test broad is PCA10056
Test code was modified by \SDK17.0\examples\peripheral\usbd_msc\pca10056\blank\ses
Try to...
I am using a thingy52 device and in that, added code of advertising and scanning from the sdk 16. Advertising is run successfully. But getting packet loss issue. So, I am...
Hi
Im developing an application that will wake up on RTC every 15 minutes. My issue is that when using idle_state_handle, which in turn calls sd_ble_app_wait, the RTC...
Hi,
Trying to figure out the current requirement on GPIO input, can you point me in the correct direction in how to figure out how much input current the GPIO on nrf9160...