I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Greetings,
One thing I've noticed is that if I enable the RTT nRF_Log messages in the bootloader, then the RTT messages that are being sent out in my application do not...
Hi,
i have recently bought a development kit for the nRF24LE1 chip. Untfortunately there was no CD included, as described in the following user guide.
data.icbank.com/...
The nRF51822 Bluetooth Smart Beacon Kit has P0.09 and P0.11 connected to the programming connector P2 (Pin 3 and Pin 6). From the User Guide :
Can I use them as UART...
I have a Rigado BMD-300 Evaluation Board with a BMD 301 module attached. Using the Texas Instruments SmartRF Packet Sniffer, I see the message being broadcast approximately...
Hi,
I've studied the "ble_HID_template.ino" example and I've come up with some doubts and need some clarifications in some points, they are listed below:
1 - Does nRF8001...
Hi.
First, I use nRF52832, s132, softdevice 3.0.0
I will save identifier that is first scan data(8byte).
And, I ignore Later scan data.
Next, UUID's some part...
I recently updated my nRFConnect version to 2.2.1, which alos updated my Command Line Nordic tools. After this update, nRFConnect is " Unable to read connectivity firmware...
I am using a tab with some application in which if we kill the app ble_disconnect will happen and led will blink means it goes from connected to diconnected state.
path...
In the Light Switching example the Health model is used, but is it mandatory to used this model for Bluetooth Mesh applications or I can choose not to use it if i don't deem...
Hi everyone,
We're using our own customized BLE service with nrf51 on the one side and Android Smartphone on the other.
While connecting to the GATT I'm getting Error...
Forgive me if this is a stupid question, but I am new to programming microcontrollers other than Arduino and SPI in general.
I have a DAC that has a 16-bit register and...
Hello,
I am using 10 bit ADC read VDD voltage convert into mv without using any external voltage divider circuit, as per following function:
static void adc_configure_battery...