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...
Hello,
sorry to border you again, but I have a problem that block me for many days. I read all nordic questions on TWI (I2C) but did not found a solution... :(
I have...
Hi,
We are designing a custom Board using nRF52840 SOC.
We are operating it in Normal mode, using an internal DCDC converter
We have used configuration 5 from the...
Hi there,
I need to transmit 33995520 bytes from nrf52 peripheral device to a Windows/Android device. Currently it takes about 13 to 14 minutes to complete the data transfer...
the flash of the nrf52832-QFAB is 256KB. the softdevice S132 is used which consumes 152KB and the compiled file of the BLE_UART only consumes 98KB (after making the changes...
Hi,
We have a product already on the market for about 2 years, based on nrf52840 and nrf52832.
The product receives data from an 'external device' via UARTE, forwards...
I received the product update notification via email. I did not see any additional details such as a PCN which documents the exact changes.
So the questions I have are:...
Hi Devzone,
I have noticed that some examples, like "ble_app_hts" that has strange flash placement like this figure:
There are 3 partitions, each is 8 bytes in top of...
Hi
I was using the MESH SDK 5.0.0 Dimming Server Example on nRF52840 DK and Dongle it worked fine so i designed a custom Board according the Designrules of Nordic. ...
Hi
I want to measure the battery power by using SAADC to measure the value of VDD,The battery to be considered is 4.2V or 3.7V lithium battery,How should the circuit be...
Hi everybody,
We are trying to port our previous firmware from nrf52840 to nrf5340. The first issue we encountered is TWIS support. It looks like something is missing as...
I did download the device certificates from the AWS IoT console into a directory: C:\Nordic on my PC.
However, my attempts to copy and paste these device certificates from...
I tried to upgrade the modem firmware on NRF9160-DK to the latest 1.3.0, downloaded from https://www.nordicsemi.com/Products/nRF9160/Download#infotabs .
After (succesfull...
Hi,
We are using SDK 14.2 with s132 v5.1.0. Reviewing the changelog for newer versions of the SoftDevice, we see:
"A memory access fault (NRF_FAULT_ID_APP_MEMACC) can...
Hello,
I am developing a device with a nrf52 using s140 with the last sdk. The objective is to interact through ble with other devices that have different custom services...