I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi Everyone
I have got 3 timers in my application.
1 is repeated , and other two are Single shot which are ran from the inputs to the 1st Repeated timer.
The repeated...
I'm developing for a custom board with an nrf52832. For one of my first tasks, I activated an on-board buzzer using the nrf_pwm driver. Then I stumbled across the low power...
Hi all,
I've compiled the SDK15.2 USBD CDC ACM example and uploaded it onto a Rigado BDM340 evaluation board, and run a second USB cable to the nRF USB socket. However,...
Hello,
We are trying to develop ble_app_uart with flow control enable, the problem is when we enable the flow control. if we send large number of data, the program get crashed...
Hi,
I am developing a product based on nrf52832 using FreeRTOS and the softdevice.
I use sdk 15 and I based my softdevice configuration on the ble_app_hrs_freertos example...
If the UARTE interrupt service routine is delayed from running more than 1 byte's worth of time, then APP UART FIFO does not see all bytes queued in the UARTE's easyDMA buffer...
Is there an API to get the dfu image size? We use this in combination with s_dfu_settings.progress.firmware_image_offset to show a progress bar on the gui. In the past, we...
The bluetooth mesh iOS app seems to be no more mantained since october 2018.
The main contributor of this project seems to have stopped working on it.
There are many open...
Hello I know you have IOS ( https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library ) and Android ( https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library ) libraries...
Sir,
I am using a custom board, nRF52840 based MDBT50Q. I am working on the UART example program. In my board pin number 8 is used for some other purpose. And I have seen...
Hi,
I'm using a PCA10040 devboard to test the heart rate client example. I see that when using the example from SDK v15.2.0, I can connect to my (Polar) heart rate device...
I want to echo another comment from over a year ago regarding this issue. There are a number of electrical CAD tools that can import Altium files with very high fidelity as...
Hi,
I have the nRF52480 DK and have downloaded the ble_app_blinky.
I also have an iPhone6 that I try to use. The strange thing is that in bluetooth on iPhone I can't see...
Hi!,
I'm trying to use simple_at program from https://github.com/Rallare/fw-nrfconnect-nrf2/tree/nrf9160_samples/samples/nrf9160/simple_at .
I erase all, then program...