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...
Hello,
I am currently working on a custom nRF52840 board. I have to make the nRF52 communicate with a chip using TWI, so I started from SDK 15.2.0 TWI Scanner example...
Hi!
I try to compile secure DFU from examples SDK15.3 for nrf52810 (pca10040e_ble). I added old files from DFU SDK15.0 in to my new project. Also added file micro_ecc_lib_nrf52...
Hello ,
I saw some examples in nordic forum in that they measured coin cell battery voltage level
how to interface 22v battery to nrf52832?
Thanks
learn
hello everyone,
In my application single central(ble_app_uart_c) scanning and check each peripheral(ble_app_uart) Mac id. which peripheral mac id is defined by central,...
Hi all,
Can anyone suggest me how can I flash raytech dongle nrf52840 ? I tried two following solution
1) I tried using SWI interface with dk board ,getting an error message...
Hello,
I'm having difficulty with an app which combines USB (CDC ACM) and 802.15.4 using Softdevice (15.3). The issue appears to be related to hfclk, which is started to...
I am using the Nordic SDK 15.3 for nrf52832 development board. I am using SES as my development environment but I am unable to get RTT logging to work.
I have enabled RTT...
I am using SPIM3 to drive a peripheral, only using tx. And I noticed that SPI is sending wrong/corrupt bytes once in a while. See below image where the code tries to send...
I am developing a multi-peripheral product that knows all the possible connectable central Bluetooth device addresses (centrals are all NFC enabled smartphones).
When a...
I am using QSPI of nRF52480 with freqency 2M Hz. Now I want to reduce to 1M Hz,
but QSPI_CONFIG_FREQUENCY min value is 15
// <o> QSPI_CONFIG_FREQUENCY - Frequency divider...
Hi,
We are working to build our own SPI module code on nRF52832 in Segger IDE without Using SDK. But we are stuck at this point of error in core_cm4.h.
Unknown Type name...
i am trying to use flash to store and read data. I am able to do that when there is only softdevice and application. but when there is bootloader code get stuck. softdevice...
hello everyone,
In my application single central(ble_app_uart_c) scanning check each peripheral(ble_app_uart) Mac id which peripheral mac id defined by central established...
Dear DevZone community,
I'm developing a Mesh application using nRF52840, I'm developing with both the Nordic development kit (BOARD_PCA10056) and USB dongle (BOARD_PCA10059...
Hi,
I have tried changing the connection parameters (min and max connection interval) and looked into nRFGo Studio to see what the current consumption would be. In Column...