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,
I am trying to get event messages on the terminal from a Generic On Off (GOO) Client node. I have the provisioned the mesh using the pyAci through another board running...
Hi,
I am using nRF52840 Preview DK, with SDK V15.3.0 and Softdevice API V6.1.1
First, I modified the 'ble blinky peripheral example' to have more characteristics tying...
Hi,
I have two nrf9160 DK boards and have followed the out-of-box experience, but both are stuck on step 8 - Wait up to 3 minutes for the device to find the cellular network...
I'm using nRF Sniffer 2.0.0-beta3 on macOS. I've copied the the nrfsniffer200beta312oct20181c2a221 folder into /Applications/Wireshark.app/Contents/MacOS/extcap and ensured...
Hi,
I'm trying to send multiple messages to a MQTT server at QoS 0 , but the client gets disconnected after +8 messages. I'm able to send more then 8 if I add a delay of...
Hi,
I have modyfied the MQTT example to, so I can send data to my own AWS account.
I'm trying to publish big packets of data, (> 7K) without luck .
what I have done...
I've seen a few demos of the AoA and AoD features of Bluetooth 5.1. In general these demos are highly controlled are done at ranges of ~1m between the Tag and Receiver. For...
Hello
just a single question
I need to configure a BLE nrf51822 to transmit along with its MAC address the battery level of the battery used ?
What type of functions...
in the specsheet it says that there is a "A fully qualified RF layout for the nRF905 available" but the link is dead and i cant find the download. any help would be appreciated...
Hi!
We are in the process of evaluating the nRF9160 DK.
There is an important aspect of the application for us, we want to be able to define some constants that can be...
Hi, I am developing a system using nrf52832 SoC. I am using SDK_15.0.0. I am developing the hardware using ses project. Please help me how can I print the data which I am...
I am following the tutorial to work with nRF9160 and I ran into this error while configuring for Open nRF Connect SDK Project.
I checked the CMakeError.log and I got...
Hi, everyone, We develope the projects on nordic nrf52832 chip module that include main project and bootloader. The created update files (".hex" encoded to ".zip") we burn...
To the kind attention of Nordic,
I'm studying the code in SDK 15.2 examples/peripheral/usbd/pca10056/blank/ses. May please I ask more infos about the comment you put in...
Hello,
In a nut shell i am try to get a Model in PyACI to subscribe to a group address and display events. i have had limited success. and will try to explain as best i...