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 am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
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...
Hello everyone,
I am trying to implement the OPTIGA Trust M from Infineon with the nrf9160. Unfortunately I encountered some problems regarding this topic.
I am trying...
Hi,
I'm working with the nrf52840, and I've had success with spi communication in the past. However, I want to switch to spim and am unsure how to do so. Can you provide...
Hey, Having some trouble getting the callbacks to invoke with the generic library on zephyr 1.7.1 to my understanding once it gets the data it should call it. have i misunderstood...
It is a very basic question.
For SOC firmware development with Segger and SDK, which layers of BLE are codes covering? Are Host and controller layers transparent to developers...
Hello,
Due to a routing error, the VBUS pin of the nRF52840 is connected to the GND.
The software works on the devkit but not on my prototype.
From what I saw in...
Hi!
Where master and slave is connecting, and then master is shutdown or move far away.Slave is wait for timeout.But the current of average slave e electric current
...
For my project I need to set the UART0 speed to 9600 baud.
So for testing I tried to compile the "Hello word" example by setting the board configuration file (ncs\v1.6.1...
CONFIGURACION:
NRF52 + SDK15 + SD132 + FREERTOS + NUS.
I have a task sending many packages to a central. I'm having an aboslutly aleatory behaviour: - At some time (could...
I’m checking the transaction of the data between iPhone and a Bluetooth device.
The device is developed by a business partner, but I’m not concerned the FW. I think we have...
Hi,
I am using nRf SDK5 and have a sensor that I am trying to extract the Eddystone UID data from the advertising packet. It shows up in nRfconnect as:
Eddystone UID...
I installed the nrf connect 3.91 with programmer v2.0.1 and J-Link driver v6.88a. However, when I cant seem to see the dev kit on my windows 10. I tried holding the reset...
Hi everyone,
I want to use the RTC module in my code, and I have some questions.
1. What I have understood so far is that the nRF52840 has three RTCs (RTC0, RTC1, RTC2...
Hello,
When using eDRX alone and without DATA (eDRX=81,92 sec, no PSM, no data transmittion,iDRX PDCCH = 1), it's showing an average current of 17,84 uA. This value is similar...
Hi Support team,
I have downloaded nRF5 SDK and found that there is a sample for serial via UART but however the samples ( <SDK Folder>\examples\peripheral\uart) is available...