Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
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...