Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
Hello All,
I am attempting to use the scanning module to scan with a filter. Right now I am trying to implement a short name filter.
I am using the nrf Connect extension...
Hi,
I am trying to use a Modbus(TTL to RS485) converter to work with Nrf52832.
I am using rtu_client ( https://github.com/zephyrproject-rtos/zephyr/blob/main/samples...
Hi,
I'm evaluating a scenario of using an nrf9160 with an HMI, communicating via modbus tcp connection.
The hardware setup looks like this:
HMI <-----> Ethernet switch...
Dear All,
I am trying to use sscanf in a project and I am getting the message that it is undefined. I am including <stdio.h>.
I cannot understand/find the reason of...
Hello everyone,
I'm taking the "Bluetooth Low Energy Fundamentals" course For all the examples I followed in the training, from what I understood, we loaded the peripheral...
Hello, we are trying to use the shell over bluetooth but in default it also uses the uart contorroler of the board. us there any configuration option to disable the zephyr...
I have not messed around with devicetree much before this point. I'm trying to create a custom dts and bindings for my device. Within my custom dts file, I reference the nRF52833...
I am working with nRF52840 with MAX86141 and learning how to setup the SPI connection
Here is an opensource example : https://github.com/JON95Git/zephyr-spi-directly
And...
Hi Support Team,
I am using the nRF7002DK board for our product POC (Proof of Concept) purposes. We plan to use the same MCU, the nRF5340, for our final product.
I have...
Hello,
I am using an nRF9160dk with the nRF52840 acting as the BT controller running the Bluetooth: HCI low power UART sample ( https://developer.nordicsemi.com/nRF_Connect_SDK...
modem_info_get_current_band expects an uint8 pointer to store the band into, but scans for an unsigned int (probably above 8 bit) in nrf_modem_at_scanf. This leads to memory...
Hello
I am working on a WiFi application using a custom board equipped with both the nRF5340 aswell as the nRF7002. When requesting a WiFi connection using the net_mgmt...