Hi all,
do different settings of SAADC RESOLUTION register affect Conversion Time t CONV ? I cannot find any dependency - the only value given for t CONV is 2 µs typ (7...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hi all,
I have some question want to ask.I have about 200 bytes to write to the flash and also I would use the bootloader.
I'm using nRF5_SDK_11.0.0_89a8197 and s130_nrf51_2...
This test program is modified from examples\pin_change_int\main.c, I add the instructions to put the cpu to sleep. And I add nrf_gpio_input_disconnect() for all the pins except...
Hello, I am using pstorage function and I would like to know oppionions of your's what would be the best practise to wait until processor erases the flash memory and would...
Is enable required before configuration? Does toggling NRF_ADC->ENABLE reset the configuration (like it does for the radio?) Is the power to the ADC automatic, so that even...
im using sdk10, I initialiszed ble_stack_init and advertising_init but when starting advertising, it works with BLE_ADV_MODE_FAST but not with BLE_ADV_MODE_SLOW .
why it...
Hallo comunnity
I have a sensor which is working is sending data via BLE and it has a 128 UUID bit service [0x 000000-000000-1000-8000-0080-5F9B34FB]
In order to do...
Hi,
What is available MTU of CoAP and UDP over 6lowpan with IoT SDK ?
In my application, I need to transfer dozens of kb data to ble node over 6lowpan with iot SDK. Do...
Hi, I bonded is ok .But I want to store some data on nrf51822 flash memory using pstorage. What should I do?
Register new or change it :
param.block_size = ALL_CONTEXT_SIZE;...
I have an SPI peripheral that has an odd protocol and in trying to sort out why it was acting up I finally caught a logic trace showing about a 13us break in the SPI data...
Hello,
I am using HID mouse/keyboard examples from SDK to learn creating custom HID device.
Besides using four buttons on EVK to simulate motion action. I would love...
Hi All,
I'm currently setting up three nRF52840 DK nodes, two nodes are routers and one is an end-device. My plan is to introduce more node in the network later on. The...
Hi,
We created a faster & simpler alternative to gazell for the nRF24LE1 (our IoT sensor) that supports 100s of transmitters (PTXes), is individually addressable, has session...
Hi
I'm using the NRF51422 with hardware UART.
Brief outline of the configuration:
115200 Baud, 8-N-1, no HW flowcontrol
SoftDevice S130 V2.0.1
lib: app uart fifo
...
Hi all,
I am using the softdevice S130 v2.0.1, plus one application derived by the ble_app_uart and the single bank bootloader (SDK11) on a custom board with the nRF51822...