I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
We have a Python script that is using pylink to open an RTT session and send some commands to the Firmware.
We have tried the JLinkRTTClient to send and receive command...
I’m working on reducing power consumption in my application using the LIS2DW12 sensor. I am currently turning off its LDO to cut power during low-power periods.
The problem...
Could you please help with providing terminal plating information for nRF52833? I have it noted as Sn but want to check if that’s matte or bright Tin.
Thank you,
Be...
Hi,
What is the lowest possible current consumption for nrf52840 dongle dev board with zigbee ?
I'm using this for development and i'm getting 20-30uA in idle. Is it possible...
I'm wondering if this feature is still supported. I'd like to update some devices from SD 5 to 7.1 I saw an old post and wanted fresh info.
If this is the same, I can...
Our company has previously used the NRF52840, and we know that by modifying the GAP event length (NRF_SDH_BLE_GAP_EVENT_LENGTH), we can enable Bluetooth to transmit multiple...
I am using the SLM project with pppd and cmux for Linux on my custom board. I am able to create CMUX and communicate with the nrf 9151 using the CMUX AT port using my custom...
nRF9151, mfw 2.0.2, NCS 3.1.0
I currently faced issue in calling "lte_lc_power_off" (resulting finally in an blocking call of "nrf_modem_at_printf("AT+CFUN=%d", mode)" ...
We moved a Zephyr project to SDK 3.0.2. After that it is possible to compile it on Mac and Linux machines but on WSL I'm getting an error:
Looks like I miss some environment...
I tried to use west rtt with v3.1.0 and I'm getting the following error:
ERROR: runners.jlink: [Errno 22] Invalid argument
How to reproduce:
Connect J-Link to Thingy...
I have a battery application where I power off areas of the circuit. One of which has my I2C/TWIM peripherals. However, the TWIM controller configured on the nRF52832 is pulling...
Hello,
we are trying to test the fast pair example: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/fast_pair/locator_tag/README.html
However...
Estou desenvolvendo um novo perfil de bateria. Após completar o ciclo de aproximadamente 48 horas em temperatura ambiente, aparece a mensagem "Algo deu errado durante o processamento...
We are shipping a product with a custom board based upon the nRF52833 SoC. We can update our firmware in the field.
We are trying to minimize the power draw of our product...
I have been working with MBN52832DK in Vscode . The sample examples i have tested is "Hello world", "bluetooth/peripheral_uart" ," peripheral lbs".I have been able to connect...