I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
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...
Hello,
We've recently migrated from SDK version 15.2.0 to 17.0.0 and noticed an anomaly with the clock driver. If the watchdog is started, then after any soft reset (through...