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 ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic support team!
I have some basic questions regarding the GPS receiver in nRF9160 as input to our evaluation of a possible tracker:
1. Is it possible to send...
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...