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...
Hi,
I have serval questions about TX power settings.I wan to increase power to +8dBm,but the result is no effect.
1 Before reseting Tx power,call nrf_802154_tx_power_get...
Hi There,
Custom xamarin bluetooth app [using Plugin.BLE] is failing to connect to the device using ConnectToKnownDeviceAsync approach. User uses tap-to-pair and tries to...
Hi ,
We have a requirement to use the end device. The device should be an sleepy end device normal . When we want to transmit a large data to router , we want make this...
Hi Sir:
I am using SDK nRF5_SDK_17.0.2,the chip is nRF52810. Using the ble_peripheral\ble_app_uart.
The IO is using P0.6 as the BLE Uart's RX Pin,And P0.7 is used as BLE...
Hello, I was successful in using Arduino headers/ libraries to program my nRF52 DK, but now I am attempting to recreate the project in Segger V5.34 for MacOS for potential...
I want to use 52840dk to implement a file system to save some data. I am using NCS V1.4.99. I tried two samples , v1.4.99-dev\zephyr\samples\subsys\fs\littlefs and v1.4.99...
Hello,
I have just purchased a nRF9160 development kit and created a new account on the nRF Cloud website. I was following along with the getting started video for the development...
I have configure a authorized read from a service's characteristic as below .
void ble_band_ble_evt(ble_evt_t const * p_ble_evt, void * p_context) { ble_band_t * p_band...
Related to the following Q & A https://devzone.nordicsemi.com/f/nordic-q-a/70355/saadc_task_calibrateoffset
In the process of checking the operation, we created the following...
Hello, I have just purchased a nRF9160 development kit. I am using the following Youtube video to get things up and running. Unbox and get your Nordic nRF9160 DK up and running...
Dear Members,
I saw this example,
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fserial_uartes_example.html
I can not find...
I want to encrypt with AES-256.
I want to use the following two functions.
mbedtls_aes_setkey_enc mbedtls_aes_encrypt
I want to add a library containing ncs/v1.4.1/mbedtls...
Dear Support team,
I used PPK2 to test the PSM mode current of nRF9160 is about 7.09uA (as shown in the figure below),but the eDRX mode current has not been tested successfully...
Hello everyone,
I am going tp establish a mesh network by using a devkit and two or more dongle. take as an example, turning off a led on the dongle boards by using a bottom...
Hi, I'm using code based on sdk/components/libraries/bootloader/dfu/ for ECDSA verification of the signature. But switched to Oberon crypto backend. The signature was successfully...