If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Hi all,
We were trying to add ML and AI features to our nRF52840 SOC, for that we found one link https://www.nordicsemi.com/News/2021/01/Edge-Inpulse-and-Nordic-partnership...
NRF52840 DK
S140
SDK 15.3
Hello I want to read the value of dht22 at regular intervals using the _timer_handle. But I can't read the value. i read this and this...
Dear community,
i'm working on an application for the nRF52832. I would like to use MCUboot as Bootloader and Zephyr for the main application . The current situation is...
Hi,
-I have a custom board using nrf 52832 and I have interfaced LIS2DH12 using an SPI interface. -I am using SDK 15.2.0. I didn't use softdevice. -I have written a simple...
Hi, I am reading about your company's direction-finding chip products, but I have the following questions:
Whether the three Bluetooth direction-finding chips (Bluetooth...
Hi,
I am working with Nrf Connect's programmer application and I was wondering what button `Erase & write` is actually doing. Is it erasing all memory on nrf or maybe only...
This one was written by a former colleague of mine, using radio to simulate a BLE broadcast driver. I use in my own project, it is completely possible to realize the radio...
unknown type name 'nrf_dfu_set_adv_name_svci_async_t'
'nrf_dfu_adv_name_t' has no member named 'len'
also
nrf_dfu_set_adv_name_svci_async_t dont understand how it...
Ways to reproduce:
Create SES project with the following: nRF Connect SDK: v1.5.0 Project: blinky Board name: nrf52833dk_nrf52833 (can probably be any nrf52xxx). Also happens...
Hey anyone,
Going through the 'getting started' process for the nRF 9160 DK I'm having some issues.
I've followed the steps to install nRF connect etc. suggested in the...
SDK 14.2, S140, NRF52840
I was trying to use the low_power_pwm library but upon copying the code from the lpp example, I get this:
Linking ble_bse_pca10056_s40.elf, 4...
Hi,
So I am working on a school project with NRF52840 (DK) developing a ZigBee compatible Window Blinds controller (battery powered).
And for that I am using the Window...
Hi
Is it possible to get any idea of timeframes for NCS being synced with upstream releases?
Zephyr have a public timeline for when releases will happen (sometimes not...
Hello,
In Nov 2020 I wrote a program for nRF52805 and it was working exactly as I expected it to.
Here is a small section of the code.
Basically, I just need to be...