Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
s132 4.0.2, nRF5 SDK 13. In BLE_GAP_EVT_CONNECTED event handler I try to call sd_ble_gap_data_length_update returns NRF_ERROR_RESOURCES.
I have
#define NRF_BLE_GATT_MAX_MTU_SIZE...
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...