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,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
I have made a custom board by following the reference design given in the nordic website using 2450BM14E0003 Balun and 2450AT18B100E chip antenna from Johannson technology...
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...