Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
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...
Hello, I need HID device with NRF51 Dongle.
when NRF51 Dongle insert PC, PC will check it as HID device.
So, could anybody can share suggestion how to add HID on NRF51 Dongle...
Briefly:
Is it possible to switch LFCLKSRC to the internal RC from Xtal with WDT or RTC running? It appears I am only able to do this when Xtal is generating LFCLK...