Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
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:
...
Hi,
I ran the ble central example code on nrf51822 16KB ram version without any problem. But when I run the same code in nrf51822 32KB version, the program flow goes to 0xFFFFFFFE...
Working on my first project in mbed using the Nordic nrf51-dk.
The project utilises a TMP112 temperature sensor and attaches the reading to the service data to make it...
I'm trying to rename my device using s130, but the name doesn't get applied.
I went back to the "roots", ie the HRS sample.
Just before entering the loop, I add a name...
Hello,
I am working on a custom board with NRF52832-QFAA-R7 and trying to run ble_app_uart_c on it. I am using uVision 5.23.0.0
The first trouble that I am facing...
I'm trying to implement usb function on the nrf52840. The moment that I connect the usb to the computer the chip resets.
With gdb debugger i found out where the fault happens...
I have some question about ANCS ,when we trun off the IPhone and turn on the IPHONE.
The notifcation is disabled. I have to turn OFF the bluetooth and ON bluetooth form ISO...
Hi All,
I am a beginner,Can you please explain me what is the role of this line?
APP_ERROR_CHECK(nrf_drv_spi_transfer(&spi, m_tx_buf, m_length, m_rx_buf, m_length))...
Hi All,
I am using nrf51422, SDK 12.0.0, an SPI OLED display 128x32, and an SD card.
I want to interface an OLED display and an SD card onto the nrf51422. Although my...
Hi all,
I like build a smartwatch-like device that can receive notifications from my android phone. The bluetooth device has a oled screen and displays what notification...
I need to turn on and off one pin around every 100 us. Time between must be 1 cycle (couple of ns) and can't be interrupted at any circumstances.
Without a softdevice I disable...
Hi All,
I am a beginner in nrf52.
I need to get the client device address in ble_app_hrs_central, because I have more than one devices connected.
There is a hrs_c_evt_handler...
After spending half a day on this solution, I found out it wasn't really a solution - it devolved back to the same issue after trying to connect - please advise!
Description...
I'm trying to connect to a ST LSM6DS3 via SPI on the Nordic chip. I have used SPI on Nordic with other peripherals but couldn't seem to get it to work with this ST chip. Eventually...
I'm having some issues getting any of the provided experimental Thread examples to compile with IAR version 8.11.2. I'm using an nRF52840-PDK with the SDK for Thread version...
Hello,
I wonder how power failure comparator works at VDD 2.1V.
If VDD goes down to 2.1V, and I set POFCON enabled at 2.1V threshold, then does POFWARN work?
How 2.1V...