Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
Hi
I'm using SDK_17.0.2 with softdevice S132_7.2.0, can anyone advise DFU SD version code for this?
I can't find it in list below, the last version is S132_7.0.1, thanks...
Hi.
I am developing on a custom board using nRF82820 / SDK 17.0.2.
A project was created by modifying examples \ble_peripheral\ble_app_gls.
There is no project for...
Hi,
I am trying to use nRF connect desktop with nRF52840 dongle.
But, in Bluetooth Low Energy app, when I select connected dongle in the drop down list, it always return...
Hello,
My sensor based on nRF52833 will have soldered non-rechargeable battery and it will be potted in resin compound to insure waterproofing.
I wonder, what if for some...
Dear community, good afternoon
We have been working with a coordinator, a router device and an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b...
Hi,
I'm currently trying to load my firmware into some custom nRF52832 boards. It seems that several of them have been locked up after previously working. Other boards...
Hi, we recently purchased a Nordic Thingy 52 module and were trying to program it. We used a J-link recorder and a cable for the connection between the J-link and the Thingy...
I have installed CMSIS according to this
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v14.1.0%2Fsdk_config.html
documentation. After...
Hi Team,
One of my application needs the UART driver in both Interrupt and DMA mode for more data bytes transfer. No need of timeout operation or polling mode.
Can any...
Hello Nordic;
I use SDK 17.0.2 and gls example . We know for security in pairing, considered a password which that is randomly generated in SoftDevice and sent to UART....
I am having problems loading an existing project that I successfully built and ran in the past.
I open IDE from nRF Connect > Toolchain Manager > Open IDE
The SES opens...
Hi,
Our Nordic app is doing BLE<->SPI communication.
All works fine when running in debug mode with SEGGER IDE.
Once we run without the debugger running, the SPI transmits...
Any idea why I need to send write enable twice, without reading the status in between, to get the write latch set?
It doesn't work this way, but if I change "#if 0"...
Hi,
I'm using nrf52840 on a custom board and have a sensor connected over the pins P0.9 and P0.10
which are NFC pins that have been converted to GPIO by using macro (CONFIG_NFCT_PINS_AS_GPIOS...
Hi,
which hex file shall i install for an LTE application ?
It is basically step 7 of this tutorial: infocenter.nordicsemi.com/index.jsp
I wanna have a LTE application...