I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
I've used the example in examples/peripheral/gpiote to count edges of a WATCHDOG pin from a different MCU:
After starting the timer I want to periodically get the...
Hello,
I am using MDBT42Q nrf52832 module, SDK 15.3.0 in Segger Studio IDE,on Win10.
I am configuring my device to advertise for 20 min, 5 min fast advertising and 15...
Hi all
I am able to do start loopback using the example of UART.
But how to send data to external modules ( like ESP32) via UART from nRF9160.
I tried this example Thread...
Hi,
I want use the BLE DFU (In SDK11) to implement software upgrade to my unit.
I want the unit to support BLE and External SPI FLASH (on board) upgrade.
My unit got...
Hi
In the mqtt_simple example there is a line " modem_configure(); " which establishes the LTE Link connection. If connecting the LTE link is not possible (for example no...
I have now removed all my experimental code and have returned to the more or less original verion of the main.c for assec_tracker, but still the application seems to be stuck...
We are using the Nordic nRF52840 on our current design. Currently, I am using nRF Toolbox -UART app on my
mobile phone to send data via 9 buttons available on the App. Everything...
I am trying to read the data of an MQ-6 sensor, which is its gas sensor, but the data I receive is not from the reading by the values it shows, if you know how to do it or...
Hi,
When the bootloader address resolves to something invalid, fds_init will hardfault. I think it should have some check and return a nice error code instead.
See an...
Hi,
I want to disable all four buttons to my rigado bmd 300 evaluation kit (pca10040 is the board config. the same as nrf52 DK ) in project ble_app_uart
I have tried to...
I'm powering an nrf52810 with a 3.3V regulator. I understand the internal LDO powers the system at 1.3 V. Are the GPIO pins and other peripheral devices outputting 3.3V for...
Hi
When I select the Generic Level server model and try to bind the app key I get an invalid model Error. I am using the nRF Mesh android app.
This might be relevant or...
Dear Nordic Support,
I am using ble_nus service on nRF52840 (BMD-340-A-R) + Raspberry Pi 3B+ ( https://github.com/IanHarvey/bluepy ). The nRF52840 is the peripheral and...