Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
When I initialize PPI after timer1 has been initialized I get a fatal error (and reset).
Code:
const nrf_drv_timer_t timer1 = NRF_DRV_TIMER_INSTANCE(1);
nrf_ppi_channel_t...
Hello,
we were measuring sleep modes and it consumes around 1.3uA which is correct.
But when we needed to be woken up on edge we found out it consumes extra 8uA! Are you...
Are there any nRF51 demo firmware implementing paring function that the central and peripheral devices will connect automatically without user interaction when they come ...
i am working using NRF52, s132, sdk11, freertos.
for fft , i used "arm_rfft_fast_f32(...)" in cmsis-dsp library.
and i inserted a fpu interrupt.
NVIC_SetPriority...
Hi.
I'm using PCA10040.
I'm trying to control GPIO.
But I can't control PIN 09, 10.
Let me show you my source code.
int main(void)
{
/* Configure LED-pins as outputs...
Hello!
I have encountered an interesting issue:
When I use compiler flags (GCC CFLAGS) -Os or -O0 together with -flto the pstorage function pstorage_block_identifier_get...
After I combined the Timer example and ble_app_uart, the program is hanged at below function when init the timer. Please tell me why
__STATIC_INLINE void nrf_timer_event_clear...
I need to turn off a GPIO after 8 hours of it being triggered.
I was reading about changing the prescaler to allot for 8 hours. I did the calculations and came up with a...
I have purchased a red bear lab ble nano board with nrf51822 and a PICTAIL board with microchip RN4020 chip. i have set Tx power 4 for both boards. The rssi value shown in...
This may just be a preference or architecturing question but I thought I'd ask in case there was anything I'm not thinking of, or benefit of one or the other.
I have 2...
Hello,i am find an interesting phenomenon recently.I have a Nordic 5182 device(role as peripheral) and bonded to an iOS device(role as master),when i put the iOS device near...
I'm wondering, is it possible? This is what I think it will be like if it were going to be implemented:
Acquire the firmware from a host somewhere.
Since the payload...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
Hi,
I am working with nrf51822 MC. In my Transmitter code, i am using in low power mode. I was enabled the low power in my code (__WFE(), __SEV(), __WFE()). I measuring...