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...
Hi,
I'm trying to program a custom board with a nRF52810 via nRF Connect. I keep getting the following error messages:
I followed this post and tried the following commands...
Hey guys,
I have nrf52832 custom Bluetooth module. It is stand alone nr52832 module . I just want to toggle any gpio on this module .
Can you guys tell me which library...
Hi all,
In my project, I make 2 SPIM and 1 UARTE works well.
Currently I want to use 1 TWIM, so I add lines below in proj.conf
However, I get errors: gen_isr_tables...
If nRF9160 stay almost all day in sleep, wake via RTC for a period of 1 minute and in this 1 minute period only make a GPS cold start, get the GPS coordinates and transmit...
My device is the slave, that is being connected (not always in the same order) by 2 masters.
I would like to create two different connection ways/points to distinguish between...
Hello.
1. For nRF5340 DK, in normal voltage mode, I use putty(windows) and minicom(Ubuntu) to view the printk logs, it works fine.
In high voltage mode, which software...
I am currently trying to test the writable ndef message example on my nrf52 development board. I have gotten it to work so many times in the past weeks but now it seems when...
It seems like there is a problem with nRF Connect 3.7.0 with Toolchain Manager 0.9.3
When I try to open I get the following error.
I have tried restarting and reinstalling...
I'm having trouble connecting the Thingy:91 to LTE network.
I'm using the thingy91_fw_2021-06-28_7a076c22 example.
I flashed correctly the thingy91_asset_tracker_v2_nbiot_2021...
Dear Nordic team,
We are deveopping BLE & ANT enabled display. Because it is a mass production product we need to do an automation for asigning devices destinguesed ID....
Hi, Dev Zone.
thanks for help : )
i'm try to porting DK Board's ble Boanding function to Target Board.
DK is working success.
refer to 16.0.0 SDK and 7.0.1 Soft...
Hi,
I am currently working on updating the examples/dfu/secure_bootloader_uart_debug example in SDK 15.3.0 to do an internal dfu on my nrf52840 DK rather than having the...
Hello,
Out application is using the time slot api to generate ~29ms (35Hz) burst of pulses.
Occasionally, the interval between two adjacent pulses extends to ~35ms ...
Dear Nordic support,
I need to clarify a few points using SAADC for battery measurement - running the ble_app_proximity application without modification. I measured the...
hello, i hanve a problem when i use usb transfer data to pc with ep1, sdk 17.0,nrf52840dongle
I have many data(more than 100KB) transfer to pc,when I send the data for once...