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...
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...
I am using NRF52840dk boards to make an openThread mesh network with CoAP. There is an example in NRF-SDK for coap client and another example for coap server. I used them...
I know there is an ongoing global semiconductor crisis. In the products, we decided to switch to NRF52/53 family products as core MCU. However, we're having hard time getting...
Hi,
Currently our system is using printf() to print some debug messages to the Segger debug terminal. Now we would like to reroute these messages to a UART port.
We are...
Hi there,
My nrf52840 DK seems dead. I want to recover it.
What I did:
Put the nrf52840 DK into Bootloader mode by pressing the "IF BOOT/RESET" button while powering...
Hi,
I'm working with pc-ble-driver and a PCA10040 devkit.
First, the central sends a data length update:
This returns no error (0), and on the BLE_GAP_EVT_DATA_LENGTH_UPDATE...
Hello,
we have a question about the usage of FDS. The data to save has a length of 1200 words. So the virtual page size is set to:
#define FDS_VIRTUAL_PAGE_SIZE 2048...
Hello,
I am using "pheripheral heartrate" example on SES, but I can not integrate SPI or ADC. How can I add "nrf_spi.h" and "nrf_adc.h" and relative C files on that project...
I'm using an NRF52811 and trying to configure the UARTE for Tx & Rx at 57600 baud but I'm having trouble with the Rx. I think I am dropping bytes and so want to try and exploit...
Hi,
please find attached some patches to improve the code quality of the SDK
1. Make ble_db_discovery_evt_t a const ptr
2. make p_string in ble_nus_c_string_send...
Hello,
i just loaded compilled peripheral_uart project without modification from nrfConnect sdk v1.5.1 to nrf52840 of the nrf9160 dk
and here is the output on uart output...
Hi, I successfully implemented a custom BLE service using this tutorial from Nordic. Also, thanks to a Nordic engineer, I have the QSPI example merged with the ble_app_template...
Hi,
When I open an example project in the Segger Embedded Studios I can first build without a problem. When I change the target
device under Debugger in the project options...
Hi,
I'm struggling to adjust the BLE_blinky example in the Segger Embedded Studio from the NRF52810 to the NRF52811.
I tried to follow the documentation from here (...
Shalom!
In my central nrf52840 board we connect to a TI BLE sensor that has a customer UUID base service and the TI OAD base service both with 128 UUIDs. I succeeded in...
Hi all,
In my project am sending ecg values over ble to android app. During first connection, the values are received and seems to be no problem, but when i disconnect and...