I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
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...