I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
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...