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...
I'm trying to figure out why my Xbee3 module can't connect to my nRF52480 app. I built the app using SDK 7.2.0 and Segger and it runs great. I can connect to it from nRF tools...
Hi,
I am using app_timer and SoftDevice in NRF52810.
I am storing app_timer_cnt_get() value after releasing button and after completing BLE Advertisment.
as I am starting...
Hey all,
I have started working with this board around a month ago, and start to understand it little by little. I have a program that communicates with a display over UART...
Attempting to program an nRF52840 dongle with sniffer_nrf52840dongle_nrf52840_7cc811f.hex, using nRF Connect Programmer v1.4.8, on Windows 7
Upon clicking "Write", the red...
HI,
I am trying to use STTS751-1DP3F temp. sensor with nr52832. The drivers for sensors are given on:
https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree...
I have some old production code that uses s110 v 5/6 and SDK 8.0.0 (perhaps - no one seems to know). The production device has never been able to do a bonded reconnect correctly...
Hi,
Your online power estimator only concerns nRF52840/832/810.
How to get a value when using nRF5233 with CTE activated for AoA ?
In other words, what is the additional...
I'm trying to create application for working with nRF52 device. I have completed provisioning mesh success, and receive notification message about success operation (work...
I know that SoftDevice 110 is old but I am stuck with it as it is on a production device with nRF51822. For some reason when I call sd_ble_gap_adv_data_set() with a non NULL...
I am developing software with the following features.
Communicates between two boards with nRF52840, nRF5 SDK 15.3.0, and its S140
Activate both extended advertising...
When I use this setup, when the specified duration expires, should I get a BLE_ADV_EVT_IDLE event? I don't seem to get one, even though I'm testing for it. SDK 17.0.2 / S...
Hi,
I have 4 sensors on my custom board and I'm planning to use BLE. I want to read data from all 4 sensors every 200ms. I'm planning to use app_timer for that and read...
Hi
Using demo usbd_cdc_acm and found a very strange bug!
Even I disabled the flow control of uart , the 52840 device still need to control the DTR signal to ensure UART...