I have been trying to get MQTT+TLS to work on the nRF7002 DK and haven't been able to get the samples to connect to the MQTT Broker.
Is there a working MQTT TLS example...
Seeing the failure below and wondering a couple things:
How did the device get into this state?
How do I disable AP protection? The Kconfig GUI seems to indicate that...
Hi all,
I'm working on a custom board based on the nRF9160 and using nRF Connect SDK v3.0.2. We’ve developed the board in-house and integrated the npm1300 PMIC as part of...
Hello,
For our emission tests in an anechoic chamber we need to be sure that the BT antenna is up and running. Of course we cannot connect via BT from outside the chamber...
hi support team,
docs says we can program 54l15 external spi flash ,please refer to : https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-device/guides/programming_external_memory...
HI,
I am using the nrf_desktop sample in NCS V3.0.2, I want to buil with prj_release_dongle.conf , the setting
but build fail, I check the file Path: it should be F...
Hi!
I'm using nrf8001 to send twenty 20-byte packets to a phone application. The connection interval I use is 30ms. However, I takes 5 seconds to send the data to the phone...
Hi, I want to advertise each 3times every 5seconds as sometimes beacon scanner can't read it so I need 3times in series advertising.
in main() I added 3times advertising...
Hi there, I am working on NRF52 DK, SDK15.2 with SD 6.1.0, The issue I am facing is that the DFU service is appearing on Android device and I can update apps using NRF toolkit...
I am trying to connect nrf52832 with custom android app, after connection established beacon sends message. Sometimes I can establish the connection after 8 tries, sometimes...
Hi,
I'm working on a project which uses two nRF51822 (SD130 and SDK v11.0) on mobile devices. Device A is continously advertising and device B scans for a fixed interval...
I'm looking to sync an ADC reading with the PWM output. I'm using PPI for this but fails to make it synchronise properly with the PWM.
I'm getting interrupts and sampled...
Hello,i am using nrfsdk with softdevice 6.0.0 in my application and by using it i am trying to connect my mobile uart application with my BLE .but i am facing some issues...
Hallo all
I have an appliation using the LOG for TX output to uart,
I want to maintain this code but to add RX based on the app_fifo_init,
how can they coexist ?
thanks...
Hi,
I would like to use the nrf52 as my bluetooth end device, which inturn has to communicate with the Bluetooth IOT gateway like Rigado module or Nordic gateway APP(which...
Hi
I am using SDK 14.0.0 and soft device S130.
I am planning to add SPI functionality to BLE's sample code.
However, when moving to the next instruction after SPI data...
I am developing a beacon using nrf52810. This beacon will advertise iBeacon as well as Eddystone packets. And user should be able to configure some of the beacon paramters...
Hi Nordic,
I am using the example nrf_app_interactive with nrf52 DK. I am using it as a central while connecting to a peripheral. This peripheral has a lot custom services...
Hi,
I need implement a single Byte transaction on SPIM.
I implemented a stop as documented in
setup_workaround_for_ftpan_58 function
It works only for the first...
I want to use the RTC Tick Event as my system tick. But on both the RTC0 and RTC1 my programm freezes after about 8min.
It looks like the Tick interrupt is still served...