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...
Regarding the nRF9610 and the nRF9610 DK.
Am interested in developing a use for the Australian region (ACMA/RCM compliance) and have already worked on CAT-M1 devices for...
Hello,
I would like to know if I can use "NRF5 SDK" to provision bluetooth mesh device from other chipset provider ? Does licensing terms allow to use of SDK with 3rd party...
The daasheet for the Thingy 52 doesn't seem to indicate any options for using it within a Microsoft Windows environment. I guess tha this is not the case.
Is there any documentation...
Hi all, I'm trying to implement passkey bonding using pc-ble-driver-py.
It doesn't appear to be supported in the BLEDriver.py itself, so I tried to add the sd_ble_gap_auth_key_reply...
I'm using python code based on the heart_rate_collector.py example in pc-ble-driver-py to scan for devices and connect to a peripheral device. That works fine.
Now I'd like...
hi,
i am doing a project where i have an push button connected on pin P1.07 of nrf52840(PCA 10056) DevKit. i am using sdk 14.2's ble app blinky example.
in buttons_init...
Details: SDK v15.2.0. Windows 8.1.
I am trying to adjust the ble_app_hts Makefile such that I can compile C++. I added cppmain.cpp to SRC_FILES and that threw me an error...
Hello,
I was able to use the "ble_app_rscs" and modify it for the Non-Connectable, Non-Scannable, Undirected advertisement, by setting in line 317 of ble_advertising.c....
I have a single one of the PWM modules working working with DMA as a 3 output arbitrary waveform generator. This works but I would like to make a 6 output arbitrary waveform...
In working through understanding how sleep works with the SDK I ran into the following note for sd_app_evt_wait()
The application must ensure that the pended flag is cleared...
Hi. I'm trying to study nrf52832
but, APP_TIMER do not work.. what should i do?
(1)
mcu : nrf52832
sdk: nRF5_SDK_15.2.0_9412b96
(2) setting :
> sdk_config...
Hi,
I'm supplying a DK with an external battery source plugged into J6 (Li-Po) and the nRF power source switch set to VDD. When I flash the chip with one of the Openthread...
I am attempting to scan for BLE devices using ble-sniffer_win_1.0.1_1111_Sniffer and the nRF51 Dongle. It begins scanning for devices then the window closes.
I am running...
Hello, I am trying to use SAADC with nrfx APIs and the ADC does not execute the conversion, and the callback function is never called.
Here is my code:
I am using also...
Hi,
I am using 15.2.0 SDK and 3.0.0 Mesh SDK for development.
On the Nordic nRF Mesh App, we made certain changes to the generic level slider such that it send out live...