Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
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...
Hi,
I am using the nRF52840 with no soft device, and I am experiencing an issue with SPIM3 when turning on/off the ArrayList and Shortcut (EVENTS_END and TASKS_START) where...
Hello
I'm looking for some information about flash erase/write currents for the nRF52840.
Somewhere here in the forum there where values mentioned about 4mA for flash...
I have installed "nRF connect v2.6.0" for desktop under Windows 10. Same behaviour with "nRF connect v2.6.2"
I want to use a nRF52840-DONGLE (PCA10059) as central.
I have...
Hey,
I'm building an application where I control both peripheral and central sides. Both sides are custom hardware with nRF52840s with softdevice s140 v6.0.0 using SDK 15...
Hello, i have a trouble that stock me several days, i'm using sdk15.2 on nrf52840, and i want to do scanning using whitelist, please help me, here is the situation.
i have...
I have been having trouble creating a new project with nRF91 and Zephyr so I've decided to begin by modifying the "asset_tracker" example project.
I need to add the arm...
Hi,
Referring to the figure at the end of this page:
infocenter.nordicsemi.com/index.jsp
I have a question regarding the MBR parameters and the Bootloader Settings...
Im not entirely new to the embedded world, been programming since I was a kid and been working on embedded projects for 3 years now.. In fact the few first steps I can take...
Hello, I just want to set one random static bd addr using mesh SDK v3.1, and it seemed I have set correctly, but the SOC(nrf52840DK) still use the default bd addr which is...
Hi,
I'm using nrF52840 to connect to a PC via NFC. First is was OK, but after that I added an encryption to my application.
In order to do that, I changed the NFC_PAIRING_MODE...
I have a simple central device where a gpio triggers the device to scan and connect to a peripheral. This is running ok on the PCA10040, and also on a separate hardware platform...
Using the latest version of Bluetooth low energy (V2.2.1) running on nRF Connect V2.6.2 I was never able to connect to a peripheral device.
The peripheral devices are based...
I'm using Nrf52840 as the MCU for my circuit board, now I need to use it to transmit audio data which is 16bit, 16KHz PCM format(mono channel, therefore 256 Kbps) to the external...
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v11.0.0%2Ftwi_master_with_twis_slave_example.html
Testing
Test the TWIS slave and TWI master...