Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hello,
I have done the setup of Lsm5dsl with Nrf52832 DK board but I little bit confused about what hardware configuration is there so please guide me.
This is Code...
Hello Nordic great team,
We have a question please, we would like to configure our IOT device through the air, and the best way as we see in our use case, is to use the...
Hi there,
I tried to configure the openthread co-processor radio.
The build went well for my nRF52840 dongle, I managed to generate the RCP package image but when I install...
Hi!
I'm working with the nRF52833 in a Laird dev kit, the bl653_dvk and I cannot build a Hello World with mcuboot application in nrf sdk 1.7.0 or greater.
Although in...
Added the below lines to the peripheral_hr and I could see the logs without any trouble.
Same lines added to the central_and_peripheral_hr and I can see anything. What I...
Does someone have experience driving several slaves on a QSPI bus? Can we use a general IO pin for Chip Select (CS)? [Edtit] (I believe the nCS - QSPI pin described in the...
Hi,
I am trying to filter an iBeacon sample using a modified version of the central_hr_code.
Changes on the central_hr_code:
Added 128-bit UUID definition:
Added...
Hi,
I am developing a health wearable and want to store biosignal data into flash and then read at some point. I found that the reading process is relative slow as I tested...
Hi,ALL:
I use esb 2.4G liberary,and I found the same kind of produc build of nrf52840,it's radio current consumption is 1.2mA-1.3mA,how can it do it? My project is build...
Hi,
I have 2 nrf52840 DK boards advertising on coded PHY mode. Once connected the connection is updated (using sd_ble_gap_phy_update()) to use 2M mode. No problem in doing...
Hello! I add an attribute array (0x48) for the user cluster. Having problems using the "array" attribute:
1. If you select the data type of 16 or 32 bits, then an alignment...
I have some questions on using the nrfutil dfu ble with the buttonless example.
Should both devices (central and peripheral) be already bonded before starting the DFU process...
Hello,
Using NCS 1.6.1, I would like to use the radio from within a timeslot as suggested in the documentation . However, the MPSL/timeslot sample is quite sparce and only...
Hi,
It's been a few months since I've been developing a new project using the nrf52832. One of the main features is naturally the OTA DFU. During the last months I was able...
Hello,
I noticed that slighly incresed amount of printk output in the B0 bootloader leads to the corrupted debug output.
1st case - I added two printk lines starting with...