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...
Hi dear, I'm make the tests with send and receive informations using the code base mesh. I need help to better understand the transport of this data
Initially I set my...
I am currently working on LE Audio broadcasting. The system operates successfully on 1M PHY, but I would like to use it to function on CODED PHY as well.
Both the receiver...
We use the https://api.nrfcloud.com/v1#tag/IP-Devices/operation/OnboardDevices endpoint to create and onboard new devices.
Recently, with no changes to code or certificates...
Some questions during the development of a DF project using the nRF52833DK:
Will excessive serial output affect the performance of the microcontroller? For example,...
Hello,
On my custom board, after upgrading from NCS version 2.5.1 to 2.6.1, BLE stopped working.
I get immediately the following trace after calling bt_enable(NULL)
...
I'm migrating from ncs v2.3.0 to ncs 2.6.1 in order to have the ram retetion working with the mcu boot.
But after some modification on my board file using a nrf5340 I get...
I have a custom board file which is based on nrf9160, I want to use it using the west build command and later flash it. I tried the steps under this tutorial: Nordic academy...
Just upgraded to NRF v 2.6.0 (Mac OS; VS Code). Our code previous built and ran successfully on our custom board with v 2.5.0 of the SDK.
Now we get the following error...
Hi all,
I'm developing a project on top of nRF5340. Thus I created a custom board definition in my project area:
That is a direct copy of ncs/zephyr/boards/arm/nrf5340dk_nrf5340...
Hello,
we are trying to use the nRF9160 as a serial modem for a Raspberry Pi running on Debian.
The application is basically the nRF sample "nrf\samples\cellular\modem_shell...
Hi,
I'm trying to build the Serial LTE Modem in my nrf9160 SIP custom board to communicate the STM32 MCU with the nrf9160 using AT Commands via uart.
My physical connections...
Hi,
I created a custom service in accordance with NUS service. I am able to assign all handles, subscribe to notifications. But I am not able to read any data from the device...
Based on my understanding on SPI signal, CS/SS pin need to pull down to low when read/write and pull up high when the action is finished.
May I know if this feature has...
I'm currently working on a project that uses the MLX90640 IR sensor. By default, this device has an I2C address of 0x33, but it can be set up with one of 127 different I2C...
Sifting through previous posts about redirecting printf to uart by using retarget.c, I have found this will work on previous versions of segger (5.42). Has anyone gotten it...