Hello,
I have a question regarding a recent issue.
I'm currently developing with the nRF52840 IC or EVM, and I'm facing a problem. Whenever I write firmware to the flash...
Hello, the nRF5340's SAADC has a temperature dependent offset according to the product specification. The offset can be measured (I suppose it is automatically applied within...
Hello,
I have a question about connecting the device to an LTE network. According to some tests I've carried out and some questions I've seen on devzone ( https://devzone...
I want NRFX_SPIM_EXTENDED_ENABLED to be 0. but for some reason it is set to 1. from my current understanding I conclude that the if case here check weather each node with...
Hi all,
I am working on nRF-9160 and nRF-9151, and I wanna know does Serial LTE Modem support will message function for MQTT connection or other connection?
I've asked...
Previously, I successfully completed and performed OTA flashing, and I haven't made any changes to the DFU-related programs since then. However, recently, I have been unable...
Hi,
I am using nrf52840 to run as an hci controller over UART for nrf91. I was able to implement FOTA over BLE for nrf91, but I would also like to add an option to add FOTA...
I have a scanning application that uses pc-ble-driver-py to communicate to the nRF52480 Dongle on Windows 10. I'm using connectivity_4.1.1_usb_with_s132_5.1.0.hex in the dongle...
Hello,
Does nRF905 communicate underground? I mean if I bury one chip underground would it be able to transmit to a receiver on the ground?
If yes, How deep could the...
I'm looking for a way to speed up connecting to a peripheral (IOS or Android device, nrf52 is central). I understood that caching data to avoid needing the discovery phase...
Scan in the background while connected to one Peripheral in a multi-linking central.
In this state, we confirmed that there was a period during which Central could not communicate...
Many of your descriptions of your product keep talking about Bluetooth 5 support.
For example: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/Bluetooth...
We are using the secure BLE bootloader from the nrf52 SDK versio 15.2. We did put in our own key files, but other than that I think that I don't think we changed much in the...
Hi, I am a beginner with nRF52840. In the SDK under modules/nrfx/templates we find a file "nrfx_glue.h".
This file contains macros that should be implemented according to...
Platform:NRF51822, SDK12.1 S130
Phenomenon:By flipping the led light in the NRF_RADIO_CALLBACK_SIGNAL_TYPE_START event, it is known that the timeslot request is normal....
This maybe a stupid question but is there any reason to include support for older versions of the SDKs? I am using the pc-ble-driver approach and the example is full of if...
Is there any new information released about the GPS current consumption of nRF9160? I want to estimate the battery lifetime of a 1000mAh battery running the asset tracker...
Hi,
I am under long run test between coordinator and end device.
End device sends a message and goes into system off state until next event(door open) for minimal power...
Hi Everyone,
I am having problems writing to an array in NRF52832 without causing the program crashing at run time.
I declare the array to be 512 uint8_t long
then...