I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
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...