Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I'm trying to build a new device that I bit, bang the I/O Also others to just have simple signal controls.
Below is the portion of my dts file. The example here is the onewire...
Hi,
I am using nRF52810 (s112 softdevice) with SDk version "17.0.2".
How do I set BLE advertise in continuous mode(if not connected then advertise continuously until it...
Hi
I am trying to declare a custom cluster in zigbee and enable the reporting for some attributes of the cluster, i followed this post to create the custom cluster devzone...
Hi guys,
I'm researching the maximum direct connection distance between two Android phones for transfering small amount of data - which lead me to BLE Coded PHY S8 as a...
Hi,
I m using nRF52840 dongle to setup the nRF5_SDK_17.0.2 .
Besides, the related software and the Segger Embedded Studio are installed.
Occurred Problems :
When...
Dear members,
How can I wake up the system after idle ?
It goes to main loop, but never wakes up if there's a signal from HRM,BSC or B.Power after search time out and...
Dear everyone.
Sorry for my cheep question.
We are using nRF51822 as Bluetooth4.1 with Softdevice S120 and S110 .
Is this device affected by the "BrakTooth" attack?...
Hello,
I am currently working on a project that requires to sample a 50Hz sine wave and transmit the data point over BLE, which will need around 10 - 20 samples per cycle...
Hi There
I’m hoping to implement a low power always-on/listening (response time <10s) industrial product in the UK
I’ve spoken to several acquaintances and had conflicting...
Hi All:
We are using nRF52840 SDK with BLE Mesh sdk5.0 to develop bluetooth mesh and we can use light_sw_client to control the LED1 state on the light_sw_sever via BLE Mesh...
I am using PC code derived from pc-ble-driver heart rate collector with a nRF52840 dev board
On adding characteristics sd_ble_uuid_vs_add() I get an error of 4 - NRF_ERROR_NO_MEM...
I have an nrf52832 acting as a central device that is trying to connect to a peripheral. However, after the peripheral disconnects and the central tries to reconnect I get...
Hi,
I was looking at this page https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_modifying.html and saw the following line:
"When building your application...