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...
How i can see the performance like the Picture. is allways 0% and had also no time or calls in the execution profile. Breakpoints works.
But when i press F10 (Step over)...
Hi There -
I'm trying to test connection interval negotiation with a central by putting nRF Connect Desktop (Mac) in peripheral mode and requesting a connection parameter...
I have a nRF52840 application that needs to take a complex list of commands from a server.
I have a few options. I could:
code a basic language myself for these commands...
HEllo
I am using the example TWI_sensor_pca10040 with a main.cpp, and I see that there is some sort of error with the logging that I cannot point out. I get this error...
Hi
I'm currently working on the 10028 DK board, which was working flawlessly until I used the J-link RTT Viewer, and pushed the IF BOOT/RESET-button. Now, when I try to...
Hey,
SHORT VERSION:
Timer (every Second) gets started when connecting (BLE with nRF Connect) to my DK (SDK12.2, Softdevice S132). Timer gets stopped when disconnecting...
Hi There,
We have an issue where our project crashes, but the app_error_fault_handler() callback is not being called to help identify the cause of the issue. We are using...
Hello guys.
I'm newbie to embedded programming.
I'm trying to make device that can measure temperature of other objects. I have a variable resistor. The resistor's resistance...
My BLE application uses my own firmware update algorithm and bootloader, as well as the Peer Manager module. To ensure that I do not delete peer data during the update process...
I am using nrf51 running as a peripheral and an iphone app as central. It works OK when I first use the iphone app to connect to nrf51. Then I quit the iphone app and let...
Application data is stored just before the bootloader. If I do a DFU upgrade with a larger bootloader than the one currently flashed, is this taken care of? That is, is the...
i am using keil mdk5 and i want to use nrf51822.please tell me which software i need for this and which sdk i have to download for this.i am currently troubling with doing...
I'm facing problem while program custom board. I'm using nrf51822 module( link ) & j-link EDU 9.3 version. I think there is some connection issue. Here is my connection
...
Is there any reason why no error is returned when app_fifo_get() fails in app_uart_put() (SDK 12.0.0). Couldn't the lines below:
if (app_fifo_get(&m_tx_fifo, tx_buffer...