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...
I am trying to interface winbond flash with the 33 board using ncs and VS code , I am able to get the code to compile and not receiving any errors , it is working and no matter...
I'm trying to use `bt_hci_register_vnd_evt_cb' to register a call back to process vendor specific hci events.
below is my prj.conf
my callback function for testing...
Hello, Everyone. Now I am trying to develop a BLE mesh firmware using my customized nRF52832 board. I followed this tutorial https://youtu.be/ufjv2NaLfN8?t=1745 But I can...
Dear Community,
Why is the nRF Connec SDK is mixing up path separators '\'and '/' when building under MS Windows 10
with nRF Connect Desktop 3.12.0 / toolchain manager...
I've been following this blog post to increase BLE throughput for my application: Building a Bluetooth application on nRF Connect SDK - Part 3 Optimizing the connection -...
I'm using nRF5340 DK for BLE, AoD (Connection). I am also using the TX example from nordic. I can add extra antennas to the ant_patterns[] (up to 17), with no errors. I also...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v2.0.0 I'm testing NCS 2.0 with Android 12. Making pairing with Android, I call two API when connected.
bt_set_bondable(true);...
Hi there,
I have a problem to implement the SPIM in the Network core. I cannot detect any signal from SPI_SCK & SPI_MOSI by oscilloscope and logic analyzer (no signal from...
Hi
There are two boards, one board is using nRF52833 MCU, called A, it installed generic on/off client model,
the other board is using Nation MCU, called B, it installed...
Hello, I have a custom board with nRF5340 MCU. I'm a hardware engineer and we have firmware engineers for programming it.
Trying to connect and erase/reboot my custom board...
Hi All,
Currently i am working on nrf51822 for multi touch HID.For that i have chosen mouse HID example as a reference, in which i have changed HID descriptor(single touch...
nRF5 SDK 17.2.0, nRF52840
Okay, I am just so lost. I am trying to set a characteristic's gatts value BEFORE connecting such that it is a 192 byte array. However when I read...
The article has most of what I need. The unfortunate thing is that the solution is written for a version of the SDK that I do not know. I am new to the nRF52* platform, and...
Hi Nordic Team
I have been successfully using the nRF52840DK to create various Bluetooth sensors, including a thermometer sensor.
I bought a nRF9160DK with the intent...
Hi All, *Observed behaviour* I am debugging my firmware with VScode + NRFConnect When I press the 'save terminal output to file' floppy disk symbol in VisualCode + nRF Connect...