Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
Hi,
I'm using the bare hci_uart example and try to rise the RTS line manually. Therefore I use the API
and added
in proj.conf. The resulting error code is...
As the title indicates, this question is regarding a scenario in which a coordinator needs to be replaced on an already established network. Is it possible to clone a coordinator...
I currently have a Thread network running using nRF52840 microcontrollers and another BLE network using ESP32 WROOM. I would like to connect two separate network using BLE...
Hello, I am working on a project that consists of sending Eddystone and ibeacon packets simultaneously, to begin with, I started by sending one package of each separately...
Below images detail given about VDD and VDDH in nRF52840_PS_v1.7 datasheet (5.3.1 Main supply) . According to this we can not connect both supplies simultaneously right?,...
Hi,
I'm a beginner to this kind of problem. I am trying to update firmware for nRF52832 through BLE using ESP32. I am using 17.1 SDK and Softdevice 7.2.0 with Keil.
I...
Hi,
I m trying to set up a LwM2M Client with Security Mode 2. I m using the LwM2M client utils and add some changes to the LwM2M Client sample.
In the function lwm2m_setup...
Testing UDP sample with sdk 1.7.0 I can't detect errors if the packet is not sent.
After a connection to networks and a few well-delivered packets, I put the device in a...
Hi, I'm trying to use FreeRTOS on a custom board featuring a nRF52832. I've started adapting the blinky_freertos example in the SDK 17.1.0 and replacing the code in led_toggle_task_function...
Hi there! Our app developer are experiencing some difficulties with Bluetooth LE and image/file transfer on iOS. The device (our product) uses the NRF52840 chip. Any help...
Hello,
Using nRFConnect 2.1.0
I am trying to build the peripheral_iso zephyr sample, for the nRF52840 DK
It compiles fine as is (with the original board qemu_cortex_m3...
For some reason my ticket got deleted earlier, so here I go again.
I'm trying to change the configuration of the network core bootloader. For the `hci_rpmsg` and `mcuboot...
Hello,
I am going through the tutorials in the DevAcademy. During the learning process, I noticed the nRF Connect SDK is updated several times. I started from 2.1.0, now...
I am trying to make a multiprotocol network using BLE and Thread. I have flashed nRF52840DK using the `s140` Softdevice and flashed the ble_thread_dyn_template as well.
...