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 install
gcc-arm-none-eabi-4_9-2015q3-20150921-win32
make-3.81
coreutils-5.3.0
and setup the PATH in windows
then i enter CMD mode make some command to...
I am using the LFCLK RC oscillator, 8000ms calibration interval.
Is it possible to read from some register the resulting calibration value for the LFCLK RC oscillator?
Now I work on designing a product, which is implemented by sending LMP commands to a bluetooth device with nrf51822. Unfortunately, nrf51822 liberary could not provide the...
Hello,
measuring ADC signal on P0.26/AIN0/XL2 and P0.27/AIN1/XL1 doesn't work (I get constant value from the ADC not reflecting actual voltage on the pin). AIN2 - AIN7 seem...
I need to send a disconnect command from the app layer. I've seen a few other posts that say to use uint32_t sd_ble_gap_disconnect. One post had this line of code as an answer...
I am using the RBC mesh in a networking product using the nRF51422. We would like to turn the mesh on and off at selected times, say once per hour for a minute or two. I know...
Hey,
I have been trying to set up wdt for my application which services some interrupts once in a while and advertises continuously. I put the nrf to sleep using sd_app_evt_wait...
Hello,
I'm trying to read voltage signals from a sensor using internal ADC and send them OTA. For now, my codes seems to work, but the only problem with my codes is it...
I'm connecting my nrf51 with my phone and when I move far from the microcontroller (long distance) the connection is lost
what's the function witch rise this error and what...
the code of 51822 PAN 73# must be added in SDK 6.0?
/* Add workaround when starting timer2 */
*(uint32_t )0x4000AC0C = 1; //for Timer 2
NRF_TIMER2->TASKS_START = 1;
/...
hello there i want to interface nrf51 dk with ds3234 using spi. i see spi master example. how to assign SPI I/O pins. can you tell me how to do it?? i find SPIMO_SCK_PIN....
Hello,
I am trying to work with the nrf51sdkv10 and trying to install arm-gnu-gcc toolchain on my MAC-OSx (El-Capitan). I downloaded the 4.9.3 version and installed in the...