I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
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...
Hello All Supporters,
I'm developing one NRF51822 based product.so sometimes will need to update application codes as new features arrives.so if my user update(replace)application...
Hi there,
I'm testing the "saadc" example : <InstallFolder>\examples\peripheral\saadc
I haven't changed the code.
To do this, I use the nRF52840 with SDK 14.2 and s140...
Hello,
I am probably beating a dead horse here....
I am evaluating the PCA10056/nrf52840 preview DK and using the Keil/uVison 5.24.2 for that purpose.
I have found some...
How to have control(play/pause & previous/next) over the Google Play Music app via a BLE link. I know I need HID over GATT but I downloaded the official doc and I cannot understand...
Hi,
I would like to use the nRF52840 modules for moving nodes. However, I'm concerned that the modules will not be able to cope with high moving velocities to communicate...
Hello, after getting my nRF52-DK I first tried to program it using Arduino IDE according to this guide. Everything worked perfectly as I was able to flash new firmware into...
Hi, Does BLE IPSP profile limits the maximum channels a one? I tried to change BLE_IPSP_MAX_CHANNELS to two, but it results code crashing at nrf_sdh_ble_enable() API. Is soft...
I'm finding some issues in sending data from nRF52832 using UART.
I need to send a string of length more than 100 characters.but when i
try to send,only 94 characters...
hi, I am switch from sdk 12.2.0 to sdk 14.2.0, I could not find softdevice_ble_evt_handler_set() and softdevice_sys_evt_handler_set(). what should I do with these two? and...
Hi,
I'm trying to develop something for nrf52832 and was trying to use the s130 softdevice. Using Kiel uVision 5 i added all the necessary packs, but when I add s130 to...
Hi,
I have two devices and one host. When they are in close area both of them are pairing to one host. When I switch off host, both devices looks like paired to each other...
Having gotten through the hurdles of getting my IAR project to compile and run on Segger Embedded Studio, I am now seeing different behavior between the two IDEs while debugging...
Hello,
In my application (based on app_nus_uart example, with two NRF52832 boards), one of the cases is uploading/downloading files with sizes up to 10MBytes.
In my app...
Can someone explain the reasons/benefits of using the single vs dual bank BLE boot loader?
Actually, why isn't there a single bank BLE bootloader in the example project...