Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
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 am now using hid mouse example to develop a project. On the nrf51822 side, connection\bond\data sent are all ok, then I need to test the project on phone side. In iOS...
Hello,
There is a problem of compile when I finished compile process on Keil as following. Is there any process I missed before I starting to develop nRF52 SDK? what I...
I'm using Windows driver 0.5.0 with a s130 BLE USB dongle.
If my application calls sd_rpc_open on init and sd_rpc_close before exiting, everything works fine.
Now, if...
Hi,
I find an interesting thing: when I test hid keyboard example with android and iOS, after pairing/bonding with the phone at the first connect time, even when phones are...
I downloaded nRF51 SDK 10, but there is no IAR project in examples\dfu\bootloader. Why does Nordic delete IAR project? Is there any problems? Now, I'm using SDK9 with IAR...
Hello Nordic
I am running into a problem where I am trying to change the interrupt priority of the the RADIO_IRQ using a proprietary radio protocol on the nRF51 rev3. I...
Hello there,
I'm currently using nrf52832 with s132 and sdk 0.9.2, based on the 'ble_app_uart' example and keil5. I'd like to use 'ble_nus_string_send' function to send...
hello! i want to send mac address of my bluetooth device. i have written function
uint32_t get_address(void)
{
uint32_t err_code;
ble_gap_addr_t ble_gap_addr;
memset...
When I open the project dfu_dual_bank_ble_s110_pca10028 and configure it for nRF51822, it compiles fine, but flashing does not succeed. I get errors:
No Algorithm found...
I loaded the "dfutarg" dfu program "dual bank version" to the development kit & then used this dfu program to perform firmware over the air, the firmware I need to upload...
I've been trying to get my head around the TWI on the nRF51822 today, using the "twi_sensor_pca10028" example to begin with.
Firstly, I still don't quite understand how...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
Hi All.
For my project I need a very long range BLE Communication. Don't know if its possible to get a range close to 1 Mile LoS. But my goal is to meet max possible range...
main.c Hello everyone
i am trying to configure two GPIO pins for PWM in order to increase the sound level of the buzzer i am able make the buzzer beep sound by referring...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...