Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
Hi,
Currently, we have a device that uses the nrf52832 custom board as a Peripheral notify to send the data collected to Pixal 5 (central),
We have a cellphone app to...
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...