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...
As per the section - "Adding support for programming nRF5340 in SES" in the document https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf5340.html , I had...
Can you please guide me how to compile the nRF Connect SDK asset tracker with the AT command library enabled. I need to set the CONFIG_AT_CMD_RESPONSE_MAX_LEN configuration...
I tried to connect my nrF52 DK board to various devices, via USB. None of the devices was able to see the board.
In addition, nrF Connect / Studio wouldn't see the board...
Hello,
I am trying to understand how to use an external button. In the first stage I am trying to replace the functionality of button0 on the DK with a GPIO.
I took the...
Hey guys,
I'm working with a Laird BL652-DVK (nrF 52832 - chip), Nordic SDK v.14.2.0 and SES (Segger Embedded Studio v.4.30). I'm working with the ble_peripheral example...
Hi, We are using the nRF52840 in a 3V battery powered product. We have an on board 1.8V LDO regulator that supplies Vdd and Vdd_IO. We have a problem with the NFC antenna...
Dear all
I currently have a single nRF52832 SoC (custom PCB) transferring data to a single nRF51 dongle via BLE, which in turn passes the data to my PC via UART. I have...
Hi everybody,
I'm having a problem with the advertising function of the SoftDevice.
When the application starts advertising the function "sd_ble_gap_adv_start()" returns...
Hello,
We are currently looking for a way to test nRF52804 on our board with CMW500. From R&W video clip, they tested Nordic eval. board with USB connection. How do I make...
I’m interesting particularly nRF52832 and nRF52840 (with and without bootloader)
So looking at flash layout with bootloader :
is the section ‘Application data’ available...
i want to send string over eddystone tlm...and wish to use temperature part for this...so how can i display character string instead of temperature in eddystone TLM..please...
Hi, I am trying to use the iOS nRFMeshProvision SDK to create a iOS mobile application. I am trying to get the composition data but access layer always times out and gives...
Hi, I am new to Dev Zone. I am writing debounce logic and I am wondering if a button can have an interrupt set when the GPIOTE sense a HITOLO transition to fire the first...
Hello, I'm currently developing BLE_SCANNER(GATEWAY) for asset tracking or management.
My scan environment is,
[Our device -- same UUID]
The number of our beacons...