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...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
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...
Hi Expert,
I saw Nordic infocenter said that " HID Keyboard Application is not power optimized! "
I am going to optimize the power consumption,but I don't know how to...
Hello. I am able to send simple text using nRF Connect app to the nrf52832 and write received data to the SD card. So I want to send file (mp3, txt, jpg etc) and write this...
So I've been searching around for an answer to this on these forums and I can't really find what I'm looking for.
I'm using a RedBear BLE Nano v2 to act as an intermediate...
Hello everyone,
I am developing a PCB based on the NRF52 chip, and I need help for the programming interface.
After reading a few threads in the forum, we decided to...
Hi,
I'm using following code, but app_button event is not invoked. I have also enabled the app_timer, app_button and gpiote in the sdk_config.h file. I'm using nrf52832...