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...
Hello Team,
I am new to the OTA process for nRF52840. Please help me with the below query.
1) Is it possible to perform the OTA over BLE and over thread network as well...
Hi, We use the QSPI already very well for a flash device that has the correct commands. Now we want to use a SRAM, also QSPI prepared, but it has some other commands, there...
I'm trying to decide on a protocol to use between two nRF52840s.
Both will connect to an App and each other at the same time
Latency is important because the communication...
Hello everyone,
I'm currently trying to get a SiLabs WF200 WIFI module working with a nRF9160 as the host running on Zephyr. Unfortunately I do not get any clock signal...
Hi,
I am testing the advertisement packet scanner based from nRF5_SDK_17.0.2_d674dde\examples\ble_central\ble_app_uart_c.
At current stage, I can receive the advertisement...
I want to use bootloader for nRF52811.
On nRF5 SDK 17,
exmaples/dfu/secure_bootloader/pca10056e_s112_ble/config/sdk_config.h #define NRF_DFU_APP_DATA_AREA_SIZE 8192
...
I am writing a basic health device application, It starts, loads saved data, starts advertising, takes measurements, if a connection occurs the data is transferred, other...
I have compiled the example application ncs\v1.4.0\zephyr\samples\boards\nrf\system_off configured for the nRF52dk_nRF52832
This example consumes 450-500uA (SB9 cut)......
Hello Nordic support team,
We are making product relate to battery service.
Tool and SDK: - nRF5_SDK_17.0.2_d674dde
- SEGGER Embedded Studio for ARM Release 4.52c
...
Hi, I am doing some development in nrf52810. where i want to use BUZZER to produce TONES
I am using SDK17.0.2 SES
I want to create tones instead of just beep sound in...
I found a fairly cheap (<$5) FCC certified NRF24 module with 20dBm output power. NiceRF RF2401F20 ( https://www.nicerf.com//product_180_216.html )
The FCC ID is 2AD66-RF2401F20...
Hi,
I would like to know security related libraries available in SDK 17.02.
Libraries that I found
1. Peer manager
2.crypto library
I would like to know is there...
Hi,
I got problem with Implementing the FDS example code as below, which I using is SDK nRF5_SDK_17.0.2, and always got error "FDS_ERR_UNALIGNED_ADDR", Already searched...