Hello everyone,
I have been assigned the task of finding a wireless modem with integrated LTE Cat-1 bis support. I've come across the nRF9161/60/51/31 family, which indicates...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
Hi,
I use a mcu nRF52840 on a personal card for a project and we are stuck on interruptions: hardware pin and timer. I use the lib "nrfx" for future accounting purposes...
Using NRF_SDH_BLE_OBSERVER in a non-static context doesn't work because the registered variable, and therefore the handler context is lost. How can one register for ble events...
Dear,
I am using nrf9160 DK, we can download hex fiel for boardcontroller
nRF9160 DK board controller firmware
https://www.nordicsemi.com/Software-and-Tools/Development...
Based on the experimental_lpn example if have ported at application (light switch) to work as a low power node.
Everything work fine on the lpn node where i use the generic_onoff_client...
Hello,
I tried to update bootloader on the dongle via DFU, but It failed.
The dongle uses OpenBootloader, so it does not check signature for firmware packages. But the...
Hello,
I'm working on a project where we are doing the following:
Collecting sensor data and storing it in an external SPI flash
Retrieving that sensor data from the...
Hi,
When publishing a message with access_model_publish() the p_message->p_buffer must be remain valid until all retransmissions have completed for loopback message but...
Hello
I want to modify the tx powel level to 4 dbm using sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV, m_adv_handle, 4); after Advertising_Init function.
I could...
Testing with the NRF52840 dongle and the Power Profiler Kit. I see a reading of ~5uA when sleeping without SAADC enabled.
I use this code to enable SAADC
My power...
Environment
- DK 0.8.2 in which SB44 is cut, and P1 and P2 are connected - firmware v1.0.0 - program : asset_tracker - SIM: iBasis
Before updating firmware, asset_tracker...
Hello. Got such a problem. I use nrf52832 Adafruit Feather board. While working with BLE examples (Softdevice and app.), debug via serial works fine. Can see all the text...
Hi,
I have a desig where the space is minimal and I have one nRF52838 and one nRF52840 microcontroller. Is it possible to place them at the same coorinates, but on oposite...
Hello everyone and Good day
I am a fresh graduate and its my first assignment at my job. I have to flash an LED at 1 Hz using NRF52810 BT 5 chip.
There are so many development...