I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hi, I would like to use a nRF52 demo board, to test nRF BLE with a HX711 and screen. The nRF module is powered 3.3V but the HX711 and the screen are 5V powered. Is the bus...
Hello,
I am in the process of evaluating the '840's BLE and CryptoCell for a low power application. I am using a modified version of the ble_app_template example, with custom...
Hi guys,
I have custom MAC address that saved in the flash. I used the sd_ble_gap_address_set function to change the Mac address to my custom address.. I found out in phone...
Hello,
Is there any option in nrfjprog to force a Segger's JLink to power the target? I am able to turn the power-out feature on using JLinkExe buy I don't whether nrfjprog...
I refer to nRF52810 product specification v1.1 In all reference designs, C6 is N.C.
I would like to know why this is the case?
I would also like to know why it is included...
Hello,
I am using nRF52832 DK for my project which is to receive data from arduino and send it to a smartphone using BLE. My issue is that i make nRF52832 to enter Bootloader...
I have nRF52832 as my development kit. Currently I am testing various ble peripherals i.e Blinky , beacon etc. Now I have to test IR sensor with the Development kit .I aim...
Hello,
I used a the ble_app_template example to set up advertisements on the PCA10040 board and on our custom board. Both boards function and have good signal strength....
I build ADC example from SDK12.3.0 for nRF51822 QFAA chip from source. I used custom board and changed the pin configuration for UART logging in sdk_config.h file.
But unfortunately...
Hi All,
I am performing OTA-DFU - Generating our own packages on my nRF52DK. but when i am trying to generate zip but i am getting some error , below is the screenshot for...
The aQFN app note suggests a fully open paste stencil (opening size = pad size) for the center pad of the aQFN.
Our assembly house is suggesting a windowed paste stencil...
Hi,
I have a question about the time period being used as waiting time before sending a reliable message is retried, this until an ACK is received or the timeout is reached...
I have a Central + Peripheral running on the nRF52840 (SDK 14.2.0). I have it configured to automatically connect to 3 Peripheral connections and allow 1 Central connection...
APP_TIMER_KEEPS_RTC_ACTIVE SDK15.0 rtc does not start unless at least 1(one) timer is active
I have set APP_TIMER_KEEPS_RTC_ACTIVE=1
And I want to use the app_timer module...
In all instances where the internal function `hash_algorithm_get()` is used in `cc310_lib_hash.c`, the output is inverted, making would should be a successful return code...