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 have a project based on SDK 15.3
I've set #define NRF_LOG_DEFERRED 1
The project generates a high volume of log output over RTT
NRF_LOG_FLOAT_MARKER is a macro that...
Hi, I am using the nRF51822 with SDK 12.3.0
I am trying to make use of nrf_drv_spis driver included in the SDK.
My purpose is to have nRF51822 constantly be RX-ing over...
While investigating my stack corruption issue , I noticed that the RADIO_IRQHandler is always called twice in quick succession:
But the NRF_RADIO->INTENSET register only...
I'm trying to communicate between two devices (nrf52840 and teensy 3.6) over RS485, but I'm having some issues using the UART library in the SDK. I'm trying to create an interrupt...
Hi,
It all happened today after being used the board for a month. when I tried to turn on the board it does not blink LED5 nor does it show up in the device manager. I to...
Hello Nordic,
I have multiple Thingy52 devices upgraded to V2.2 firmware via nRF Connect application on my android phone.
Have been trying to add the BL Mesh light switch...
I want to read timestamp in my nRF9160 device and found that "z_tsc_read()" function in Zephyr RTOS will do that. However, I am not able to include the main library of the...
Hi,
We are developing mesh control lighting system with nrf52832, now we're able to control devices through mesh.
But now we're having problem with showing node state...
Hello,
I have two devices, one central and one peripheral and I try to implement whitelist. I took a look at ble_app_hrs_c example and the whiltelist is working on central...
Hello,
I am using ble_app_blinky. I have a basic query about event handles. There are lot of event handlers registers as part of initialization. Will all these event handlers...
Hi all, we has experienced two PPK boards start to give faulty reading after several uses. I attached two screenshots about current reading with same setting on the DEV board...
Hi,
after having a little break from ot and working on another project, I am back working on getting the NRF into systemOFF. to get back into it I just made a very small...
Hello there,
Prior to updating to the latest modem firmware i was able to successfully get responses from the DK.
Running the Asset tracker app as well as AT Client. ...
Hi
I am currently trying to connect the sht31 temperature / humidity sensor. First, I made an implementation based on the twi_sensor example. I did it all, the temperature...
Dear all,
I am quite new to embedded programming and I am looking for a tutorial/example code in order to communicate/configure an accelerometer sensor (LIS2DH12) with NRF52...