GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello,
I’m using nRF51-DK with SDK 12.3 with softdevice S130 (BLE is advertising). I would like to talk with a serial device that starts up with no HW flow control and later...
Hello! I know that there's a temperature sensors built in the nrf52840 device. what i would like to do is to connect an external temp sensors, and get the data from it in...
Hi,
I want to use AES CCM in my project (I want to try both CC310 and mbedTLS).
When I compile my project, I have undefined reference to 3 functions that are located...
We have a 52832 device that is showing some possible flash corruption during programming. Does the softdevice perform an integrity check on startup such that a corrupted softdevice...
Hi I am using nRF52832 .My application acts as central and Peripheral at the same time.
board acting as Central: scans and connect to peripherals without any error.
But...
Hi,
I'm using nrf52840 and a barcode reader by UART using softwareSerial.h library, it works fine. I am also using the bluefruit.h library to communicate by bluetooth that...
I'm modifying the DFU example app in SDK 15.3, for the nRF52840.
attempting to call fds_record_update or fds_record_write within the context of app/main.c ble_evt_handler...
nRF5_SDK_11.0.0_new\examples\ble_peripheral\experimental_ble_app_eddystone\pca10028\s130\arm5_no_packs
Using the above mentioned example on a custom board with nf51822....
Hi,
I am working on a custom board with the 52840 chip. The problem I'm facing is that when I plug in my custom board, Windows 10 immediately shows a USB malfunction error...
Before my 52840 acting as central is connecting, it scans with the following params list:
static ble_gap_scan_params_t const m_scan_params = { #ifdef BOARD_PCA10056 .extended...
Hi i am using nrf52840 DK and i am trying out sleep_mode after timeout happens. but i had a doubt in ble_adv_evt_idle i.e if i use this case the device goes into sleep and...
Dear all,
I have a problem.The DFU could not be performed due to a large size of the application around 300kB.
Platform : 52832;
SDK: SDK_11.0.0;
softdevice:s132.
If we edit the example code in seggar embedded, are the same changes done for the hex files of the same examples? IF not how do we change the code and put it in the dongle...
Hi,
I was following the instructions laid out in the "Configuring DFU over Mesh" guide in the nRF5 SDK for Mesh v3.1.0 ( https://infocenter.nordicsemi.com/topic/com.nordic...