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...
I want to start the most basic hello world project on my nrf9160 thingy development board but am having trouble building my own custom project or any of the sample ones provided...
Question on an older chip:
Can anyone tell me if FW originally written for the nRF24LE1E would be completely compatible with the nRF24LE1G? I have an opportunity to source...
Hi,
Device: NRF53
I'm trying to send 3 notify packets in a 15ms connection internal but I can send 2.
I'm using Nrf connect and Zephyr. is there a limit or a define...
I seem to be having weird issue upon initializing qwr module in my .cpp file
NRF_BLE_QWR_DEF(qwr);
Doing so results in a syntax error
#define NRF_BLE_QWR_DEF(_name...
I created a custom BLE service following this tutorial and I am able to connect to the BLE service and write data to it, but ideally, I want to send character bytes as opposed...
Hello,
we are using an nRF52833 for our application with the open serial uart bootloader and MBR programmed in it. What we would like to do is:
1) program the application...
Hi everyone, I'm trying to get the LIS2DH12 driver (SDK v15.0.0) to configure a LIS2DH12 sensor connected to my nRF52 Dev Kit. I've wired the chip up as follows (using the...
I set the publish address of client using function:
Unicast address of sever is 0x0003.
After setting publish address by this function, I check publish address from...
Hello community... I was able to compile the GPS sample and flash an actinius icarus (nRF9160) using the Actinius Programmer once and it said successful. However, checking...
NRF52833+SDK17:
I want to use the saadc to sample a DC brushed motor running current when pwm at rising edge, pwm driving the motor.
I can't understand the real meaning...
Hi, I've been working on SDK v1.6.1 and I just wanted to try the v1.7.0, however some functions on the power management have changed, in particularly:
int pm_device_state_set...
I am encountering a problem with programming an nRF52840 DK:
1. I've installed nRF Connect for Desktop version 3.7.1, nrfjprog version 10.14 and Segger JLinkARM.dll version...
Hi,
I'm using the CLI and have logging enabled. The only way I'm able to see my logging output is if I type "log enable info" at the CLI prompt.
Is there a way to enable...