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:
Looking in both SDK12/13 I cannot see any examples related to an HID Joystick/Gamepad.
It looks like somebody asked a similar question here: devzone.nordicsemi.com...
I am using nrf51822(pca10028)
i used the timeslot API tutorial in devzone..and it worked fine but i want to integrate the radio receiver example along with this.
nrf_radio_signal_callback_return_param_t...
Hi
In the SDK13 release notes and even in a few posts in the DevZone the new S140 5.0.0 Alpha2 Release is mentioned. I looked for the download link in the product page...
Hi all
I'm using the GATT server on the nRF51822 with the SoftDevice S130 V2.0.1. I've implemented a service and a characteristic which supports only write requests (including...
Here is my question.
I always disable uart after I send data.
NRF_UART0->TASKS_STOPTX = 1;
NRF_UART0->ENABLE = UART_ENABLE_ENABLE_Disabled;
this was write in the...
Is there a compiler/makefile flag that allows for 64bit printing?
I have included inttypes.h, and tried both %llu and "PRI64" as shown:
char scrbuf[30];
uint64_t time_alive...
Hi
We are using NRF52 and SDK 11 and S132.
The nrf52 acts as a central and selectively connects to the closest phones (ios) that are acting as a pheripheral.
For this...
hello,
nordic's engineers, need your help.
(1) the first problem : can not set VDD output to 3.3V
From nRF52840_Product_Specification_v0.5, it says:
High voltage mode...
Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Hi. I'm using nRF51822, SDK12.2.0, S130 v2.0.1.
I'm using nRF chip as Multi-connection Central and 1 Peripheral as well.
My event function is
static void on_ble_evt...
I've tried everything I can find on this topic and I still cannot get P0.09 to behave as a GPIO pin. Does it have something to do with the way I'm attempting to initialize...
Hello,
I am working on a custom PCB with a nRF52832 and I've been unable to get the ON IDLE power under 480uA. Here are the basics regarding the setup
nRF52832 Rev...
Hello! I'd like to know if S132 v3 implements the frequency hopping scheme defined by BLE.
I've read some documentation on Gazell, but from what I understood, that is a...
Whenever our battery runs to zero, or if we have a reset due to voltage droop, the unit will not auto-connect and the user is forced to "forget" the device in iOS bluetooth...