Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
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 all,
I use nRF52832 with the UART peripheral example.
I use SDK V15.0.0 and Softdevice V 6.0.0, with IAR embedded workbench version 8.22.1
Messages output with NRF_LOG_INFO...
Hi,
I am using the nRF52840, which has 256KB of RAM, (i.e. loads and load of RAM.)
I would like to allocate a buffer of 45KB.
I have tried using malloc (from the stdlib...
hello nordic! I am using NRF52832 to verify certain characteristics of BLE. the question is:After the BLE terminal device is bound to the mobile phone( Most likely Android...
I found this in the schematic and I wanted to
Confirm this is correct pinout to communicate over serial
Know where to go in the firmware to get this information?
...
Hi everyone,
I am working on nrf52832 using sdk15.0.0 using ble_app_beacon
I getting 3mA current when falling edge detected, i want to set my device as low low power consume...
Hi, Dear Nordic & All:
I use usbd_msc example to generate .xls file, and write content in it, sometimes I write successfully, and can open it right on PC with WPS,
but...
In project ,i use a TWI transaction manager to control two sensor devices.So, each device requires a GPIO to detect input interrupts. I use a GPIOTE IN event and a GPIOTE...
What is the drawback of setting the TTL on mesh packet to a high number?
I am assuming that a node will not relay the same message twice? I.e. it sees a packet for the first...
Hello!
I’m quite new to the nRF microchips and am trying to programme my nRF52-DK board following this guide ( https://infocenter.nordicsemi.com/pdf/getting_started_keil...
We are working on the OTA DFU of NRF52840. The soft device version we use is the latest: s140_nrf52_7.2.0.
Unfortunately, nrfutil does not have the code number for this...
Hello
Based on this example : https://devzone.nordicsemi.com/f/nordic-q-a/57881/store-custom-application-data-using-peer-manager?ReplyFilter=Answers&ReplySortBy=Answers&ReplySortOrder...
Hi Support,
I am observing something that is quite strange on the GPIO input. I am developing a Zigbee device with Energy harvester with NRF52840. I need to use the state...
In addition to uarts, I2cs and SPIs I tried toggling some apparently spare pins without seeing voltage changes on the pins I tried.
Which pins are available for digital...
I'm using the Nordic nRF52840-DK board to breadboard an SDHC card interface in Zephyr using SPI. I have it doing "basic" operations, but am trying to reconcile what I'm physically...