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...
When I open the Light Bulb project in Segger Embedded Studio I see a bewildering list of project items. I pick the first project, 'zephyr/merged.hex' and right click to set...
SDK: 4.1.0
CHIP: 52840
Hi, I have developed sleepy zed. It lost the connection with the network after joining in 1~3 days.
It assumes that the zed couldn't get the...
Hi, guys.
I'm using nRF52 DK (PCA10040). After I used Zadig (Driver setup for J-link), I cannot build and run my previous code to the nRF52 DK anymore (see the first 3 images...
Hi
I am using nrf52840 boards and by using the coexist program I am able to send and receive messages through mesh while using the ble services.
I followed the instruction...
I use NRF52DK as central device I also use a SDK that is ble_app_uart_c code for my project. and i would like to take my peripheral devices whice are phone or PC their RSSI...
Hello - we're using "nRF Connect" from the Apple App Store for the development of our project.
First, thank you for making this tool available and free for everyone to use...
I am using nrf52840 via NRF Connect and Zephyr configured to use the Nordic SoftDevice BLE controller.
My use case is for a central to sample a rapidly changing real-time...
As a beginner,I’m sorry for asking such a stupid question,but it has annoyed me for a long time.
I built and downloaded the program to my DK,and I used PuTTY to connect...
Hello,
I've designed a pcb using the 52840 chip which is essentially identical to the dongle design. My intent was to use the firmware that comes pre-installed with the...
Is there a set of prj.conf settings that I can use to redirect the AT command interface to the RTT debugger? Would be nice not to have to hook up a serial connection.
Hi All,
as the title say I'd like to know if is the Wake on GPIO available for nRF52840_dongle and what is the I OFF_RAMOFF_GPIO ?
My application should behave more or...
Hello. I'm developing a project using nRF52840. I've been working with the nRF52840Dev Board and I have a BLE project that runs there. I'm developing in Segger IDE and using...
When building a product which has multiple models but the firmware is essentially the same, perhaps with a few different parameters, I want to use the same code base and have...
I am implementing a system that needs to read all 8 adc channels at a set interval and wish to use the asynch mode to do this as it gives the lowest power consumption.
Using...