I am trying to do the dfu update in my custom flutter application like it does in the nrf connect application. My device is correctly being put in bootloader mode and the...
nRF52832-QFAA using the LDO power supply mode,The firmware is configured to operate in the LDO power supply mode.The compilation and download processes are all fine.but the...
When flashing with SDK v3.0.1 the following error occurs:
-- west flash: using runner nrfutil -- runners.nrfutil: mass erase requested -- runners.nrfutil: reset after flashing...
My product has nrf52840 with usb mass storage configured using 8MB QSPI flash (same chip as the nrf52840dk - MX25R64)
I would like to allow users to upgrade firmware by...
Hello, I've recently upgraded my pre-production application on nrf52832 from NCS v2.6.2 to Ncs v3.0.1 also upgraded to HWv2(on interim ncs 2.9.0 as adding custom board for...
Hi,
I have set up a destination in the the NRF Cloud Message Routing Service
The destination has been verified and I can successfully send the test message from NRF Cloud...
I'm currently working on configuring the nPM1300 used in our custom board. In the product spec v1.2, it supports 2 USB compliant current limits, IBUS at 100mA and IBUS at...
Hello Nordic,
I have to transmit data from the nRF Chip(now i'm testing nRF52832 DK Board) to a PC on UART serial.
Each beacon has transmitted advertising and scanRSP...
Based on the nRF24L01P Product Specification 1.0, after 24L01+ enters into Standby-II state, the only 2 ways to leave this state are 1, set PWR_UP to 0, 2; 2, Feed data into...
I've picked up the DK after a break. Installed the toolchain on my new laptop and was ready to throw the 'blinky' example from the SDK on to it to get started. It did not...
Hi Nordic experts:
I use a device with thingy52-provision-demo firmware(from git-playground), and another device with serial-example to provision the thingy-provision-demo...
Hi.
I want to advertise switching 1Mbit PHY and CodedPHY every 5 seconds.
I designed it like this based on nrf52 ble app uart long range example.
advertising_start(coded...
Is it possible for an app after having gone to sd_power_system_off to reset by button without triggering DFU?
The app seems to need CONFIG_GPIO_AS_PINRESET to be set so...
I am working with production Rev 1 on nrf52840 DK v1.0.0 (2018.19). The spec section 6.35.10.2 Bulk and interrupt OUT transaction say
Until that transfer is finished,...
I am working on mesh application icatin nrf52832 . i want to integrate mesh and nrf sdk application , So i followed this application and mesh_app_uart example Example for...
Hi all,
I am testing DFU example in Mesh SDK . I follow this tutorial : http://infocenter.nordicsemi.com/index.jsp . But when I execute to step 4 :
I get this error...
Hello,
I am new to Nordic products so please apologize me if I am asking a trivial question, but a bit lost on it. I would like to use Thingy 52 board for my project ( I...
Hello,
I am having a trouble with my code. There is an RTC sensor Which has the address 0x32. When the sensor is connected to the TWI lines, there is no problem and it...
Hi There,
I've been developing a product using the NRF52DK. I had some custom PCB's made after I had my circuit designed, and I programmed them with the NRF52DK. Now my...
This one is weird. On a new board with a Rev C '840, when trying to reset the processor using 'nrfjprog --program nuttx.hex --sectorerase --erase', a Decawave DW1000 connected...
I want to add ANCS client to my code. Like in the ble_app_ancs_c example, I start a timer after BLE_GAP_EVT_CONNECTED. The timer handler calls pm_conn_secure() if the connection...