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...
My project is a health thermometer using nRF52833. I am working nRF5 SDK 17.0.2 with GCC make complier.
I start with the ble_app_hts example and it is working fine. I try...
Hi,
I observed that in some cases SLM waking up from idle mode (at#xsleep=0) has CFUN reset to zero, even if I run AT+CFUN=1 before at#xsleep. Presumably that happens when...
My current implementation is based on light switch example and I am currently using nrf52832 kit with Mesh SDK v5.0.0. I have a mesh network setup with a client and two server...
Hello,
I am using nRF52833, nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 and SEGGER Embedded Studio for ARM 5.34.
I have imported some multiprotocol examples and trying...
I have an nRF 52832 running the SDK 15.2 with s132_nrf52_6.1.0_softdevice as peripheral and a Dell XPS 13 9350 laptop with the integrated bluetooth 4.1 module (Dell Wireless...
Hi,
can you please tell me in what cases I get this assertion?
SOFTDEVICE: ASSERTION FAILED, PCxxx: 0x12D7E
It seems to happen when a connection is active, timeslot...
HI All team Members !
Hope you all doing well ! . Yesterday , i have tested the two SDK's "ble_app_uart_c" as a BLE Beacons Scanner and "ble_app_beacon" as a BLE Beacon...
Hi,
I understand that the CoAP Client sample is configured for a public URL (californium.eclipseprojects.io) in the Kconfig file. I wanted to ask, how the KConfig file...
Hi,
I am trying to perform DFU over mesh network. I am following the steps as given in this .
I could achieve the steps from 1-6. But while running the command for Transferring...
Hi,
When running FreeRTOS I'm not able to use the NRF logger module once the task scheduler has started.
I have a low priority task that flushes the logs but whenever...
Context: nrf52840DK, s140, SDK 17.0.2
Hi,
I need to oversample a few ADC pins with burst enabled at roughly the same time periodically: e.g. oversampling 4 separate inputs...
Hello,
I have nrf52832 dev kit and the device. I try to make smaller code size and setup Optimization Level 2 for size.
BLE works, but when connect by NRF connect and...
Hi,
I am currently developing a product which is supplied with battries (chip is nRF52810). Under normal conditions, the product goes into system OFF mode in standby, it...
Hi,
I'm testing a custom board, based on nrf52832_xxab SoC, with a SWD interface. The board was working fine, but suddenly the debugging interface stopped working. Any idea...
I am curious whether there is a correlation in distance between different devices in a BLE connection.
A picture is attached to describe the situation.
A sensor-board...