Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
At the very beginning of the program in the main function, my stack pointer is 0x20026390, although I expected it to be in the 0x20040000 area.
In this case, static memory...
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...