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...
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...
on the nrf52832 I am configuring pin 10 as an input. There is either 0 or 3.1V on the pin depending on whether a charger is connected to the board.
When I read the state...
Just stumbled upon this:
#define TIMER_PRESCALER_PRESCALER_Msk (0xFUL << TIMER_PRESCALER_PRESCALER_Pos) /*!< Bit mask of PRESCALER field. */
Should be
#define TIMER_PRESCALER_PRESCALER_Msk...
I am working on project where I am storing and reading data from an SD card. During the initialization, I would like to print the full contents of the root directory - "/...
Hello,
I have a problem through which unfortunately I'm not able to come across alone. I'm using nRF52832 with softdevice and UART central example from SDK14.2 (..\examples...
I'm using nRF52840-PDK. I created a custom ble service following this tutorial ( github.com/.../custom_ble_service_example) and sent my sensor data over bluetooth. Now I'm...
Hi ,
I am trying to disconnect a connected central (phone) by calling sd_ble_gap_disconnect from my nrf52 configured in multiperipheral mode. . The disconnect call returns...
I am trying to time a capacitor discharge through different resistance sensors for greater resolution than an ADC. I did this using the GPIO functions initially but the SD...
Hi,
Is it possible to use Segger Embedded Studio with nRF51?
I see on your web site it's supported with SDK 14 or greater but this SDK is only for nRF52.
My product...
I have problems with my custom board.
I developed the firmware with the nrf52840-PDK and there the firmware runs standalone (with RTT connected and without) or when debugged...
Hello
I am working on nrf52382,sdk11,softdevice 2.0.
/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-fd3fce63fa6d4ddfa73158194e4d87c3/battery_5F00_pins...
Hello,
I am writting a batch script to flash a PCA10056.I use it to flash the softdevice, the bootloader and my application.
The script works well and flash the device...
Here NRF52 TX pin is connected to Battery to measure voltage Level. i am using NRF52 with SDK 11 and s132 soft device.
Here is my Schematics
here BATTERY is connected...
Hi
I am working with the twi_scanner_pca10056 example found in the SDK. Using a oscilloscope I can detect the logging messages on pin P0.01, even though sdt_config.h defines...