Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Good afternoon everyone, how are you?
I'm using custom hardware, Nrf52833+Nrf21540, already reviewed by and tuned by Nordic. We are going to carry out the tests for product...
I need to work on single bank DFU from esp32 to nrf52833. I found a website with instructions on single bank configuration here: academy.nordicsemi.com/.../topic /exercise...
Hello,
i'm working on a project where the system will be always in deep sleep unless there is an external event to wake him up. Upon this event, the system connects through...
Hello, I have a question about how to operate on multiple Zigbee devices simultaneously. I am currently developing a hub to control and retrieve data from home appliances...
I want to make a secure pairing with Bluetooth. Let it first pair with the device, then connect directly without pairing. Maximum how many devices can I register?
Hi,
I'm using an nRF52832 in SDK v.17.1.0 and, starting from the ble_app_uart example code, I'm sending data from the board to another device. I want monitoring it with...
Hey all,
I'm looking for a bit of guidance here to nail a bus fault that happens about 30 minutes into the program.
The message is the following:
Reading through previous...
Hello
I am trying to test the esl example project.
Is there a simple, accurate, step by step guide for this?
Current documentation has some incorrect sections and when...
Hi Team
Customer want to use Bluetooth_Base_UUID (00000000-0000-1000-8000-00805F9B34FB) as 128 bit UUID base. They can use any other 128 bit UUID base but this one. When...
Hello, I'm working on an application with precise timing requirements. Basically I need to generate a short pulse and sample two channels during the pulse. In addition, I...
I use the nrf5340.
I want to filter 8 devices with different addresses.
When scan_filter_match() recognizes one of the addresses, can you quickly identify which of the...
Hello, I built a matter-over-thread firmware for nrf52840 on the Matter SDK 1.3-sve branch and NCS 2.5.0 version. It work well with Apple, Google and chip-tool, but commissioning...
Dear sir or madam,
I am facing a peculiar issue. In my application, I am using nrf52840 dongle and I am setting several GPIO pins as output pins with output value high...
Hello DevZone,
I am developing battery powered Zigbee end device. Using nrf Connect SDK 2.6.0 on nrf52840 chip.
I have issue that I am trying to solve. From time to time...
Hello there,
I was using 2.5 SDK on my development. Recenelty I updated the SDK to the latest of 2.7.0-rc3. I got many warnings.
Then, I created a brand new BLE NUS project...