Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
Hi all,
do different settings of SAADC RESOLUTION register affect Conversion Time t CONV ? I cannot find any dependency - the only value given for t CONV is 2 µs typ (7...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hi
I'm using the NRF51422 with hardware UART.
Brief outline of the configuration:
115200 Baud, 8-N-1, no HW flowcontrol
SoftDevice S130 V2.0.1
lib: app uart fifo
...
Hi all,
I am using the softdevice S130 v2.0.1, plus one application derived by the ble_app_uart and the single bank bootloader (SDK11) on a custom board with the nRF51822...
Hello community
I'm trying to do a central app, for this im using the example of UART_Central with the SDK 13 and SD S132.
During the events cycle I am having only the...
Hi,
when executing the following code in my application. if face chip reset time to time. I've investigated code to find the bug origin and then notice that i ve a difference...
i am using Nrf52840 with SDK 132 and version 13.
here is the initialization
ble_radio_notification_init(APP_IRQ_PRIORITY_LOW, NRF_RADIO_NOTIFICATION_DISTANCE_5500US...
I am using ble_app_hids_keyboard example from SDK : nRF5_SDK_12.2.0_f012efa with nRF52 Dev kit. In that example, keys_send() Function is calling under BSP_EVENT_KEY_0. which...
Hi Sir,
I want to run the spi master example code with my nrf52832 board. In sdk11.0, have mentioned for pca 10036, the CS pin should be 29. If that was the condition,...
Sir, I have interfaced nrf board(Master) with msp430(slave) device through spi communication. And Everytime when i am debugging, i got different data(ie,. data which was sent...
Sir,
I wanted to know about transfer of data from nrf to msp430 via spi pins. For this condition, which function/api is used for transmission of single data to slave. What...
I am sorry for asking such silly question,but i failed to search with key word 'gpiote'.
so here is my question,
what is the GPIOTE?
what is the relationship with GPIO...
Hi , I am using the SD 4.0.2, the SDK is 13.0.0_04a0bfd, and the IDE is IAR 8.11.1 to develop production, I integrated the DFU, and I download and updated the APPLICATION...
Hi,
I had been doing nRF52832 porting before
Now, the nRF52840 porting is in progress, but there is no Libraries-trace-app_trace.h file
that was in the old version...