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...
Hello,
could you please explain how the time synchronization works?
What does the function sd_ant_time_sync_broadcast_tx(...) do?
Does it include the rtc value of the...
Hi,
I am facing an issue. I have an iOS app and a glucose application.
When i pair with the iOS device it works fine.
If i do forget device and again pair after forgetting...
Hi,
I am working on BLE device [prototyped using Keil v.5]. It connects to a smart phone app. I would like to build in some security features, definitely some form of Transport...
I'm testing one hardware with Nordic apps on various mobile platforms. For Android and iOS, Nordic apps works just fine. But for Windows I could find only nRF Toolbox(no nRF...
I'm using nrfgo studio to try and design the connection parameters for an application, and in particular using the current consumption tab to get estimates of power consumption...
why there are two inductor in series in DC/DC regulator ckt, is that inductor value is so critical?instead can we use only one inductor? what are critical selection parameter...
debug the code and found a 0x1001 search the code and found
NRF_FAULT_ID_APP_MEMACC
it means my pointer try to operate the ram those range in sd?
sdk11 and sd3.0.0...
while compiling my project it is showing a error in app_timer.c which is on line 62 STATIC_ASSERT(sizeof(timer_node_t) == APP_TIMER_NODE_SIZE);
The error is that it is divided...
Hi,
I'm working on the example ble_app_hrs with s110 on the pca10001 board and I would like to know how do I add custom service and characteristics. Do I need to modify...
Nevermind: my problem seems to have been: you need a battery at 3V powering a BLE Nano to program it from a nrf52DK.
Original question: I have connected a nrf52DK dev kit...
Hi all,
I am new to write firmware of ble device(Bluz). I wanted to change the default firmware of ble device. For that, I wish to write own firmware. Please guide me,...
Hi
I'm trying to catch the GPIOTE_IRQn interrupt, while the device is in system off.
Not enabling the SD130 V2 the interrrupt is caught once, and then not anymore...
...
Hello,
I'm currently trying to pair my board with my phone and I've faced some issues.
After downloading my device(NRF52 PAC10040 board) with experimental_ble_app_blinky...