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...
I did not use softdevice;
//this my code
void SysClk_LFInit(void)
{
NRF_CLOCK->LFCLKSRC = (CLOCK_LFCLKSRC_SRC_RC << CLOCK_LFCLKSRC_SRC_Pos);
NRF_CLOCK->EVENTS_LFCLKSTARTED...
Hi, i just got the tutorial "Getting started with nRF5 DK" with a NRF52DK to run with IAR Embedded Workbench. Unfortunatly i'm not able to set a single breakpoint in the debug...
Is there a way to increase the size of the random number pool, and does the pool refresh periodically, or is there a way to manually trigger a refresh of the pool.
Our application...
Hello Nordic Semiconductor team,
I read about the new softdevice S132 v4.0.2, it says that "Concurrent central, observer, peripheral, and broadcaster roles with up to twenty...
I connected a Classic Bluetooth Device on my PC through by Bluetooth.
1-)I saw this message:
That means "Bluetooth Services Configuring"
2-)I saw this in device...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
Hi. I'm using nRF51822AC, SDK12.2.0, S130 v2.0.1.
I made boot secure and application as below.
boot.hex, application.hex
Then I made setting file as below.
nrfutil...
Hi. I'm using nRF51822AC, SDK12.2.0.
I just started trying priphral function which provides multi link(Max. 8 links).
Which example code can I refer?
I hope your...
I have a scenario in which hundreds of beacons are advertising. I want to know whether an observer can observe all the beacons or not. I have done a lot of search on this...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello!
I'm having trouble adding vendor specific UUID and configuring the memory. My service will require 3 vendor specific 128 bit UUID. One for the service and two for...
Hello,
I would like to make use of an Adafruit sensor Adafruit_TSL2591 connected to my nrf52 through the TWI interface. I have seen the example TWI master device, in that...
Hi,
My apology if this question has been answered. I wonder if >2mA current draw for an APP with the following design considered normal consumption?
Custom GATT profile...
Hi,
I'm using the UART to talk to a radio module with sdk 12.1 on nrf52.
I'm seeing frequent UART errors, where the event handler is called with event type APP_UART_COMMUNICATION_ERROR...