Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
Is it possible to perform a HW reset of modem core inside nrf9160 device? If yes, how is this HW reset requested?
Thank you very much...
Regards,
Emerson ...
proj.conf:
nrf52840dk_nrf52840.overlay:
code:
Pretty straightforward. I've looked through the nRF52840 Product Specification and there is no mention of data bits...
From zephyr/samples/sensor/lsm6dso, I found the following code using sensor_channel_get(). API from sensor.h.
}
However, there are more driver API in zephyr/drivers...
Hello I don't see any change in RSSI with different TX power values under Zephyr. 1.9.1
It used to work with Nordic SDK 3.2.0 (see table below) The HCI API in Zephyr that...
On nRF5340, we are using Thread communication, Wifi and LTE-M module.
User can change the interface board, between Wifi or LTE-M module on the same UART bus.
& uart0...
I changed the central UART example to work with a demo I'm writing. I removed the hardware UART part and only send messages to a peripheral. What I do is I measure different...
I'm using an nRF52840 and SDKv17.1.
I have an active-high interrupt source connected to a GPIO pin. I understand that a GPIO should be able to wake up a system from system...
I think the nRF Connect toolchain is missing the right driver for the CLI app on the USB dongle, or the CLI is not setting up the USB interface with the right VIN.
When...
Hi,
Trying to run one of the Acconneer samples I get the errors below:
service_handle = acc_service_create(envelope_configuration); returns a NULL handle, all up to this...
I'm trying to connect my nrf52840 to the App but I have error message and impossible to continue ...
Here the log of the app standalone :
2022-10-07T21:50:58.341Z INFO...
During the software testing process, our device is connected to the rtt viewer for testing. At present, a problem is found during the test: sometimes the test engineer suddenly...
Can a single sdk_config file that has all possible macros definitions to use with an SDK
(1) be provided ?
(2) so that an identical sdk_config file be inserted in all...
Hello,
There is a missing #ifdef check on the following line of SDK Zephyr at the latest version v3.1.99-ncs1:
https://github.com/nrfconnect/sdk-zephyr/blob/98bc3a7a6b3917ce5a058e7a7271d3036edffb88...
I changed Kconfig of u-blox board template and something is going wrong in create_nordic_project.py when I tried to create project in Segger Embedded Studio from changed template...