Dear Nordic-Team,
i have a nRF9161-DK Evaluation Board. On this Board the Firmware of the Debugger SoC (nRF5340 / U3) is not working. I tried to flash another Firmware onto...
Hello,
I am developing a new application using nRF52832 and writing and debugging code on Segger embedded studio (Release 5.68) with SDK v17.1.0.
I try to run simple application...
I have two boards:
nRF52840 DK (which has a faulty buck converter, so I am powering it via USB).
Fanstel BT840F board , which provides power to the Debug In connector...
I'm currently working on a custom board based on the nRF52840 , using SoftDevice S140 v7.0.1 and nRF5 SDK v16.0.1 . I’ve integrated the BLE Buttonless DFU example ( examples...
So I have been doing a project on nrf52840dk, So I have built a custom bootloader for it as well, I have been trying to add the custom bootloader with the code in my nrf52840dongle...
Hey!
I am working on a project that requires downgrade prevention of the Network Core and also requires the application core to read the Network Core version, set with the...
Today I bought a new NRF-PPK2, but compare with my old NRF-PPK2.
For the old and new PPK2, I use the same DUT.
It can't show the same current with my old one? can you...
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...
Hi,
I would like to know the I2C bus capacitance for the nrf52840. Do someone have the information please ?
My slave components are compliant for 400Khz and VDD is 3.3V...
I have gone through the tutorial on mesh experimental dimming and I was able to provision the BLE nodes, contol and dim the LED1 on the evaluation module with RTT viewer....
Hello everyone,
We are having a problem with the DFU function in our custom iOS app.
We are using DFU library version 4.5.1.
After updating SoftDevice and Bootloader...