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...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
I am developing a windows application, using the MasterEmulator api.
I am discovering BLE devices with scan parameter Active and Passive.
The result is that most of the...
HI,
when I used nRF51822 for 2.4G transfer ,I found that RX can't receive data in some direction .Can TX use two antennas and matching networks to work alternately in order...
Hi all,
I am currently working on a BLE project based on the PCA10001 evaluation board. I am trying to follow the nRF51 application note. I have done everything that the...
Hi
I'm using the nRF51822 and custom a service.I add 4 characteristic in the service and all of them
config to indication type to send data.Everything is Ok and sending...
Hi
I'm just starting with all this. My set up is a nRFgo motherboard with a nRF51422 DK attached (PCA10007).
I've installed all the tools of the toolchain as stated in...
I've just flashed the softdevice 5.2.1 and BLE Proximity sample app to my nRF51822. I presume any previous bond state on the device should have been wiped by doing this. ...
It would be nice if you could update Application Note 29 ("Development with GCC and Eclipse") for the nRF51822 to include instructions for Mac OS X.
I don't think it's...
Hello,
I developed a BLE based application using nRF51822 softdevice S110.
This application is very low consumption.
The device connects every 60 seconds, and can send...
I try SDK hid mouse example this days, In SDK v4.2.2 it does not work sometimes when I press button 0~3 ,and some times the mouse arrow move slowly when I press the button...
Hi,
I'm trying to make the nRF module work with an older IO demo board. Does the flexible GPIO system via pin crossbar allow you to modify the pin assignments of the SWDIO...
I what to send button data , how to construct button data array :
uint8_t buffer[INPUT_REP_BUTTONS_LEN]; in function ble_hids_inp_rep_send() ?
In SDK mouse demo I can...
I want to add to lbs service battery service(bas) as well. One of the changes is in the advertising_init() function:
static void advertising_init(void)
{
uint32_t...
Hi,
We have a custom board, with accelerometer sensor, our ultimate aim is to collect the accelerometer data and transfer it to the master device (PC or smartphone) using...
Hi there,
Will any 4.1 features by making their way into the respective Soft Devices any time soon?
I would imagine 32-bit UUIDs would create some memory pressure on...
I am trying to use Eclipse+GCC for my projects. I found a similar issue as stated in the following post:
devzone.nordicsemi.com/.../nan-29-nrf51-sdk-no-project-files
...