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...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
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...