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...
Our Project is based on the multiprotocol THREAD BLE dynamic example.
We have the BLE DFU also as part of our project and it is working.
We now need to add the flash storage...
Hello :)
I have a question about the timing of sending a bluetooth write request. I am using two nrf52 developement kits, one as master and one as slave. From my master...
I am porting to SDK15 and this is the error I am getting:
../../../main.c: In function 'ble_stack_init': ../../../main.c:2746:2: error: unknown type name 'nrf_clock_lf_cfg_t...
Hi,
While customising code for my application, I noticed that in on_connect method of ble_nus.c, in the p_client we set is_notification_enabled = true after checking ble_srv_is_notification_enabled...
Hi there,
I have two type nRF52 DK, pca10040 and pca10056. I know that pca10040's maximum txpower is 4dBm and pca10056's maximum txpower is 8dBm, and both boards have CR2032...
In file nfc_fixes.h, SDK 15.0.0:
#ifdef BOARD_PCA10040 // assume nRF52832 chip in IC rev. Engineering B or Engineering C
#define HAL_NFC_ENGINEERING_BC_FTPAN_WORKAROUND...
Hi,
I read a lot of questions but problem still wasn't fixed. Random disconnect have the period 5-10 mins. The problem with s132 or s130 v2.0.1 and LG G3 android 5.0....
Does anyone know when will ANT SoftDevice be available for nRF5 SDK v15? Accordign to https://www.thisisant.com/developer/components/nrf52832#tab_protocol_stacks_tab, only...
Hi
I try to communicate with my NRF24L01+. For this, i have connected a mikrocontroller to my Module. Actually i am using a small piece of code, which allows me to send...
Hi,
In my project, I use button for put on the microcontroller in sleep mode. I implemented one timer that when I press more of 5 second the button, the micro call sleep_mode_enter...
Hi,
I have included in my code the code from the twi_scanner example as a starting point for using TWI in my board. When compiling, I get the following error:
../.....
hi,
Please Refer Light Switch Client Example in Mesh 2.0
I would like to know Code where and in which File the UUID from the unprovisioned Node is captured ?
Thank ...
Hello,
What is the switching frequency of the buck regulator integrated into the nRF51822?
The characteristics of this regulator do not seem to be explained in the documentation...
I'm following the Custom BLE Service Example , and using:
Segger Embedded Studio Release 3.34a
macOS 10.13.4 (aka High Sierra)
nRF52 DK (PCA10040, nRF52832)
nRF5_SDK_15...