Hi
our last product is based on nRF5340 and now we start a new design based on nRF54H20, and its essential for our design, i checked alot but there is no datasheet, reference...
just passed Cellular IoT Fundamentals while I was waiting for my nrf9151dk to be delivered... Now that I have the DK I can't get the dk to be provisioned...
I couldn't get...
NCS currently has a nice feature where the firmware versions are printed in the boot banner:
Is there a config option to also enable printing the nRF91 modem firmware...
Dear all,
after cutting the SB bridge to the QSPI chip and close the ones to get the pin free and disabled also qspi inside the nRF52840dk_nrf52840.overlay file I'm unable...
Hey, I have a problem understanding BLE behavior
I had a product was running in BLE phy 1M, and I wanted to convert it into PHY CODED.
It just sniffs all the advertisement...
Dear all,
I stubled upon the following issue when developing a BLE sensor product. When I try to bt_gatt_notify(); With only one characteristic, there is not an issue...
I was looking into the sdk provided by nordic for nrd52840Dk board and want to test the zigbee protocol. I havn't find any sdk for that.
Can you share me some links and...
Hello, I am developing a Python script (Windows 10, Python 2.7.16, pc-ble-driver-py 0.12.0) to use a NRF52840 board to simulate the BLE part of an application running on a...
Hi,
I'm working on the nrf52832 development board and SDK 16.0. I want to use the Power supply supervisory functionality to detect any type of power failure.
I'm using...
Hi,
The example is currently printing the device address
on_adv_report(ble_gap_evt_adv_report_t const * p_adv_report) { ... NRF_LOG_INFO("Connecting to target %02x%02x...
I am going to find out an ideal throughput of NRF52832. And my environment is NRF52832/S332/MTU 247/connect interval 20ms.
Finally, i got a maximum value about 23Kb/s. I...
I have a nRF52840-PCA10059 dongle.
I have a PCA10040 dev boeard on which I programmed the ble_app_hrs_freertos_pca10040_s132 example after I modified HEART_RATE_MEAS_INTERVAL...
Hi,
I have some code which is based on the ble_app_gatts_c example sdk 15. I am using a Nordic NRF52840-dk pca10056 s140. Coding in Segger.
I want to each second change...
Hi,
I want to set the unused pins to low Level, however without using Software to do so, i.e. this has to be done before the chip is turned on.
How can I do that? Is...
Hello all, I have a little problem.
I`m trying to do an gateway communication using my NRF9160. The routine I`m trying to accomplish is next : -- Send message over serial...
Hi... i am getting the data through the RX,TX which is externally connected to the nRF52832 development kit , now i want to store the continous incoming data to the variable...
Hello, I am using nrf52840 board and SDK 16.0.0.
I am trying to merge this calendar example ( https://github.com/NordicPlayground/nrf5-calendar-example ) into ble_app_template...
1. I am trying to test the QSPI flash performance in nrf52840_DK ,but the QSPI init failed because of the event ready check,can i turn off the event check process?
2. I...
The recommended circuit in the v0.5 nRF5340 product spec differs a little from the nRF5340-PDK and I'm trying to understand the minimum requirements for an antenna. The spec...
Hi everyone, I am a beginner with the nRF52840 and I am looking at the example spi_pca10056 on SDK 16.0.0. What I've noticed is that at sdk_config.h file the pin configuration...
I have a question about what functionality is handled in the modem firmware vs. the application firmware.
I see from the nRF Connect SDK that the nRF9160 application communicates...