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...
I recently got the Power Profiling Kit set up with the Power Profile 2.0.0 desktop software on OSX to measure current of my custom board. Sleep current for the whole board...
Hi,
In one of my application for Bluetooth 5.0 i would like to use nRF52840. Product requires certification. I would like to use MCU which has BLE on chip and certified...
Hi,
I'm using nrf523810. The current consumption that I get for proximity is 4mA and I want to reduce it to less than 1mA. I use the proximity example nrf5 sdk v14 and v15...
The computer and the 52832 are connected through a serial port. I want to send 2Kb data to my computer. But my computer can only receive 256b data. What should I do?
Hello,
I'm currently using the light switch proxy example with 3 server proxy, 1 client proxy and 1 provisionner.
The example is currently working but I don't understand...
Hi,
I have a question regarding the width of the RF traces on the NRF24L01+. From the gerbers I notice the width is approximately 0.5mm and the separation to the closest...
Hi every one.
I have issue that: our board production have NRF24L01+ IC not good, so we need replace them by new IC.
But we dont have enough NRF24L01+ IC, we have NRF24L01...
Hi Guys,
I'm using nRF52832 DK and trying to read analog values from the NTC thermistor.i'm using SAADC example.
i have used to this circuit to connect nRF52 with NTC...
After going through the SDK i came across the ST7735 LCD screen example.
On the SDK Page it says example uses the ILI9341 controller, But we can also configure it to use...
Hi,
I'm using nrf52832 and sdk14.2 and need to handle hardfaults in my code. From what I've found on the forums and infocenter, I need to modify the "void HardFault_process...
For some reason the ble_app_hrs example from SDK 15 disconnects after around 30-40 seconds (every time) and shows this error in the RTT logger: " 0> <info> app: Disconnected...
We're using systemoff=1 to turn our system off, but the command doesn't work after programming, i.e. device immediately turns back on with 16 MHz RC osc running, and current...
sometimes it discovery service no matter ,sometimes it stuck when call sd_ble_gattc_primary_services_discover and no callback event 。 why it is ? is a bug ?
HI,
Under nRF5_SDK_12.2.0_f012efa, with s132_nrf52_3.0.0_softdevice, run on system on low power mode.
I define an app_timer,below is my parameter
APP_TIMER_DEF(m_second_id...
Dear Nordic community
(SDK v14.2, nRF52832)
I have a real-time application where I am sending 6 packet of 20 byte Notification per connection interval. And there is not...