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...
Hello, everyone~
A new requirement is generated from my customer. He wants the ANCS can transmit more than 20m in a house. So I want to know if BLE 5.0 long range can transmit...
Hello!
I am dealing with nrf52832. I want to process data reception with SPI during f_write processing. Is this possible? As multi-thread processing 1) PT_THREAD in pt...
I'm developing a wearable device using nRF52832. I am developing OTA-DFU nowadays. I have successfully tested the buttonless OTA-DFU using the nRF52-DK.
And I'm testing...
Hi, I have a nRF9160 and I am currently working with the gps example: ncs\nrf\samples\nrf9160\gps
When I run the example, I only see
all the time. I went out on a big...
Hello,
i am struggling with the implementation of i2s to use it one SK6812 Leds.
To start with i used this https://github.com/cheehieu/nrf52-sk6812-led-driver example...
Hi All,
I study this post to enable long-range(s=8) on ble_app_blinky ( nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_blinky )
In the post, one of the settings...
Hello,
I was able to program the mesh experimental dimming example(server) into the external nRF52832 module using the debug out pins on the nRF52 DK.
The programming...
Hi,, I'm trying to set a recv timeout on a UDP socket (coap) using setsockopt() and getting an EPERM error. I've tried the setsockopt() call both before and after the (successful...
I'm attempting to use AWS IoT Just In TIme Provisioning(JITP), but no luck. Any help.
I tested JITP on my account, not Nordic one, with local mosuqitto client on Mac and...
I'm trying to use aws_fota, but it doesn't work. Any help?
I was able to set a job on AWS IoT, but the download job doesn't start. The job status is always "in progress...
Hello
I am writing a peripheral emulator application on android. My peripherals include 2 services and 4 characteristics. I tested my application with nRF Connect on the...
Hello All,
I am working on nrf52810 board
Using sdk 14.2
I am trying to modify some bytes of advertising packet .
I am referring the previous post as link given...
I'm getting ERROR 12 upon calling ble_advertising_init. I understand that this is caused by exceeding the advertising packet max payload of 31 bytes. What options do I have...