Hello Nordic Team, I'm developing an project using VS Code with nRF Connect Extension for an nRF52832 board. The SDK version I use is 2.7.0 , build system is sysbuild . I...
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...
Hi!
I know this might be a stupid question to you but still... I am not able to disable i.e. a timer0 cc(3) IRQ.
My way to enable it in first place:
NRF_TIMER0->INTENSET...
hi guys,
i am trying to write my own application using ble_app_template for nRF51822, but i am not at all understanding the code, did anyone developed the code for it?...
hi,
i add bond function on my project ,
now the Master Control Panel can work correctly(show the Confirm Box )
but the iOS app(on LightBlue),not show any Confirm Box for...
Is possible to put S110 in observer role (as peripheral) , waiting for a specific advertising (or waiting for an active scanning) and then switch to advertiser role (always...
Hello all,
I'd like to use NRF UART App sample code (newest iOS7 version) to send data from iOS6 to nrf51822 for "real time" data transmission. But I found that when I...
Hi,
I am having some issues transferring data from an iPhone to the nRF51822.
Actually, I write block of 16 of my data from the iPhone on a specific characteristic on...
Hello,
I have been reading the documentation about how to program a BLuetooth Low Energy application. In that document, a lot of references to an specific mannual (nRF51822S110...
I am writing one bootloader to decide two apps resided in 0x14000 to 0x40000 with nrf51822 to run. Two apps works fine when starting running itself. But when bootloader switch...
Hi experts,
i found one issue that if i continue to make the 51822 advertise(if advertise timeout, start again), sometimes the 51822 will stop in somewhere. I'm sure that...
I have just acquired the NRF51822 Evaluation Kit and going through the getting started documentation. I can't seem to fix a compiler error which is highlighted in Kiel uVision...
Hi,
I am starting my first project with nRF51822 for my thesis.
I thought its a good idea to start with evolution kit so I bought nRF51822-EK
I assume I will get everything...
Hi, I'm trying to run your ble_app_hrs on your nrf51822 chip using internal rc clock: NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION, so I pass this to the BLE_STACK_HANDLER_INIT...
Hello,
I have just bought an NRF51822-EK to familiarize myself with the micro-controller for a potential future job. Admittedly I feel like I am completely in over my head...