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...
Hello everyone,
right now I have two BMD-340 Evaluation Kits which used nRF52840 module and I want to evaluate Bluetooth Long Range and Data Rate of this module. I used...
Hi
I saw a fail for RF-PHY/RCV/BV-29-C on nRF52840 DK.
But I also find it is a known issue as "Anomaly 172 Addendum".
In the nRF52840_Rev_1_Errata_v1.2.pdf, two workarounds...
Hi,
I'm working with the nrf52840-DK and using the nRF5 SDK v15.2.0 Stack version.
I´ve got a working program for my coordinator (C) and my end device (ED). The C establishes...
Hi
I have this code that works like a charm when the device is connected and I want it to leave the network.
But if the device is dead or disconnected and I want to remove...
Hi,
I know this is a license question and the default answer is "contact a lawyer if you don't understand the license". But this can hardly be the first time someone...
Hi,
I'm trying to connect nrf52840 to IOS 12.1.4 as a Braille display. Standard BLE HID is working well, but when I try to connect as a Braille Display ( Settings/General...
I am trying to connect and according to the spec sheet, there might be multiple pipestatusevents.
When I try to connect using different phones (with different Bluetooth...
Hi,
I'm using the light switch client example to test the Mesh App on iOS.
The PCA10040 board can be identified through Mesh App, but not be identified on our test board...
I am using nrf52810 chip without softdevice or bluetooth stack. I started to develop at November 2017 with Datasheet version v1.2. On 31. Januar 2019 Nordic released a newer...
Hello,
I have project for collecting temperature information from 15 pcs temperature sensor.
It is possible to create system with 16 pcs nRF52840.
one of them will be...
Hello,
I’m using two nrf52832 as servers sending 20 Byte data with 18 ms notification interval.
Notification Data:
[incremented uint8_t ] [19 byte data]
Client:...
Hi,
I'm working with the nrf/samples/nrf9160/at_client (@ tag v0.3.0) with a PCA10090 board.
I had a question about the response to the AT+CESQ command.
Specifically...
hi,
i am quite new with programming tools like the nordic thingy and i am currently trying to get some initial program running, i.e. the blinky example. i have a few questions...