Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi Everyone
I have got 3 timers in my application.
1 is repeated , and other two are Single shot which are ran from the inputs to the 1st Repeated timer.
The repeated...
I'm developing for a custom board with an nrf52832. For one of my first tasks, I activated an on-board buzzer using the nrf_pwm driver. Then I stumbled across the low power...
Hi all,
I've compiled the SDK15.2 USBD CDC ACM example and uploaded it onto a Rigado BDM340 evaluation board, and run a second USB cable to the nRF USB socket. However,...
Hello,
We are trying to develop ble_app_uart with flow control enable, the problem is when we enable the flow control. if we send large number of data, the program get crashed...
Hi,
I am developing a product based on nrf52832 using FreeRTOS and the softdevice.
I use sdk 15 and I based my softdevice configuration on the ble_app_hrs_freertos example...
If the UARTE interrupt service routine is delayed from running more than 1 byte's worth of time, then APP UART FIFO does not see all bytes queued in the UARTE's easyDMA buffer...
Is there an API to get the dfu image size? We use this in combination with s_dfu_settings.progress.firmware_image_offset to show a progress bar on the gui. In the past, we...
The bluetooth mesh iOS app seems to be no more mantained since october 2018.
The main contributor of this project seems to have stopped working on it.
There are many open...
Hello I know you have IOS ( https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library ) and Android ( https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library ) libraries...
Sir,
I am using a custom board, nRF52840 based MDBT50Q. I am working on the UART example program. In my board pin number 8 is used for some other purpose. And I have seen...
Hi,
I'm using a PCA10040 devboard to test the heart rate client example. I see that when using the example from SDK v15.2.0, I can connect to my (Polar) heart rate device...
I want to echo another comment from over a year ago regarding this issue. There are a number of electrical CAD tools that can import Altium files with very high fidelity as...
Hi,
I have the nRF52480 DK and have downloaded the ble_app_blinky.
I also have an iPhone6 that I try to use. The strange thing is that in bluetooth on iPhone I can't see...
Hi!,
I'm trying to use simple_at program from https://github.com/Rallare/fw-nrfconnect-nrf2/tree/nrf9160_samples/samples/nrf9160/simple_at .
I erase all, then program...