Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hello everyone,
I use sdk14.2 softdevice S132. I want to write "uint8_t some_array [7] = {0x00,0x01,0x02,0x03,0x04,0x05,0x06};" with use fds_write and read the array from...
When using BLE_GATTS_VLOC_USER to store multi-word characteristic values that are updated by application code, what is the recommended way to prevent a partially updated value...
I am working with ble_app_uart code, in that I am trying to send continuous data over BLE. But the BLE getting disconnected while sending large data.
So I planned to have...
Hi,
We are using nrf51822 QFAAH00 with SDK 110 v8.1.0 in our project, the application will hangs or not work when control stuck at address 0x6b0 (sometimes at 0x640) programmer...
Hi all.
I've followed as much information i can find regarding RTT. I understand that it was build in to the SDK after 11 or so and I followed the guides on https://infocenter...
I use the connection event extension, but there are several concepts that I am not very clear.
Software:S132 v5.0 . SDK14.1.0 nRF52810
Goal: I need to use high throughput...
my TWI device sensor, both its writing and reading address is 0x55. This seems weird for library of nRF since the last bit should be set as 0 for transmission and 1 for receiving...
hi Engineers!
the questions - is it possible to implement multi advertising (need two) broadcasters with different advertising data use SD 140-6 (nRF52840) ?
in the new...
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...