Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
Hi all,
I'm working with my custom nRF9151 board and i'm testing https request with option that use native TLS for my download client.
I got connect err = 22, so i come...
Hello,
i am currently trying to build a minimal firmware for the nRF5340 on the Thingy:91x. Unfortunately my build failles to link zephyr/zephyr_pre0.elf:
My suspicion...
Hi,
IC : nrf52832
SDK : Mesh_v1.0.0
I am testing the light_switch demo of the Mesh_v1.0.0.
I don't have 32kHz osc on my server board, so I have to change the clk...
Connect USB to PC, no "JLINK" device. But connect USB to PC and press reset button at same. I can see "BOOTLOADER" device.
How can I get my board to normal?
I am trying to create a network mesh using the multiperipheral example.
In the original version the communication is possible only:
central >> peripherals
peripferals...
Hello,
I am wondering if you have any plans for implementing a Softdevice that supports BLE mesh network on nRF52832 in near future?
If not, if I were to implement it...
I'm reading about beacon scan response requests and scan response packets, where a client (like a phone) can request the beacon respond back with local name and other info...
Hello,
I need to implement mesh networking capability in the beacons which are ble5. Can anyone explain me how do we achieve that?
I want send specific data via one...
Hello,
I have nrf52832 and sdk14.1.
Everything works fine but after starting the device i get this information and there is no further progress from there on:
<info>...
Hi,
I need to make two FSRS to read and display the output simultaneously. So, initially I had to get the ADC values from two analog pins at the same time. After struggling...
Hello all:
I have a big problem,I use SDK13.1, softdevice is S132_V4.0.2.When the program starts executing scan_start(),the program crashes.
At first I thought there is...
I'm developing a minimal bootloader on the nrf52832 that just reads/writes flash and decrypts some data already present in flash. I'm using the Bluetooth Spec's own sample...
nRF51822 sdk9.0
I am having a problem with GPIOTE. I have four interrupts programmed on four different pins.
As long as the signals do not transition at the same time...
I would like to use an external JLink and the interface MCU's virtual COM at the same time. I want to control the nRF52840 via UART connection using one host (Raspberry Pi...
Hi. I have a peripheral application that spends a lot of time doing stuff, but not in a BLE connection. In order to debug it, I have it use nrf_log with a backend that just...
Hello,
I would like to capture sound using pdm driver and to get this info in the computer using uart.
When I have the buffer from pdm I copy some data in a buffer to...