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,
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...
So... As I understand it, micro-ECC is a free library that lets you create an ECC private key for signing the SecureDFU that Nordic is using.
The nrf52840 has Cryptocell...
I've put on the stock dfu/bootloader_secure on the nrf52 DK.
I've then create a distribution ZIP and upload a blinky app to the DK. That worked fine.
Then I compiled...
Hi,
I have problem with DFU for 51822xxAB witch has 128kB flash.
I use dual bank bootloader for nrf51422xxAC witch has 256kB flash memory within nrf51822xxAB.
Ofcourse...
I know this might be a dumb question to you all, I am first time doing this sort of work
How to connect Jlink to NRF52? I need to flash a custom built BLE board with new...
I'm running on a nrf51822 chip, using Keil and a JLink Segger programmer. I'm running on SDK 12.2.0 and I believe I was correct in choosing pca 10028 s130 but I'm not 100...
I followed the instruction and installed the latest version of nRFgo 64bit v1.21.2. After installation, I can not find ble-sniffer___SNIFFER.zip at all.
Where can I find...
Hello,
I was able to get SEGGER_RTT_WriteString() to work correctly, however SEGGER_RTT_printf keeps giving me this issue when compiling:
._build\nrf52832_xxaa.axf:...
I am programming a beacon, first I had some problems using sd_ble_gap_adv_start() so I changed to ble_advertising_start() .
Now I have a problem when compiling:
_build...
I'm trying to use the PPK with an nRF51 dev board, and I'm getting this output whenever I try to start the PPK Software:
Checking installed packages
pyside: 1.2.4
pyqtgraph...
I tested a 23byte data transition in iPhone 5s with Softdevice 3.1.0, sdk12.2 .
it is ok. I know that iphone 5s is ble 4.0.
So I thought it would be possible on Android...
How do I set TIMER2 to interrupt every 1 ms?
Sounds like a very basic question, but I haven't succeed. For TIMER1 I can get it working, but for TIMER2 the highest frequecy...
I am using SAADC and reading in 1 analog channel. The data sheet says that scan mode is enabled when 2 or more channels are turned on. What if I am only using 1 channel ?...
Hello, after I program bootloader, sd, application, I did the following command to do read back protection,
nrfjprog --rbp ALL -f NRF51
But, even though I still can...
Is there a way to achieve what bsp_event_to_button_action_assign(button_id, action, event) does but using my own button?
The functions requires a button_id like 0,1,2,3...
When I use NRF_LOG_GETCHAR() witn nRF52 DK and onboard SEGGER UART it stops in next NRF_LOG_INFO(). Also after ARM reset it keeps in this error state. It seems that SEGGER...