Hello,
i have read all posts about writing to FLASH when using BLE. But could not find the desirable method.
What i would like to do is to write to flash from characteristic...
I'm trying to add the product key it shows an error "can not the product to your list" and therefore i will not able to access to the User guide
Thank you
hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Why do I call this bluetooth send function (ble_nus_string_send )return values is 04 not 00(return sd_ble_gatts_hvx), why will appear this kind of circumstance?When I send...
I am using nRF Connect with nRF52 and need to use UART over BLE to send command to the device but I find that you can only use hexadecimal input and get hexadecimal output...
I have nRF52 and working with SDK11.
I can start BLE advertising and nRF Connect app will detect everything correctly.
I only have an issue: I want to advertise for...
Hi there,
I am getting some error in my SAADC measurements and I believe it's due to the R_INPUT forming a parallel resistance with my voltage divider at the input (the...
Hi,
I am measuring the current during sleep, after the sequence, __WFE();__SEV();__WFE();.
With NRF_LOG_ENABLED set to 1, the current is about 486 uA. With NRF_LOG_ENABLED...
Using: nrf51822, SDK 10.
My application needs to use TWI0 and SPIS1 at the same time. However if I enable TWI0 and then SPIS1, when I run nrf_drv_spis_init() I get NRF_ERROR_INVALID_STATE...
I am working with the SDK 13 ble_app_att_mtu_throughput example. With the SDK 12 example, it seems to require the SoftDevice to be loaded with the arm5_no_packs example. The...
Hello,
I'm designing a project with the nRF52832 where I will use an external SPI ADC.
For debug and backward compatibility purposes, I also plan to use the SAADC.
The...
in the ble multilink central example i'm not understanding where the functions in client_handling.c are exercised some don't seem to be used in main or client_handling (client_handling_dm_event_handler...
I am reporting a problem that might bite you. A Waveshare NRF51822 module comes with a "Passed" sticker on the back (solder side) that makes the module stand off the mother...
Hi,
We are trying to have a thin beacon design. But we are having difficulty in finding low profile inductor for dc-dc converter matching the recommended value of 10uH...
I'd like to use Logic Analyzer in uVision 5.2 and ulink2 for analyzing variables in nrf52832.
In my understanding, I need to use SWO and configure Trace setting properly...
Hi,
I need to capture a demodulated, manchester encoded signal (16 bits long). The data rate is about 50kHz (give or take). Currently, I am configuring a PPI with timer1...