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...
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...
I try to move the code " github.com/.../nrf51-ble-app-lbs" to nRF52.
I meet this problem:
._build\nrf52832_xxaa_s132.axf: Error: L6218E: Undefined symbol app_gpiote_init...
I need to write an application that is mostly in sleep (not OFF) mode, waking once a second or so, and occasionally discovering that it has to do things. Without the softdevice...
I'm am trying to figure out what is causing the hardfault in my code. That question is here:
devzone.nordicsemi.com/.../
However, this question is more about understanding...
Several places in the SDK (every version I've looked at) mention a function nrf_wait_for_app_event(), but it doesn't seem to actually exist in the SDK anywhere. Does it really...
Hi,
every one i am try to create a file in sd/sdhc card but it is not creating with fatfs file system i used chans library.But it is reading a existing file which is of type...
I'm using Eclipse Mars with gnuarmeclipse plugins to evaluate the new nrf52 preview board. After much fighting, I've got the blinky example project building but now I can...
I am using the EmbSys Registers Eclipse plug-in to view the nRF51822 register values. The majority of the registers allow read only. Why isn't the access set up so that more...
While attempting to test multiple iPhone models on the ANCS example, I'm finding that even after I forget the nRF DK from the iPhone's Bluetooth menu, I have to reset the...
Hi:
I use the demo code (nRF51_SDK_9.0.0_2e23562-NORDIC\nRF51_SDK_9.0.0_2e23562\examples\peripheral\spi_master) find a BUG(?) : when i use 1M clock , 1byte translate use...
Hello,
I am currently optimizing the throughput for my mesh network and I am wondering whether I've hit the limit of what's currently possible. I have two methods for sending...
I want to measure the RSSI strength of my Bluetooth module, in various distances and situations.
I read in the description of the app nRF Master Control Panel that:
...
I'm trying to change the mac address of my nRF51822 chip using something like:
ble_gap_addr_t m_address_1;
m_address_1.addr_type = BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_NON_RESOLVABLE;...