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'm having problems with the I2C. For now what I see is the twi_transfer function remains in infinite loop. Other symtomp is the SDA line remains normally at low level...
Hello,
I am currently trying to transmit around 800kbps of data using the Nordic ESB protocol. I am also attempting to sample 2 inputs using the SAADC at around 32 khz...
Hi,
We try to communicate between nRF51822 SoC and a GPS module through UART on a custom board but failed initializing UART.
More details:
We use nRF51822 as a...
Hi i use a soft with DFU and Beacon.
I will use the beacon and when i press on a button i can update the software with DFU.
DFU and BEACON works independently but when i...
Hi. We are going to mass production now and the 3rd party lab that will certify our product says we need to have a special mode in the firmware that would do :
continuous...
Hello Nordic! Regarding Notifications on the s110, once sd_ble_gatts_hvx(conn_handle, ¶ms) returns NRF_SUCCESS , how long does it take, at most, in units of CI (Connection...
Dear sir.
I have question of SPI slave communication.
[NRF_SPIS1->TXDPTR] is a point to address of TX buffer.
After [spi_slave_buffers_set] is called and SPI transaction...
I've successfully compiled, flashed, and run the SDK11 ESB examples on nRF52 DKs using GCC, and am trying unsuccessfully to get them to work on the Keil 5.20 IDE.
I've...
I tried to get the ble_app_proximity example to work today, with either the nRF51-DK, nRF51-Dongle or nRF52-DK, along with the Nordic Connect app on Android.
I encounter...
I am working on application where the nrf51 will read information from several sensors and send the data to a smartphone app via BLE. Among the sensors are one that sends...
Hi, I am trying to get my ble400 board working with nRF51822 chip. I downloaded SDK v11 and made all nedded preparation. I have successfully compiled blinky app, and everything...
Hi Nordic Tech support team,
I'm Hardware design engineer and working on wearable IoT design and would like to implement OTA programming for nRF52832 Bluetooth SoC.Kindly...
this is my code:
this is BLE_peripheral UART and i added these lines to main():
my soft device is S130 V2 alpha
// Initialize.
APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE...
I'm working with the nRF8001, at present using the RedBear BLE Shield.
My current issue is that after starting to Advertise, but before a connection is made, I wish to...