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,
I had a look at the brand new mesh 2.0 SDK, this looks very promising. I've been looking for some protocol description for the GATT connection to do the provisioning...
is there an expected release date for the soft device that supports the full bluetooth 5 specification including extended advertising beacons using a coded PHY with S=8(125...
When using nrf scanner to detect my beacon why BLE device name shown is 'N/A' , that field is designed for what? How can I change use ubuntu 'bluez' library? Thanks!
Hi, we are looking into the throughput example provided in the SDK 15.0.0 for evaluating Long range, and want to send simple strings between two devices. Are there anyway...
Hi,
I'm trying to debug the Thingy52 by using the nRF52840DK as a debugger and using Segger Embedded Studio as an IDE on Windows 10.
I have two issues.
1. I have tried...
Hi!
I'm trying to access app_uart.h and i added the file into project but still it is saying app_uart.h not found as shown in below image. Do i need to add path any where...
Hi,
I would like to ask have someone used ICM-20649 from Invensense with TWI? I tried modifying MPU9250 with it but they seems different.
Please let me know if someone...
Hello,
I'm using nRF Connect for Android, and transmitting data from a Intel Genuino 101 board. The data I need on my phone is simply an integer, but I can't manage to show...
Using the thingy52 microphone function, some models of mobile phones receive data will be lost, under normal circumstances, 1 minute will receive about 60 packets of data...
HW: nRF52, PCA10056
SW: SDK15
I'm using the nus_c service with multiple central connections.
After change the GATT Write operations from BLE_GATT_OP_WRITE_CMD to BLE_GATT_OP_WRITE_REQ...
Migrating from 13.1 to 15.0. getting error, undefined reference to 'ble_evt_handler'
In 15.0, peer_manager.c has the function, static void ble_evt_handler(ble_evt_t const...
Hello,
I tried a migration of a bootloader from SDK 14.2 to 15 but my bootloader does an infinite loop @0x24d70.
Do someone have an idea of what can i do please ?
...
I'm working on an application in which we are using a custom board with the NRF52382, which is powered by a battery. We sample our ADC every 6ms, record these values for about...
I try dual bank DFU on nrf52832+SDK15.0.0.
After extract new image to dst_addr(run image_copy),
DFU run nrf_dfu_settings_write().
nrf_dfu_settings_write() is run, nrf_dfu_flash_erase...