hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
Hello,
I've checked a few related threads, but without any success.
I need to react on "Data Ready Interrupt" and read data from SPI. SPI and Device is initialized before...
I'm am trying to select an LDO to provide the VDD_GPIO power rail for the nRF9160 and am interested in selecting either a 100mA or 200mA LDO. Can Nordic provide a rough order...
Hi,
I was trying to communicate with an I2C device, which's address is 0x7C
But I always got NRF_DRV_TWI_EVT_ADDRESS_NACK event, so I took a check on the TWI wave:
...
Hi Nordic Team,
Meanwhile we are working with Laird BL654 which uses the nRf52840.
My questions:
1. Can we flash gazell examples on Laird BL654 with Segger?
2. If...
i'm trying to get distances between nrf52840 ble transmitter and receiver, using measured rssi upon receiving ble_gap_evt_adv_report_t from ble stack. in order to calculate...
In file sdk_config.h, in order to configure a calibration interval of 8 seconds, what number should be used in the define NRF_SDH_CLOCK_LF_RC_CTIV?
The time units are not...
Good day,
I again have an interesting question). There is a useful descriptor to better understand the purpose of the characteristic. This is a 0x2904 handle (GATT Characteristic...
Hi,
I want to know what event DEV KIT jump into when mobile provision complete for DEV KIT (100% , not bind app key and pub sub address). My idea is in provision process...
Hi!
I am currently evaluating the nRF91. For testing reasons I want to enable the debug logging for the lte link control. I checked the Zephyr documentation etc. but I was...
Hi everyone,
I am implementing a custom protocol using the NRF52 radio, and so far I was able to make the transmitter working as expected.
In a nutshell, the protocol...
I have a project about Bluetooth enable lock. I am going to use to BT832 module. Do i need recertifation for Bluetooth brand?. I dont know what to do. Do i need being member...
Hi!
We are developing an IoT device using the nRF52832. 2 years ago in this thread, https://devzone.nordicsemi.com/f/nordic-q-a/27099/nrf52832-ble-certification-under...
I'm combing over the CLI peripheral example, but having a few problems when running the example:
The Debug Terminal in SES blacks out the test so its difficult to see...