I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
On the nRF5340 P0.00 and P0.01 are used for the 32.768 kHz crystal by default and are not available as GPIO on the connectors.
how to remap this pins to gpio?
I need to develop a pair of BLE-capable devices that talk to each other. The communication between them will be very simple - the central needs to tell the peripheral the...
Hi,
When the NRF9160 boots the GPIO level of a given pin, such as P12, is set to high (3.3V) before the main application gets a chance to call gpio_pin_configure and gpio_pin_set...
I am now using the DFU functionality to upgrade the code combined with the CoProcessor and radio_test samples and find that the code takes up too much space to upgrade. I...
I recently bought Thingy:91 (nrf 9160) there was a SIM card included but it didn't work! I have written to support twice at the recommended address [email protected]. it was...
Hello,
I am using PCA10040 DK for the programming with ble_app_beacon_pca10040_s132 example code. I want to broadcast my 20 bytes of data with my 0xFFE0 UUID.
In this...
Hello,
I am using the nrf52840dk_nrf52840 with NCS v1.7.0. I am trying to use the external memory (MX25R64) to host the mcuboot_secondary slot. Then, the primary slot...
Hi, I have recently acquire an nrf52840 development board to prototype a usbd msc. With the example provided in sdk17.02-USBD_MSC, for saving every 1000 frames of data, 100...
Hi
I want to konw what will softdevice or ble do after the chip enters system on mode.How do I know which components are working during advertise and connection intervals...
I am using the MDBT50Q-1MV2 which has the nRF52840, and have burned the Adafruit Feather Express bootloader using a J-link and the Arduino IDE. The issue is that I have not...
Dear, I need to upload data to w website using nRF5340DK. I decided to use NodeMCU V3, which has ESP8266. The related queires are:
1. How to include and use esp8266 shiled...
Hello !
I'm using USB CDC ACM serial port in interrupt driven mode.
I can see driver operate by 64 bytes chunks.
Linux PC is used as data source and I can see 450KB...
Hello, I am fairly new to programing with nRF52832, Segger Embedded Studio and SDK52 V17.0.2.
I am an EE student, and the majorly of my experience comes from Arduino.
...
Hello,
My setup:
nRF5833 DK, OpenOCD-0.11.0 on Windows 10
I installed the xpac OpenOCD package and attepmted to connect to server using the command
and I get the...
I am using the GNSS Sample in SDK 1.8.99 to test sleep/wake cycles.
The GNSS example is correctly operating in single shot mode by setting the interval to 0. After getting...