Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hello,
I'm working with the Nrf52832 Dev Kit and the ble_uart_example. After flashing with the hex file and powering the Dev Kit, the on-board-LED starts to blink. Now I...
Hi Nordic team,
I am currently developing a concurrent wireless application with BLE and a proprietary protocol using the timeslot API.
My setup:
nRf52840 DK
SDK...
Hello, guys!
We are working with SDK 15.0.0 and nRF52840 SoCs.
There is a need to transfer a few MBytes of data from the PC to nRF52840 and then on external flash memory...
Hi
this is the code I'm trying with my buzzer,
I want it to generate sound but with different frequencies.
".base_clock = NRF_PWM_CLK_1MHz," I can only as low as 125kHz...
Hey guys,
I'm working with a Laird BL652-DVK (nrF 52832 - chip), Nordic SDK v.14.2.0 and SES (Segger Embedded Studio v.4.30). I am trying to combine the examples ble_app_uart...
Hello.
I am trying to run the throughput example for the Connect SDK, using a 52840 DK and a 52833 DK.
https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master...
With sdk16 cli, each command displays help message when used with -h option. It would be nice to have a help command which can display all active commands and their help ...
Hi,
I would like to use raytac MDBT50Q-U without an 32 mhz external crystal.
Periphal examples like "blinky" work but ble does not? nrf_sdh_enable_request fails with invalid...
Hello,
I am using SDK SDK_15.3.0_59ac345 with soft device in application that controls a GPS IC from UART (AT command), also the application is running in background beacon...
I refer the following the link . https://devzone.nordicsemi.com/f/nordic-q-a/33606/updating-advertising-data-manuf-spec-data-in-sdk15
I understand the adv data update. I...
Dear Sirs,
I would like to use in my program computed heart rate as a parameter.
Could you please give example how can I get to this value? I just found in page_0 such...
Hello,
I'm trying using \examples\ble_peripheral\ble_app_uart on PCA10040
I'm programmed s132_nrf52_6.1.1_softdevice, using nRF5_SDK_15.3.0_59ac345 with pca10040_s112_nrf52832_xxaa...
Hi,
Why is it that when NRFFW[0] = 0xFFFFFFFF SVC calls are passed on to the softdevice but when NRFFW[0] = 0x19000 they are passed on to the SVC handler of the application...
Do you have template for nRF52832/PCA10040 with s113 ?
If no, what have to change in my template for nRF52832 that works with s112:
c_preprocessor_definitions
S112...
My problem is a little bit weird: I don't get a HardFault, although I'd want so.
SDK-12.3.0 (d7731ad), FreeRTOS (from the SDK) and SoftDevice S130 (2.0.1) also from the...