Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
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...
Hi Support Team,
I used SDK14.1 with nrf52840 on PCA10056. I have a controller which was based on pc-ble-driver running on the host, and a target which was based on ble_connectivity...
Hello!
I have a problem with MQTT Publisher example on my nrf52840 DK.
here is my steps:
1. I edit nrf52840 mqtt example code with
Edit my MQTT settings with:
...
I wonder nrf52832 booting sequence detail.
I knew the booting sequence is MBR -> softdevice->bootloader->application.(is it right?)
but i am not sure how to work MBR and...
I am developing based on "nRF5_SDK_15.0.0_a53641a" [Ble_app_uart], but I am not using LOG in my development environment. If LOG related items in "sdk_config.h" are invalid...
[Ble_app_uart] of the old version of [nRF5_SDK_14.2.0_17 b948 a] is operating correctly, not due to the low-speed clock.
In the old version, the operation of the crystal setting...
I'm trying to get the TWIM peripheral up and running on a custom board with an NRF52810 running SDK15 and S112.
My board is properly advertising, and publishing our custom...
After nightmares with Eclipse I managed to setup Segger within 5 minutes and flash, using the guide from here .
That guide show a lot of very specific stuff you have to...
I have the following ADC code: bitbucket.org/.../eakpq
I have been trying for the past few days to get this code to just perform a single ADC scan, on five channels, once...
Hi,
I use ble_ant_app_hrm example on 41822.
I set advertising time is 10 secs then I will get a timeout event from stack. When I get this timeout event, I will put the...
Hi
I am trying to use DFU feature using nRF5_SDK_14.2.0_17b948a. I used given preexisted example hex files for bootloader and app and successfully able to use DFU feature...
Develop environment:
BLE: nrf8001(non-connectable mode)
MCU: MSP430F5529
Problem:
I would like to use MCU's timer interrupt to wake up nrf8001 for broadcasting....
I perform some time critical task in my application and sometimes this task fails. Before executing the task I make sure that my device in not in BLE connection and ADV is...
Hi,
I'm looking for an example of how NRFX_UARTE works.
I would like to set up a serial port with EasyDMA to send and receive a thirty bytes.
Thanks in advance for your...
Hello, I am developing ble scanner in which I want to print data of adv reports over uart. Printing is executed in main and in on_ble_evt function I add items to circular...