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...
Dear Community,
I am working on the following application: using the RaspberryPi to flash over-the-air nRF52 nodes (Nordic's Secure DFU BLE bootloader)
For that I have...
Hi all, I have 2 module NRF52832.
Module 1: I using BLE and ESB at the same time, so I request timeslot for ESB, mode RX
Module 2 : I not use BLE, so I can't request timeslot...
Hi,
I added DFU functionality to my Mesh-client application as shown in your DFU-example.
At startup I get this log message:
nrf_mesh_dfu.c, 904, ERROR: No CMD handler...
We have been using the Nordic nRF52840 Preview DK to work with our debugger vendor, iSystem. On page 32 of nRF52840_DK_User_Guide_v1.3.pdf, lists TRACEDATA[1] being connected...
I'm adding the peripheral/RTC project to experimental/CGMS. I cannot seem to get past ASSERT in nrf_rtc_prescaler_set. I changed the prescaler from 4095 to 0xffff as I suspected...
Hello,
I try to build a working firmware for reading some parameters from external sensors and transmit them thru BLE (I am using S130 and SDK 12.3.0). I have already developed...
I am using nRF5_SDK_14.2.0_17b948a on a Fanstel BT832 module which is having nRF52832 SoC. And I am using s132_nrf52_5.1.0_softdevice.hex .
In my application, I need to...
I modified the "ble_app_uart_c" to connect HM-10 (using TI BLE chip CC254x) SPP peripheral.
Ignoring the filtering process (make function adv_uuid_compare(nrf_ble_scan.c...
Downloaded from Git Hub nRF ToolBox from GitHub project dated Nov 12 2018
Tried to build with Android Studio 3.3.2 JRE 1.8.0.152
But get build error
Error C:\users\maltr...
Hi,
I use the nrf52 to connect to a central using BLE 4.0 where power consumption is a sensitive issue. I want to understand how encryption will increase the Link Layer...
I use pc-ble-driver-master/hrc as central to connect the target device which runs with modified ble_app_uart hex.
I can discover service and characteristic correctly, but...
Hi
Getting problem in DFU feature while using segger embedded studio.Device gets programmed successfully but stops working after that.
I am following the same process...
I am trying add UART functionality in nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader.
After adding all required files and compiling program I am getting following error...