I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
Hi I'm wondering if anyone has any tips on implementing a I2C recovery sequence with NRFX 2.3.0 (as included with Zephyr 2.4.99). I've seen this discussed https://devzone...
Based on zigbee sdk 4.1, in the sample code of light_switch, leaving the network and joining the network are completed by buttons, the code is as follows:
Seen from the...
Hi, my BLE application on nRF52832 is designed to select two mode to operate with 3 position slide switch when power on like ON(Mode 1) - OFF - ON(Mode 2).
At Mode 1 position...
Hello.
I'm using nrf52840 to sample the voltage from the wireless board and then send the data to the PC via Bluetooth.
With the help of DevZone, it was able to construct...
Hi,
I have downloaded and installed nRF Connect for desktop - Bluetooth Low Energy. Now I want it to operate as a peripheral that can send connectable advertising packets...
I'm having an odd issue with libUARTe sending a TX buffer twice.
I have a custom board using an nRF52832 running an application based on SDK 15.3.0. The libUARTe code was...
Doing development on nRF52 DK board using buttonless DFU example and SDK 17.0.2. Running SES on Win10 and gnu compiler.
I've set up a 1 mS timer to run timing in my main...
I am using the ble_app_uart in combination with the f_storage example to write data to the flash memory. A issue which arises is that, when a softdevice is enabled, the nrf_fstorage_nvmc...
I am using Mesh SDK v4.2.0 and my goal is to get the device MAC from the UUID that is available from p_evt->params.unprov.device_uuid available on the prov_evt_handler callback...
I guess this should be obvious, but I still have to ask. What do XRFTEST RX and TX modes actually do? I've read the documentation and it "feels" like they command the transceiver...
Hello
It seems that we had a crash during execution of nrf_bootloader_fw_activate() in an added sub function where we program an externally connected MCU and the bootloader...
Dear Sir,
I'm use 2 nrf52840 chips to test sensitivity by nRF-DTM-1.0 tool.
I find out it's work on 1M and 2M but S8 and S2 can work.
The PER can't get 0% when I only...
Hi all,
I am developing BLE firmware to send and receive data between the development kit PCA10100 and nRFConnect App Desktop.
I'd like to notify the client (the App)...