Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hello! I'm using SDK 15.2
I have a bootloader that has both BLE and USB DFU capabilities
Everything is working fine, the inactivity timeout of bootloader triggers in all...
Hi,
I am trying to activate the Ibasis sim included in my thinfy:91 kit. I am getting the error: " There was an error submitting your user information. This SIM cannot...
Hi,
I'm working with nRF-Connect-SDK v1.2.0 There is a problem when using NVS and LittleFS, even at building time. On my board I've just one partition defined called "storage...
Hello everyone,
I've got strange behavior coming out of my app timer.
I'm using the timer to periodically turn on or off some LED's and since each LED pattern is different...
I can make the RTC work with interrupts and __WFI(). I absolutely can't get events and __RFE() to work for the RTC. However, it works if I replace the __RFE() with __NOP(...
All of the FDS examples I have seen seem to ignore the fact that fds_record_write() just queues a write, and therefore the data pointed to by p_record.data.p_data needs to...
Hello,
I am having a strange issue. We are currently in pre-production with our product which uses the NRF51822. Just for context, the production tests use the UART peripheral...
Hi all,
I currently need to implement 3 channels of analog inputs on my nrf52, but when I attempt to compile the project, I get the following errors:
undefined reference...
Hi,
I am using pc_ble_driver_py package to test BLE for my proejct with nrf dongle
I need to get rssi in dongle side and I found ble_gap_rssi_start and ble_gap_rssi_stop...
Hi,
Is it possible to write/read the flash memory, from within the interrupt handler of GPIO? I used an push button connected to a GPIO to wake up the ble chip, then read...
Hi,
Does nRF5340 (or any other nRF52XX) support natively ISO7816-3 (SmartCard)?
"Natively" means using USART or any other way(hardware of official software) other than...
I am reading the PPI Example at the Infocenter as shown by the link below: -
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v11.0.0%2Fppi_example...
Hello Nordic,
I worked with the interactive PyACI during several months by using my PC (running the interactive PyACI) connected through usb to a DK used as provisioner...