Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
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...
I read that in large networks that configuring the relay nodes helps achieve low-latency communication. With the nRF Mesh, is it possible to automatically switch off the relay...
Hello,
I wanna use FDS module and started with FDS example given in SDK 11.
I have used the exactly same functions for initialization but it seems like FDS module is not...
The S120 Central after scanning, connecting, and issues a sd_ble_gap_encrypt() to secure the link. If the peripheral's bond (LTK) is corrupted or incorrect, the sniffer shows...
This: http://www2.keil.com/mdk5/editions/lite/
I guess the principal limitation is the 32K code size, but the full list is here: http://www.keil.com/demo/limits.asp
...
I have Stlink v2 programmer and I would like to use it to flash hex file into my nrf52832 I read a lot of threads about using tools like openocd but none was helpful, I think...
I'm attempting to build the ble_app_hids_keyboard example from sdk 14 using gcc and the compiler is throwing the error "No such file or directory", but the file is there and...
I have problem on SoftDevice V6.0.0(nrf52832) scan_start/stop. modified ble_app_blinky_c(ble_central) 1. app_timer add (20ms cyclic) 2. app_timer handler, run sd_ble_gap_scan_start...
Hi
The 'ble_app_multiperipheral_pca10056_s140' example for the nRF52840 has an 'LED' characteristic under which there is a "Nordic LED Button Service"
The value...
Hi,
I've defined:
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 120 (in sdk_config.h)
I get "Insufficient RAM allocated for the SoftDevice" in nrf_sdh_ble_enable
nrf_sdh_ble_enable...
Hi everyone, I'm looking to buy nRF52840 SoC for my thesis but I'm surprised that none are yet available from Farnell, Mouser or Digikey ... I found few chips on Symmetry...
Dear Engineer,
We are working on 52840 usb dfu,program softdevice s140_6.0,
and usb secure bootloader,
evaluate board is pca10056,v0.9.0
Led1,led3 turn on once load...
I am very new to ARM controllers. All of my experience is with Atmel family, which I've been using for years.
I just got the nRF52 Development board and have loaded several...
Why do the version numbers have to be as follows for a merged hex file to be able to exit the dfu mode when flashed externally as a combined hex file (SD +BL + BL settings...
With the BT 5 extensions, is it now possible for BLE Peripherals to communicate with each other without a Central ?
In the envisaged application, one node would be the central...
Hello,
my problem is reproducable with this Setup:
nRF5-DK with ble_blinky_example (central)
nRF5-DK with ble_blinky_example (peripheral)
Press Button1 immediately...