Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
The cpu can't goto sleep when gpiote port event occured,after about 1 second later,the cpu then goes to sleep well,
I use the code bellow to enter sleep mode.Is there any...
hi i am using nrf51882 with sdk v 12.2.0. i am trying to use flash memory to store some data for my application. I am accessing flash after initialization.
When i run code...
I'm working with the NRF52 Development kit for the NRF52840 modifying the secure BLE bootloader to add my custom transport together with BLE so I can update my device with...
We have bought one nRF52 DK and one nRF9160 DK with proper programming (the nRF9160 is able to connect to the cloud via cellular network), but the two devices are not able...
Hi, I am an internship student and so new at programming. I have a nRF51822 DK that includes;
2 x nRF51822 module
2 x BLE master dongle
J-Link Cortex emulator (Debugger...
Dear all,
I am trying to program a chip using an st-link v2 connector.
The chip is nrf52832.
Although I am able to upload hex files that come with the SDK examples...
Hello, I am using a nrf52832 Soc for my development. I follow this https://github.com/bjornspockeli/custom_ble_service_example for the custom BLE service. I can do a specific...
Hi,
I am using nRF52840 Preview-DK with SDK v15.3.0
I am using the serial library to write to UART 1, while writing all goes well while I write less than 255 bytes...
Hi,
In the nus example of sdk 15 the device does not advertise if i comment out the uart_init() function. Why does this happen?
What is the relationship between the uart_init...
Hi guys,
After i provision for client node or server node by smartphone i have unicast address for server model or client model. How can i send message from client to server...
Ubuntu 19.04
SDK 15.3
nRF Connect v2.7.0
Nordic_HTS example both pre-compiled and self-compiled
Uploading to Fanstel BT832F and nRF52 DK
When I upload the example...
Hello,
My goal is to send a binary file by Bluetooth into the nRF52940 board from the terminal. I saw the ble_app_uart example. It seems to be exactly what I want to do...
Hello,
I need to use USB 2.0 connection as a USB MSC device as well have it communicate over a USB 2.0 connection to a Wi-Fi module.
I know there is a USB 2.0 built into...
I'm working on a project using nRF9160 DK.
How can you use MQTT+TLS in nRF9160?
Where should ca certificate file be stored?
I modified the code below in mqtt_simple...