Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
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...
hellow nordic.
i use sdk14.2 ,but pstorage_update return NRF_ERROR_NO_MEM.
i use NRF_SDH_SOC_OBSERVER(m_soc_evt_observer, 0, sys_evt_dispatch, NULL) to creat sys_evt_dispatch...
I have a couple of "cannot-be-resolved" issue with Eclipse.
Issue 1:
Sometime when I set up a project in Eclipse, it runs into an issue where types like uint32_t or...
Hi,
I'm trying to send sensor data via BLE to Processing. If someone has already done it, could you post your code or help me explaining how to approach the problem?
I...
Our Nrf51822 will disconnect the connection with timeout reason when it is sending a large amount of data (about 20-70 KB) to our central device which is TI cc2540 . This...
Hi Nordic.
I have questions about preserving device unique information such as device id and so on. (The information will be written in factory)
I know the best way is...
I am trying to add I2C/TWI bus to nrf51822 device. I have used the SDK example code (12.3.0) and keep getting the following errors:
sdk/drivers/nrf_twim.h:69:38: error:...
Hi, Is it possible to make the same nRF52832 device to function as a master for some interval and then switch it to slave?? i.e, Does Nordic have a single SoftDevice capable...
Hello, the current QIAA package is rather demanding on the manufacutring and significantly increases our cost, are there any alternatives? I failed to find any in the datasheet...
Hi !
My goal is to create a large mesh network (over 100 nodes).
I plan to have 3 kind of nodes : a client (connected to a PC), several server relay nodes (not on battery...
Hello,
I have got a question about gpio current protection in nRF52 - I have checked forum but I haven't found answer on this specific question. In nRF52 specification I...
Hello everyone,
I'm facing a weird issue where the nRF52832 would reset and upon reading the RESETREAS reg, the value is 0x10001 which, from the data sheet, indicates that...
Hi,
I am using a custom board which as nrf52832 as the core device
When I try to compile with the ARMCC compiler the whole project compiles and works but when I switch...