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,
My application is based on on your example ble_perepherical/ble_app_uart.
I realised few modification.
Now, after a BLE timeout, the circuit doesn't sleep anymore...
I am requesting timeslots with an interval of multiple seconds. But sometimes I want to switch to an interval of several milliseconds. How can I cancel the pending timeslot...
Using some of our nRF51 dongles as sniffers to debug BLE.
Sniffer software --> "w" --> Wireshark, no problems.
Post processing wireshark export *.csv files. No problems...
Hi.
Is there some code example for Bluetooth button for PTT aplication Zello ?
When I press a button BLE should send notify event =1, when released BLE send notify event...
I'm building battery power BLE mesh network the nodes mast have the publishing period match greater than 5 minutes. And my question is how to estimate the power consumption...
Hi, I have a spis problem when nrf_drv_spis_buffers_set is called, it enters the switch on the SPIS_BUFFER_RESOURCE_CONFIGURED case, then calls spis_state_change with SPIS_BUFFER_RESOURCE_REQUESTED...
Hello,
I'm using the examples light_switch_server_nrf52832 and light_switch_client_nrf52832 to send data over Bluetooth Mesh. Using the description from creating new models...
In the SDK the multi protocol example switches back and forth between Gazell and BT with a button press. Is it possible to maintain a BT connection and a Gazell connection...
Hi,
I have a quick question regarding isochronous data transfer. This type of transfer is still in the draft but are there any hooks in SoftDevice that would enable us to...
Hi I'm brand new to use nrf52840, but hope there is one that can help i need a counter / timestamp. If it's a counter, it still has to count even if you do something else...
Hello Everyone,
I am using Martinsbl / nrf5-mpu-examples nrf52-mpu-easydma-using-timers-and-drivers. When I tried to change the TWIM_RX_BUF_WIDTH to get the gyro data, the...
I'm totally new to Nordic solutions. I was programming a lot in assembler in 8051 era 20 years ago. Now I feel lost in that new solutions.
I have PCA10040. It is connected...
Hi everybody
I'm working on an application where I want to sample microphone data with the adc (NRF52 DK board, nRF52832) and send it over BLE to a central device. I've...
Hello, we just made a raw board with the MDBT40, which use a nrf51422 chip. I downloaded SDK version v12.3.0 (which supports nrf51) on the nordic website. With nrfGoStudio...