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...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi, I am using a thingy 52 board. I have Arm jlink programmer to load the program. And I have loaded the program successfully. But I want to debug the code. So, How can I...
Hi I looked at the lte_ble_gateway sample in the nrf connect sdk and noticed that we are able to simple call bt_ready() as if the nrf9160 is an nrf52 device. How is that possible...
Hi,
I have several timers and they will be app_timer_start() several time. I am not using APP_TIMER_MODE_REPEATED because they are not started immediately after they expire...
Hello, I am having an Assertion failure like this:
My nrf/ext/lib/bin/supl/CMakeLists.txt looks like this:
Line 9 is already changed to if(CONFIG_FPU), as per the...
What is the default data rate of Nordic BLE, and when is it set in the Thingy code? I can't find any reference in the code to what I assume would be NRF_RADIO->MODE!
Why ram and flash size in a board configuration in Zephyr OS for nRF5340PDK doesn't match with declared on your site? According to your product specification, application...
nRF52840DK devicetree describes both uart0 and uart1 explicitly in nrf52840dk_nrf52840.dts file: https://github.com/nrfconnect/sdk-zephyr/blob/v2.3.0-rc1-ncs1/boards/arm/nrf52840dk_nrf52840...
Hello,
NRF52832 - SDK16 - sd132 7.0.1
I have an issue with ble_db_discovery_start() that return NRF_ERROR_NO_MEM, when I followed the functions call I found the error...
Hi,
I started with the Blinky example and have added peer_manager to the project by referencing the hrs example. Everything is building, but on init() I am getting a hard...
I have two custom pcbs containing the nrf52832 chip with the EXACT same hardware and software.
When I program and run the old pcb,
The old pcb runs OK. It returns from...
I use SDK 15.3 and SD S340 v 6.1.1. Bootloader is designed to do custom update through GSM; code based on secure bootloader ble example from SDK. I have used code that previously...
Hi,
Greetings!
We are using following setup
nRF52832 DK
SDK16.0.0
Mesh SDK 4.0.0
Light Switch Server and Client
Here we would like to understand below things...
HI,
I set RTS,CTS to disconnect in the overlay file.
(Toolchain Manager.0.6.1/NCS1.3.0)
&uart0 { rts-pin = <0xFFFFFFFF>; cts-pin = <0xFFFFFFFF>;
};
warnings occur...
Below are the details of my setup configuration:
SDK Version: 11.0.0 (with changes corresponding to hardware)
Soft-device: s130_nrf51_2.0.0
Boot-loader: nrf51422_xxac_s130...