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...
We have identified a possible transient fault condition in which a voltage in excess of VDD can be applied to an I/O of the nRF51. VDD is 3 V and the excess voltage would...
sdk_resources.h does not compile with c++ in SDK12.
The _cplusplus guard only begins if ESB_PRESENT is defined. The guard should either be moved above or below
#ifdef...
Hi,
do you have any tutorial for contiki on windows based.
no matter which platform you are using.
i am using the ecilpse with cygwin toolchain in ecilpse.
i follow...
Hi,
I'm trying to compare current consumed for different sets of commands mainly with floating point operations in them. As they execute fast, I'm putting them in a loop...
Are there any plans to add write capabilities to the NFC driver? The hardware supports it, but the library provided by Nordic does not (as far as I know). Are there any plans...
I started evaluating the nRF52 using Keil and everything worked great. However, I switched to developing in IAR because I have a full license. I'm using the same code (ble...
Hello Nordic,
I just read the news from may about the arduino primo and i am really exicted!!
I have been tring to decide between arduino due, or some complex ensemble...
I'm developing an application on a custom nRF52 board. I have no problem to program the board with Keil. However when I try to program the application with the nrfjprog, the...
Hi all,
I have been porting a project from SDK 8 to SDK12, andi have ported one of the services, however when i add a characteristic it throws
:ERROR:From File error...
Hello,
in my current project we develop a BLE firmware which runs on a custom board based on a Telit +s42 module (with integrated nRF52 SoC).
We are able to flash the...
Hi,
I am a bit confused from the example, in the specs it is said that writing the flash is word allign, and even so the example does something strange:
do
...
hi.
this is my code that i copied from ble_app_hrs_rtx .
osPoolDef(ble_evt_pool, 8, ble_evt_t); /**< Definition of memory pool for ble_stack_thread */
osPoolId ble_evt_pool;...
The ShockBurst bitrate mode ( nrf_esb_bitrate_t ) NRF_ESB_BITRATE_1MBPS_BLE is described as '1 Mb radio mode using Bluetooth low energy radio parameters.' in the SDK documentation...