Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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...
I am trying to work with ECC signing on the SDK 13.0.0. I can create the public key and compute the hash without errors. However, the ecdsa_sign_hash always returns the NRF_ERROR_INTERNAL...
Hello,
I realized that different SDK versions have different behavior for DFU. I'd like to add DFU feature into my heart rate application. In nordic infocenter, it's mentioned...
I am trying to pass a base64 encoded string as an argument to a CLI command over UART. It seems like the longest length command I can send is 258 bytes long. How can I pass...
Hello, I couldn't help but notice that unlike previous example projects released by Nordic, this BLE Mesh one doesn't really come in pre-configured uV5 or uV4 format. Furthermore...
Hello,
I am working with the nRF-SDK-for-Mesh v0.10.1 I am able to compile and run everything fine. I am trying to use the "serial" example and perform a DFU, however the...
I have been designing a four layer stack up PCB for nrf52832 SoC with chip antenna (2450AT18B100 Johanson Technology). This is the first time I have been designing a PCB with...
My example has an in-flash-memory data file that needs to be updated much more often than the code. I thought of using DFU for this and like it says here..
devzone.nordicsemi...
Hi!
I've created a peripheral on android with a custom service with several characteristics
I can see characteristics with nrf connect app for android and I can write into...
Hi, I built my app on the ble_app_uart peripheral example. I am looking to replace nrf_delay_ms(ms); with a low power alternative, I figured a function with loop on power_manage...
I just installed nRF-Connect on Windows to be used with the USB-dongle.
It now wants to update the dongle f/w.
So far I have used the dongle with ble-sniffer_win_1.0.1_1111_Sniffer...
Hello,
I would like to know how I can identify the reason for a reset in my device, I have read about the register NRF_POWER->RESETREAS but I don't know how to check it...
Hi,
Now I test flashwrite example using nRF52832 with software version V12.2.0. I want to erase all memory pages with the code bellow:
for(pg_num=0;pg_num<=pg_total_num;pg_num...
In the source files of standard/adopted services, there's a comment stating:
/* Attention!
* To maintain compliance with Nordic Semiconductor ASA's Bluetooth profile...
I impliment NRF52 + W5100's TCP socket as custom code mqtt client as Publisher via LAN. I need to secure connection with SSL/TSL. Is it possible to use Transport Layer Security...