During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
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...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
I'm implementing an Android 4.3 app which uses an nRF51822 and the BLE proximity profile. I have the following as starting points for the app code:
The BLE sample...
I can't seem to find the required current of NVMC doing erase and write. The product spec has only timings but not more. Could someone from Nordic provide some figures? Experimental...
Hi,
I have a C# app connecting to 51822 devices, doing data/firmware download. When I try to send erase page command (before write), erase works, but there is a disconnect;...
Should we keep track of this by monitoring the write events or poll the gatts value via the softdevice?
It looks like it's faster (+shorter = less consumption) to monitor...
Over the past few months I have worked extensively on a few different projects that all utilize the nRF51422. In some recent debugging of GPIO issues (both relating to SENSE...
As the title says, I am wondering when the new SDK will be released to support the nRF51822 hardware revision. It looks like the latest (v4.4.1) doesn't have anything new...
the very similar issue
Friday, October 04 2013, 02:23
I have staerter kit + development kit. I have installed all required software and can't loat example code because...
I Every one !!! Thank for the possibility to participate in this forum.
I am trying to initialization configuration of my nRF24L01+ .
I am using CY8C3866AXI-040 from Cypress...
Hi, i'm experimenting RTC1 using the app_timer module (not using S110 soft device), and i find some problems onRTC prescaler. If i set values as stated in the datasheet, for...
Hi,
I am trying to run several applications sequentially on the nRF51822.
I have another microcontroller controlling the nRF51822 by SPI.
I init the stack, the services...
Hi, I'm just wondering if there's a reason that the example code is always initializing all structures through functions. Has it something to do with sleep mode and RAM retention...
Hello,
I have a couple of questions about sending multiple notifications:
I want to send multiple notifications (from same characteristic), is that allowed by...
Looking at the AN36 code, i notice that in the APP_SCHED_INIT define, for the argument EVENT_SIZE is used sizeof(app_timer_event_t) . In the meantime, the scheduler is used...