Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
I am using nrf52840 . I am sending data 2 bytes as FF .I put the data in 2d array like this. char dataSend[1][5]={"FF"}; This char dataSend has 1 row and 5 length .This should...
I need transfer data to/from NRF52840.
I see I can do it by using function nrfx_usbd_ep_transfer - but don't see any examples.
I want to make bulk endpoint and be capable...
Hi,
I am running ble_app_blinky example on nRF5280 custom board, it is giving me Error 133 (0x85): GATT ERROR . Since I have nrf52DK, I tried same example with SD 132 on...
Hello,
i am using the NRF52832 and the NRF52840 with different softdevices. Now I want to update the softdevices over the air and I need the SD Version strings of all the...
A bit more detailed: A bug has been detected on the device under development. It is connected with the fact that if you try to disconnect a connected device on an iMAC Catalina...
Hi
I am trying to install the SES toolchain on my PC (Win 8.1) following exactly the nRF Connect v3.2.0 Getting Started Assistant. When trying to "Open nRF Connect Project...
I am using a nRF52 DK to program an externally powered board with a NRF52811.
I am able to flash a blinky program onto the custom board successfully using the output .hex...
Just as the title says, I'm trying to measure an input pulse width using PPI and GPIOTE. I am currently measuring the pulse width using timer interrupts, but I would like...
Good day!
generic_ponoff_setup_server_init causes Mesh assert error.
If I delete reallocation of dtt and onoff servers' subscription lists everything goes fine.
What...
Hi!
I have been using LoRa for communication for my product. I'm looking into using BLE mesh.
I have a couple of hundred sensors, all 1-2m apart from each other. Here...
In this scheme we use 2 inductor in a serial connection. 15 nH + 10 uH. Total inductor = 10.015 uH. ??? Is really need to add this 15 nH inductor? For why? If we just short...
When calling access_model_subscription_list_dealloc() from models_init_cb() an assert is triggered in sublist_invalidate() due to mesh_config_entry_delete() returning NRF_ERROR_INVALID_STATE...
I have 3 Nordic nrf52840 USB dongles , several Particle Mesh Argons and have ordered an Arduino Nano 33 BLE Sense and have found the Adafruit Feather nRF52840 Express . All...
Hi,
Greetings!
I am facing a issue while updating firmware
My Setup:
SDK 16.0.0
SDK for Mesh 4.0.0
nRF52832
DFU: secure_bootloader_ble_s132_pca10040
Application...
I've gone through the forum and I've tried certain "solutions" but none of them work for me.
I've erased my device in SES multiple times, recreated the files for the service...