I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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...
Hi
I'm trying to create a custom ble service with 4 notify characteristics.
Everything works with one characteristic, but when i add the other the DK hangs.
I'm using...
According to the NRF52810 datasheet,to ensure optimal performance it is essential that you follow the schematics- and layout references closely.Then if I want to use NRF52810...
I have found that deferred logs cannot be outputted if they exceed the certain size.
I modified "\examples\ble_peripheral\ble_app_blinky" from SDK14.
I'm using nRF52 DK...
Hello,
I would like to have something like this:
ROOT_COMMAND SubCommand CustomParameter
Example:
DeviceName Set ExampleDeviceName
Where CustomParameter can...
I have a nrf5280 PDK. I worked well. But now, when i plug micro usb capble from my computer. Led5 do not light or blink. and I can't load my program to nrf52840. How can I...
Hello,
I search for a memory (1 Gbyte or more, SOIC) compatible with nRF52 / Fatfs (component controller is "SD card SPI access" style). Do someone have a keyword for my...
I am building an application where a central device is controlled by only one remote control, which is a peripheral device (both nrf52 running S132 v3 softdevices and the...
Hello, as the title suggest, I want to implement an iPad/iPhone mesh provisioner, and this is my general idea:
Build an App which sends and receives customized advertising...
Hello,
I'm looking at BLE 5 advertising packets and the new feature allows to redirect the adv packets from primary frequency channels to secondary ones with an option...
Hi,
I see that the nominal deafult rampup time is 140 us in NRF52.
However, I'm measuring it with logic (via GPIO+PPI) and I get 129.4 us.
Why there is such a difference...
Hi, I received an e-mail about the new nRF52840.
Nordic Semiconductor has today released the new nRF52840 multi-protocol SoC
with on-chip support for the upcoming Bluetooth...
Hello,
I tried the example code ble_app_proximty connect to android using nrf connect application, but why when i try to connect, nrf51822 can not connect, like example this...
Hi /.*/,
i just downloaded the newest version of the nrfjprog command line from the following site:
www.nordicsemi.com/.../58855
Unfortunately after i unpack the downloaded...
Gentle folks,
I'm sure I'm making some simple, primitive error. Please help me mend my ways :-)
Using gcc in the NetBeans IDE on MacOS for building and running the ble_app_hrs...