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...
Hi,
I just watched a webinar from the bluetooth SIG on how to create source code from the nRFgo Studio for the nRF8001. Is the same possible for the nRF51822? To create...
Hi,
We modified the ble_app_hrs code to work with accelerometer peripheral, and we have created some custom characteristics with custom uuid's. Now we need to set the device...
Hello, Everyone:)
Nice to meet you !
Please could you commennt my first question on this community zone.
I've a question for the accuracy of synthesized clodk 32k on...
Hi
i am using NRf51822 custom board. In that i have NOR(spi0) and LED(i2c0).
But switching from spi0 to i2c0 is not possible so that i am not able to switch
off led...
Hello,
I'm using nRF51822 to implement a proprietary radio protocol. My first attempt, in the receiver, was polling the EVENTS_* registers. An example:
NRF_RADIO-...
I was trying to get access to the app_uart library, so I included app_uart.c in the "Source" folder; then added \Include\app_common and \Include\ble\softdevice in order to...
Hi,
We are using nrf51822 custom board.
i want to hard reboot of my device whenever gpio button is pressed for longer than 10 seconds.
i am using ble_app_hrs application...
from the product spec
NOTE: The 3 bit pipe information in the STATUS register is updated during the IRQ pin high to low
transition. The pipe information is unreliable if...
I'm load the UART example (pca10001) to the Evaluation Kit, i can see using hyperterminal the messages send by the kit ( the Start message) but after that i wont be able to...
Hi,
Is there any sample code which is using the sd_ecb_block_encrypt(); API, we are planning to do encryption and decryption of data, which will be transmitted and received...
Hi
1)In a nrf51822 ble app project, The board must have a external 32768Hz crystal,is that right?
or internal 32768Hz RC oscillator can instead of it?
2)when nrf51822 goes...
Adding two services with 128bit GUID's to the advertising data structure fails with NRF_ERROR_DATA_SIZE.
I'm adding the service UUID's to the uuids_complete structure....