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 investigating the current consumption of a new product that we are developing and have found
current spikes of 40mA every 24ms. The spikes occurs in unconnected...
HI,
I get confused using the ble terms hence i'll try to articulate my query as much as possible. I'm using the nRF52832 board and all i have one service with one characteristic...
Hello,
I want know what is the difference between the three kind of low power mode?
System ON, Full 24 kB RAM retention, Wake on GPIOTE input (Event mode) System ON...
Hello
I am trying to get the angle of the sensor using the value of mpu6050.
I used a formula to obtain an angle using sensor values. However, if I calculate this expression...
Hi,
I´m using SDK v16 on a custom board and try to implement the wake up functionality of the low power comparator. In order to describe the system as clearly as possible...
Hello.
I am programming the NRF52810 breakout board.
Before I am testing the prototype, I am using NRF52832 breakout board, and it works well now.
However, the same...
Hi Dev Team,
I was working with the nRF9160 and started off with the basic UART sample found here : https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples...
Dear every body,
some days before, i raise an issue relate my fault at here: https://devzone.nordicsemi.com/f/nordic-q-a/68010/nrf52810-issue-with-32mhz-external-clock ...
Hello
I'd like to reset using the firmware instead of the reset button on the board, is it possible? I'd like to reset the entire Bluetooth connection when it's disconnected...
HI,ALL:
Now, I am study frequency hopping.I found something might be different. It is more hard from highest frequency to lowest frequency(the same as lowest frequency to...
Hello
I use nrf52832 and SDK v17. I am programming BLE using UART service. So far, there has been no problem with testing with one phone, but if I disconnect the Bluetooth...
Hi, all
I'm using nRF52832 pca10040, s132.
Like 'ble_app_hrs' example, I changed the 'ble_app_uart' example to send data using app_timer.
In the example of 'hrs...