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 have written a code for the motor driver and that is going to be flashed onto nRF5340. There are two communication buses that I am using in the code: UART and GPIO...
Hello Nordic,
we want to use the nrf9160 to measure some stuff and send data to a server while being battery powered. Therefore we need the lowest power consumption possible...
hi is there any existing frameworks for the nrf52 avoiding zephyr. (eg using common native cmsis / freertos / lwip stacks)?
ideally looking for free (non keil) based SD...
Hi,
Whenever I try to run the NUS example at 115200 baudrate there is an error. Either it triggers an assert or I receive corrupted data.
What should be the ideal baud...
Hi,
Trying to understand the NFC example code in the nRF52 SDK. Just wondering why the source code is not provided for the NFC. Why is this developned in the form of static...
I'm looking into the power consumption of our code, and have reached the point where it looks like our application isn't going into sleep mode properly, and is using several...
I'm developing battery powered Zigbee End Device on SDK 4.2.0. I need to be able to receive commands from Zigbee Coordinator so I'm using SYSTEM ON sleep mode.
Right now...
Hi,
I'm using nRF9160 SLM application SDK 1.9.1
We are using the GPS in 4 operation modes and in between we sent nRF to sleep, it seems when we sent it to sleep all...
Hello,
I do not see a SWO (Single Wire Output) pin on this package. The regular size package has this function on P0.18 but not on the WLCSP package.
Please advise.
...
Hi,
I have several devices with the RIGADO BMDWare on them but whose hardware is inaccessible. I want to initialize these nRF52832 chips with out nRF Bootloader, Softdevice...
hi
I use nrf52840 with SDK17.1.
1.How to DFU via ble combined uart in the same application?I have sdudied a few of tickets ,example https://devzone.nordicsemi.com/f/nordic...
Hi all:
We are developing mesh project using nrf52833 based on mesh sdk 5.0. First the nrf52833 device can be sucessfully provisioned into a mesh node using mesh lpn example...
Hi, I am a beginner developer who is developing a product using nrf52832(s131). An issue arises and asks a question.
I hope to do infinite scanning and advertising, whether...
Hi,
On the nRF5_SDK_for_Zigbee_v3.2.0 version, it is found that when the device loses contact with the parent node, the node becomes a factory new device; if you want to...