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 want to use a couple of 0805 resistors, hook them up in tandem to 220V AC power source, and then do some zero-crossing detection.
I know I know, this totally isn't...
Is it possible to use the Segger SystemView software with the NRF52832? When attempting to use SystemView, I get an error "RTT Control Block not found". It's possible to enter...
Hi,
I can't find information what shape of spectrum I should expect from test mode (CONT_WAVE = 1, PLL_LOCK = 1). At the moment I get main spike with smaller symmetrical...
I'm running into an issue when trying to use the timeslot API for advertising while concurrently scanning. Scanning is using a 100 ms interval with 50 ms window and initialized...
Hi!
I have created a project for nRF52 DK in Segger Embedded Stuido. I wanted to creat it for nRF51 but there was no eamples to start from in the sdk that supports pca10030...
I used the example ble_app_cts(SDK12.3),but when I connected the board(NRF52832) ,I did not find the cst service,Now,I want to know why I did not find the service and where...
Hi everyone.
I'm currently working with NRF SDK for Mesh v2.0.1, SDK v15
I'm adding light switch provisioner to light switch client example.
In file provisoner_helper...
I have to develop an appropriate driver circuit for a DC Motor, the Motor is to be connected to the IoT node Nordic Thingy 52, which can be switched on and off with the button...
Hi all, I'm developing a project based on nrf52832 and a custom board, what I want to know is if it's correct the actual power consumption.
The custom board has the following...
Hello, I am still using S132 version 2.0.0-7.alpha with Keil uVision V5.21.1.0
Should I move to newer version. Why uVision doesn't see new S132 versions in the pack installer...
hi hi hi everyone
i'm wondering can us use HCI protocol to develop our product without using by the softdevice as you know by using the softdevice we can just interact with...
Is there a way to turn off the BLE NUS service once we are done with and turn it back on when we need it? I tried
Seems to have had no effect. I am using the BLE NUS service...
Hi Sir,
I use microcontroller to control the nrf8001 to broadcast packet every 8 second.
I measurement the current, found nrf8001 take more power in sleep mode(red part...
Hello all,
I am super new to BLE, and I have been using nRF5_SDK_12.3.0 ble_app_template example on a pca10040 board with SoftDevice S132 on a nice nRF52832 to create a...