Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
Hi,
Is that possible to run the radio_test_example (\nRF51 SDK_v5.2.0.39364\Nordic\nrf51822\Board\nrf6310\radio_test_example) on the nRF51822EK? If yes, what modifications...
we also produced self PWM for ADC wave form testing. when we stop transmission, we will get good waveform out, but when we starting transmission, output waveform shape is...
Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Hello Nordic / Zephyr experts,
I am looking for AT command parser for the UART of nRF52840. Want to send and receive AT commands to a LTE modem using MQTT messages. Need...
Hi,
I am aware that nrfutil does not work for OTA updating the nRF53 and was wondering if there was a similar tool that will allow me to achieve this? I need to update ...
Dear BT Mesh experts,
What's the advantage/disadvantage of using the nRF5 SDK for Mesh compared to the nRF Connect SDK ? Consider a rather simple BT Mesh device that provides...
Hi support Team,
Is there a way to make the nrf52840 to connect with only given MAC address (i.e., a MOBILE) ? The MAC address (i.e., a MOBILE) will be changed dynamically...
Hi Support Team,
What's the UBM pad diameter of nRF5340-CLAA?
BTW, any correlation between it and label 'b' in Mechanical specifications in PS?
Best regards
Sal...
When I try to open the .overlay file in SEGGER it shows me an error : "Can't Read file" with the message "Can't open xxxxxx/xxxxx/xxxx.overlay for reading.
Has anyone else...
Hi,
I am running Homekit over Thread sample(NCS/Homekit tag v1.7.0 using MTD-SED conf) on my custom board and I found that the QSPI Flash (MX25R64, as same as the one use...
I want to test OTA in button mode. I have configured the button in DFU project. Now I upload the files in my device in the following pattern:-
1)Bootloader hex file
2...
Hello,
I have an nrf5340-dk board and I am trying to play around with the different baud rates through changing the overlay file (as shown):
I am using teraterm...
Hi guys,
After weeks and weeks of trying with 3 different boards (Thingy91, nrf9160DK and Custom board), combination of different LTE Antennas, Bell, Hologram and iBasis...
I am using nrf52840's dongle development software, and I found that when the slave device sends LL_SLAVE_FEATURE_REQ , the host will return LL_UNKNOWN_RSP. I want to know...
Using the NRF connect app we can simulate the problem we have in our app Cowboy. Some customers cannot pair with the bike that uses the nRF52840. We have secure and non secure...
Hi, I am Marcous.
Currently I am doing multiple beacons (transmitters) in direction finding demos. Since I found that there is no way to simultaneously receive the CTE containing...
Hello there,
We are developing an application which inits all the peripherals and sleeps.
We are initializing:
GPIO's for waking up from interrupt
NFC also should...
Hello,
I am using NCS v1.6.0 for nRF52840.
I need to write 8210 bytes to flash via I2C. I configured the I2C0 with NRFX_TWIM and NRFX_TWIM0 enabled in the prj.conf file...