Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
In the code for the bootloader in dfu_dual_bank.c and the function dfu_init , I currently get an error code on timer start: 4 ( NRF_ERROR_NO_MEM ).
err_code = app_timer_start...
The device name is set in the usual way at the start of gap_params_init():
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&sec_mode);
err_code = sd_ble_gap_device_name_set(&sec_mode,...
Hello,
I am new to BLE profile development. I searched in web but could not find out a useful guide for this in terms of actual implementation(coding). It is seen that all...
Why is the "old" EK "not recommended for new designs"? Will the old EK work with the IOT SDK?
(Maybe it is chip rev dependent? I don't have the my EK on hand so I don't...
Hello,
I have purchased a Intel Galileo Gen2 (x86 Arduino) and RedBear BLE shield v2.0. The Arduino IDE I use is Intel's version. I have imported the corresponding libraries...
The application uses bsp_button_is_pressed() but this device has no buttons. This results in err_code set to NRF_ERROR_INVALID_PARAM and subsequently a system reset during...
As previously reported for SDK 7.0.1 here , the documentation for SDK 7.1.0 in:
API Reference/nRF51 SDK/Peripheral Drivers/GPIO and GPIOTE
is missing all info about...
I can't find documentation for the HAL functions in the latest 7.0.1 SDK
Specifically the functions in nrf_gpiote.h
C:\Keil_v5\ARM\Pack\NordicSemiconductor\nRF_Drivers...
Hi,
We are in the process of creating our 2nd pass boards with following components to achieve good RF range>20 meters.
JOHANSON 2450BM14E0003 and SMD Chip Antenna 2450AT18B100...
I have met a problem in communicating with nrf8001.
After reset nrf8001, RDYN is low which means it has something to send. Then I pull low of REQN and start receiving data...
Hi,Nordic:
I use an STM32 to communication with nRF51822 through SPI, and i set the STM32 to master,the nRF51822 to SPI slave, 51822 works as SPIS.
When STM32 send a...
Hello,
I'm working on a custom board based on nRF51822, with keil 5.12 and a segger jlink. I'm trying to setup an SPI connection with the an accelerometer, starting from...
Hi,
I have created a scan response structure containing only the BLE_ADVDATA_FULL_NAME. This is because there in no room left in the advert data to advert the full name...
https://devzone.nordicsemi.com/documentation/nrf51/4.3.0/html/group__app__timer.html
I'm trying to learn from the documentation how the USE_SCHEDULER parameter should be...
Hello Everyone,
right now i use nrf51822 module, now i want to make program for that, so for that i use Eclipse juno, i have download the SDK zip file of version 7.1.0_372d17a_packs...