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 All,
I have designed one device using nRF52840 MCU and software SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71.
From Software end all features are implement and...
Hi Sir,
As check nwp_024_v1.6.pdf, it only shows the tape real information w/ below series.
nRF24
nRF51
nRF52
nRF8000
nRF9160
I don't find the information for...
Hi,
I have a SPI peripheral connected to the nRF960 DK. In order to access this correctly, I need to be able to write a byte to a specific address first and then read back...
Hi
The NRF52832 I used seems to have accidentally turned on the read-write protection,Cannot establish a connection using JLINK now,Is there any way to turn off this read...
Hi, We are developing a robotic product using nRF52840. I would like to know if Nordic officially supports Zephyr OS and have plans for supporting features in long term?
We used sd_ble_tx_buffer_count_get() to get maximum tx message can be sent in nrf51. However, this api is removed from nrf52840.
Is it equal to the setting of NRF_SDH_BLE_GAP_EVENT_LENGTH...
I am using NRF52840 and SDK1600. Currently, my program uses 50kB RAM memory according to Segger Embedded Studio. NRF52840 has 250kB RAM memory, so there is plenty of space...
Hi,
We are building a prototype based on the asset tracker demo application. We had interfaced different sensors on different peripherals (2 on SPI and 2 on I2C). However...
I have applied the errata 171 workaround to a zephyr code base with an MX25 chip and set the speed to 96MHz - when I run the application (engineering D silicon) with a scope...
Hi
I have used ble_beacon example to configure DK board as beacon here i wanted to pass custom data inside the code and print those array code on output debug console to...
I have an embedded Linux platform which uses an nRF9160 connected via UART. The nRF9160 has been loaded with the serial LTE modem firmware, version 1.3.1.
I've been experimenting...
Hi!
I'm developing the NRF9160 target from a raspberry Pi. The problem is that I need occasionally to perform modem firmware upgrade, and I can't figure out how to do it...
Hi. I am currently using an nRF52840 DK board and SDK 17.0.2.
I have add a custom characteristic in the heart rate service sample code.
The characteristic is shown on...
Hi Nordic,
I am using your official board nrf52840 to develop my application based on the ble_app_uart_peripheral example. BLE communication and the spi interfaced sensor...