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...
I am trying to run the multilink central gcc example with s120 v2.1 on a nRF51822 CEAAD20 device. Unfortunately, SOFTDEVICE_HANDLER_INIT call causes a hard fault. The linker...
I'm trying to pass a string longer than 15 characters to NRFJPROG_rtt_write (it's 17 characters, including null-termination), but the data_written parameter is set to 15 after...
Hello everyone,
I am wondering that, can i find auto-connect feature on nrf chips? Firstly, i should match chip & device i know but after that can they match?
Second...
FWLog (1)_formattedByTC.txt Hi,
I am sending data to one of the characteristics from nRF51 to the App(the problem happens in both iOS and Android).
This is what I am observing...
Is there any documentation on the advertising state machine ? This post :
devzone.nordicsemi.com/.../
mentions the state machine and how it progresses from fast, to...
Hi all,
I want to update my connection parameter as follow:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS) //400 /**< Minimum acceptable connection interval...
Hi,
I'm doing a project using the Evalution kit.
I don't know why, but I can't go under 350 uA current comsumption in system on.
I did clear all pins,i did NRF_SPI0-...
HI:
i use SPI is ok when i set frequency = NRF_DRV_SPI_FREQ_1M,but SPI will work abnormal when i set frequency = NRF_DRV_SPI_FREQ_500K/NRF_DRV_SPI_FREQ_250K/NRF_DRV_SPI_FREQ_125K...
I am evaluating chips for a new project.
I am looking for a chip that can connect with Sony PS3, PS4 controller and most modern/recent cellular phones.
I am confused...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I tried to modify the twi_master_using_app_twi to work with adafruit ADS1015 as a slave. I ran into this problem. It seems that the init_transfer doesn't finish so the app_twi_perform...
What development kit should I buy? Is this the right one?
www.mouser.hk/.../
What software IDE to use?
Does Keil offer free version for limited code size? What...
trying to build a simple example in sdk 11 just to run it on the nrf52-dk
of course it is missing pieces, else life would be no fun, apparently...
oh, i don't know,...
Sorry for asking as not familiar with BT terminology and un-sure which fold means what, grateful pointer to example (in SDK or similar) that can run on the dev kit. That is...
What is "1 Mbps Bluetooth low energy mode" for nRF52832?
How was the spec. changed from my old year 2013 understanding that BLE is low speed for sensor, sending tens of...