I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
Hi, I am using a system where I am using nrf52832 nordic chip. I generate a custom ble service using this ' https://github.com/bjornspockeli/custom_ble_service_example ' github...
Hello.
I would like to use the SPIS module on the nRF52840 DK. I configured it by following the examples given by Nordic.
When I use pins P0.14 (nCS), P0.15 (SCK), P0...
I am using now SDK 15.0 and the value of APP_ADV_DURATION is set to 18000 (180 sec)
But I saw that fromSDK15.2, it is recommended to change the value to 0 in order to get...
Hi,
We are running an application using REG1 only in DC/DC mode, REG0 is disabled. I believe we've found a small issue with our decoupling of all the power pins, but I'm...
Hello,
I am trying to connect my nRF9160 but am running into some trouble. Only LED 3 blinks for about 3 minutes and then just stays on without blinking; LED 4 never blinks...
Dears
I double the ble_nus_init as below ,I can get 2 service bouth have 2 characteritic.
as below:
err_code = nrf_ble_qwr_init (&m_qwr, &qwr_init); APP_ERROR_CHECK...
I am facing issue with programming of own developed nRF52810QFAA board. I used Pins 25 (clock) and 26 (data) along with Vcc and Gnd to flash device. I tried with two boards...
Hi, May I use slip library code for commercial? I have a project that uses an MCU communicates with an NRF52 BLE module. To upgrade program of BLE module, I flash the bootloader...
I’m mitgrating from nRF52832 TO nRF52810 and softdevice s132 to s112 and having compile issues.
I understand that NRF peripheral has been removed on the nRF52810 but I do...
This how i make it happend:
1.programe softdevice and bootloader.
2.generate app dfu package.
3.upgarde app via nRF Toolbox
4.It's running, all things is seem ok....
Hi, I've been working with SDK11, and now I have to move my project to SDK14 due to some issues with the old SDK. In SDK11 I could just use Keil's "Manage Run-Time Enviroments...
Hello,
I am trying to execute the SPI slave example from sdk15.2 on my NRF52832 Dev board (PCA10040 1.2.1).
I am using stm32f0 dev board as the master and transmitting...