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...
How we can get to know about the ADC sampling is done. On the basis of the sampling done i want to do furture opration like the stop sampling,Continues sampling. How i can...
Dear Experts,
I am planing to use 52810 to connect to a BLE speaker to play a short 'music'. I checked the BLE services provided in SDK:nRF5_SDK_17.0.2... but seems none...
Hi
I'm developing nRF52832.
I have a question about SPI communication.(\nRF5_SDK_17.0.0\examples\peripheral\spi I don't understand, so I ask questions.)
I want to read...
We plan to use nRF52840 in our new project. But the application is likely to be larger than 500 Kbytes
So we are going to use the only one Bank flash for DFU as in following...
We are thinking of making changes to the QIAA aQFN73 circuit configuration from 5 to 4 and use the REG0 DC/DC. VDDH will be connected to a single-cell Li-Ion battery (3~4...
hi, i am working with nrf52840 and need a stand alone qspi peripheral in the project. what is the straight forward way to get qspi into the code up and running without involving...
Håkon Alseth was helping me with this: https://devzone.nordicsemi.com/f/nordic-q-a/83126/hard-fault-using-twi_scanner-example I accidentally clicked "verify answer" when trying...
Hi,
I have the Power Profiler Kit PCA63511 used on top of the dev kit PCA10040. I am trying to measure the power consumption of my custom hardware implementing nrf52832...
Hello,
I am using nrf52840, SDK 17.0.2, softdevice s140 and also implemented OTA DFU in my application.
I want to save some data lets say admin code in flash. Once I burn...
Hello,
I'm having difficulty getting the GPIO set up in a way that behaves predictably on the nRF9160 DK. As far as I understand it, the nRF52840 is what controls the GPIO...
Hi All! My question is that while using coded PHY is it possible to enable the ACK? In case no ACK receives then retransmission of the same packet to the receiver. Thanks...
I am trying to measure the frequency of the square wave on the ARDUINO_6_PIN on the NRF52840 Dev Kit. It seems like it works well until the square wave goes above 2MHz. Is...
Hi,
I see that in the latest SDK 17.1.0 there seems to be no example for regular UART but only for LPUART.
That made me wonder if there is any advantage in any scenario...
I have an external flash
S25FL132K
I am able to read , write and erase the flash with nrfx_qspi_cinstr_xfer function for 9 bytes. But I want to write more than 9 bytes...