Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
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! We're working with a gateway comprised of a workstation running RHEL 8.5, a Bluetooth USB dongle with a nRF52840 chip running the connectivity_4.1.2_usb_with_s132_5.1...
Hello everyone,
i know that there are many similiar questions on the DevZone but i am not able to get it work and i dont uderstand it yet. I want to flash a custom board...
Dear Nordic Team !
I think I found a bug in the ble_db_discovery module of Nordic SDK 15.3.0, maybe other SDKs are affected too. I am implementing a BLE central device for...
I received my NRF52840-DK board, today, from Digi-key. I followed directions in starting it up - power set to USB, switch to on. When I turn it on, all LEDs flash and pressing...
After a lot of stumbling around (the documentation for the ANT+ examples needs to be improved) I finally got some of the ANT+ examples working on my nRF52 DK board. When programmed...
HI
How can I to send 512 characters over BLE NUS?
I saw in Ble uart example this
I received 247data from BLE NUS
can I to receive 512?
how can I do that?
...
Hi,
We are currently going through the Verizon self certify program, using an adaptation of the asset_tracker_v2 firmware on our device. Verizon said to reach out to Nordic...
Look like a hard coded bug in API generated in build\zephyr\include\generated\syscalls\flash.h ?
-- Found BOARD.dts: zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840...
Hello! I have a serial device (RN8209 power meter) which is connected by UART to a nRF52832 with 4800 Baud. I am using SDK17 nrfx UARTE to access it, but I have observed,...
We have a custom board with a uBlox Nina-B1 module. Pin 0.05 is connected to an analog switch (NX3DV2567) which powers a microphone and capacitive switch. When the pin is...
Hi everyone,
I am using nrfConnect 3.9.3, And SDK v1.7.0.
I am working on a project based on uart example.
My question is if there are some way for clean/discard all...
I'm unable to get a cloud response using the XPING command with some IoT sim cards on the nRF9160. I've been working with serial_lte_modem projects on this chipset. I've also...
I cannot find any information on how to update mcuboot over SMP when using the immutable bootloader.
I have my NRF52840 setup with the chained bootloader: b0 -> mcuboot...
Hi,
First of all thank you for your support and suggestions.
As I am planning to use nRF52840 SoC in my design, (Project: BLE based Environmental sensor). The circuit...