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...
Hi, Nordic
I check SDK13.0 bootloader_secure sample, it do not work
nrfjprog download bootloader_secure
use nRF Connect app in Android mobile phone to...
Howdy!
I have to admit that after about 2 weekes of fight i finally made some progress with NRF51. Afterall i can upload my own program to chip so it changes leds on NRF51...
I get an error when trying to pair to a peripheral in nRF connect v1.0 on Linux.
I have two nRF-DK v1.1.0 (pca10040), one is the adapter that is connected to nRF Connect...
After flashing softdevice, the ble_advertising_evt_handler_t doesn't get called, only after flashing the program for the 4th time.
/**@brief Function for initializing advertising...
When I connect the nordic ID stix to my android tablet using the micro-USB to USB cable, the nordic ID stix doesn't appear green light on it. Is it need to install any driver...
I would like to dynamically change bluetooth LE advertising interval. I am using nRF51 and nRF52, with SDK's 8 and 12. Is that possible and how to do it?
Our application...
Good day everyone,
I would like to utilise the nRF52832 BLE chip in an application that requires radio communication between a master and slave. The slave needs to be powered...
Hi everyone,
I am using LPCOMP in rFF58122.
When coosing the reference voltage, I have to fill the structure nrf_drv_lpcomp_config_t with the hal nrf_lpcomp_config_t that...
Hello, I try to add TWI function in my project (uVision5) so I add this modules with 'Manage Run-time Environement':
nrf_drv_twi
nrf_twi
app_twi
and I get...
hi
I have a problem in integrating a 1.8V GSM modem with nRF52832 through UART. nRF52832 supplied with 3.3V and there is a voltage divider that covert 3.3V to 1.8V in the...
hello....
Nrf 52832 does not work.
With a newly developed board,
Programming with nrfgo studio and J-link is not possible.
It feels like it does not have a good reset...
I'm looking for an example code of central role which can run on nRF52 DK.
I want to check if it is possible for nRF52 DK to send a LL_CONNECTION_UPDATE_REQ PDU to slave...
In general, I'm working on my own dfu-bootloader project which was developped on the "Engineering A" chip-revision of the nRF52832. We finally have new hardware with the chip...
Hi all,
I have use nRF5_SDK_11.0.0_89a8197 and S130 before and use nRF Toolbox to do switch it to bootloader and do OTA, just use one APP. However, now I'm using nRF5_SDK_12...
Hi,
I look at this demo,found that the ESB is PRX in most time, it may lead to a high power consumption.I want to achieve auto ack, piggybacking data in ACk from PRX.So the...