Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
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, I've a timer configured by gpiote to capture with a second 'overflow' capture should the signal stop. I'm not using an interrupt instead the CC[0] value is being used...
I have seen the same issue reported.
nRF52840 DK does not appear as a removable drive named "JLINK"
Done the following.
1- My laptop has only one USB port. So I have...
Hi there, I'm controlling the nrf9160 with a esp32 and I'm wondering if you have an recommended libraries for forming AT commands and parsing the return messages?
I'm running through the nrf9160 dk startup guide and I've updated the application and modem firmware. However, it does not look like the application is accepting AT commands...
I have a BL654-DVK (nRF52840) and BL653-DVK (nRF52833). I have a custom program modified from an example that runs and debugs properly on the nRF52840, and am trying to port...
Hi,
We connect our external Board through P20 from EVB NRF52-DK everything goes well.
We are trying to do the same setup on other computer and we get failures to flash...
Hi,
I'm having trouble with debugging the nRF5340. I'm only using the network core and hence use the empty_app_core project for the app core.
The problem i'm facing is...
Hello,
Ubuntu 20.10, nRfConnect v3.6.1, Programmer 1.4.8. Running appimage.
I get:
" Could not fetch memory size of target devkit: Error: Error occured when get library...
hi,
i am working on " ble_app_multilink_central " in ble central . i have connected two peripheral devices .how to include uart in "ble_app_multilink_central" example code...
I have an issue with getting the I/Os correctly setup for antenna switching.
I am running the radio_test example code with the following modifications.
So far, I have...
Hello
I am new to all of this and am wondering if this is possible, and if anyone can point me in the right direction if it is. I am looking to create an open source project...
Hi DevZone Team,
when I use west to configure a project, build/zephyr_settings.txt always contains
"BOARD_ROOT":"/home/user/test/nrf" "DTS_ROOT":"/home/user/test/nrf"...
I am facing one another problem basically i am sending some AT command from central to peripheral but after some time its hang and wait app_erroc. c (__disable_irq();->while...
Hello, I commissioned a factory to make a sample card reader for my company, they didn’t configure everything, because the SDK given to us allows the device to read-only NFC...
Hi
I have a setup with one device and one host, and I want to send data return to the device, but I'm not getting the nrf_gzll_host_rx_data_ready callback no the host. ...