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...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hello Nordic Semiconductor Team,
I have a device which uses the buttonless dfu bootloader / app design. And now i have some issues with updating the firmware with iphones...
Goodday
I have integrated the fstorage peripheral example with the BLE_beaconing example. SDK 15.2. I can read and write strings. I cannot read back the hex number if...
Hello,
I am using nRF52832 devices and calculating the distance using RSSI, but it is not that accurate.
Can you please let me know whether we can calculate the accurate...
Hi @ all,
I am trying to get the serial DFU process runnning. The process worked fine for nrf52832 and now I am on the nrf52840.
I encountered a problem with executing...
Dear all,
I'm new to Ozone and hope that you will forgive the simplicity of my question.
I'm trying to acquire a simple trace (Code Profile) of the blinky example with...
Hi
I am new to all nordic BLE modules, currently working on nrf52832 eval board. I am trying to scan the BLE Beacons "EDDYSTONE" and their RSSI level for my tracking application...
Dear Nordic
I edit the uuid from sd_ble_uuid_vs_add(&nus_base_uuid, &p_nus->uuid_type), all can success but only one uuid start with 0xFB, when use 0xfb, nrf_app_uart fail...
Hello
I am using SDK 15.3 ble_uart_central and peripheral example.
I am trying to transmit an array of integers from peripheral node to central node. Please help me with...
I need to run gc because I get rc =FDS_ERR_NO_SPACE_IN_FLASH.
So I run gc simple as written in https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0...
Hi all
we used a nrf52832 to communicate over SPI and I2C at the same time with some sensors. This works fine.
At the moment I try to convert the project to nrf52810 but...
Hello,
does anybody now when the sniffer will support coded PHY?
I found a similar questions but no answer yet...
https://devzone.nordicsemi.com/f/nordic-q-a/42216/does...
Hi,
I would like to combine NFC - BLE pairing and launch app record. Naively I thought I would write the second data right after the first:
But this does not work. Reader...
I am using an NRF52832 on an energy harvesting board where lowest power is critical. I can achieve ~2 uA current consumption in idle state (waiting on RTC interrupt), wake...
Hi,
I work on the nRF52840 DK with the ble_app_uart example and I want to add a timer using app_timer api,
in order to create RTC time/date timestamps for my sensors raw...