Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
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.
Hi,
Using the nRFGo Studio software, I noticed this is actually running using the Qt framework that makes porting application between Windows, MacOSX and Linux really easy...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Hello,
I have been trying to make the BLE bootloader example works without succes. I am getting stuck after uploading the Softdevices and the Bootloader.
Step by step...
Hello.
I am experimenting examples \ peripherals \ saadc.
It is nrf 52832.
I changed NRF_DRV_TIMER_INSTANCE (0) to NRF_DRV_TIMER_INSTANCE (1), though I tried changing the...
Setting the gatts_enable_params.service_changed to 0 when enabling softdevice removes (or rather doesn't add) the Service Changed characteristic. That's what I want. However...
I'm developing a device based on an nrf52 chipset, and I'm experiencing strange behaving of the Radio interface. The firmware is based on SDK v11 and SoftDevice 132, the hardware...
Line 73 in function nrf_drv_rtc_init snippet bellow checks for UNINIT state. It accesses the m_cb array which is an uninitialized global. That condition would intermittently...
Hi
i buy a nrf51822-02 module and the chip of this,is nrf51822qfaah10
i compile the ble_app_uart_s130 and program my module but it does not have any advertising
my nrfgostudio...
Hello!
Does anyone know how can we send the multiple uint8_t MOSI signal to SPI and received the result on m_rx_buf?
Trying to send multiple bytes to "m_tx_buf":
...
Hi,
It is possible to use an non secure DFU in SDK 12?Like on SDK11?
How to migrate my custom DFU on SDK 11 to SDK 12?
UPDATE 1
it the dfu from sdk 11 I Get an...
When we use nRF5 bootloader provided with SDK the first application flashing must always be done using DFU over-the-air. Only after that it is possible to re-flash application...
Hello,
I'm new to Nordic nRF52 and trying to send commands via termial to nRF52. After receiving commands, nRF52 will use these commands to do i2c communication with other...
Hi,
I'm trying to simply toggle a pin with GPIOTE out toggle task from RTC2 CC0 event. Wrote up the following code and checked the registers in system viewer. Everything...