Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Hello,
I am trying to program my NRF52840 chip with the Secure Bootloader UART project, in addition to the BLE App UART project as mentioned in the title. So far, having...
I am trying to work with Bme680 with I2C communication i can read every value but i cant read air quality value its always at 806516 value and does not change . I thing configirations...
I've been trying to integrate CLI over USB CDC ACM into my project, but I'm failing even to run the SDK example.
CLI works fine over UART, but it won't run over USB.
...
Hi,
My application has hard faults sometimes, and I'm trying to figure out the reason.
When it occurs - I have a hard fault log, but p_stack->pc is 0. I can't understand...
When I use j-link soft uart all good
but when i disconnect j-link the soft uart will error
like this so�rceid=2, status=0 sourceid=3, status=0 sourceid=4, status=0
Hello,
I'm new to BLE product and nRF52840 dongle and DK are my first BLE evaluation kits. I've some experience in Arduino AVR microcontroller. My setup is as follow:
...
Hi All,
I've been successfully using Martin's example - https://github.com/Martinsbl/nrf5-mpu-examples/tree/master/nrf52-mpu-easydma-using-gpiote-and-registers - for DMA...
I need to connect a PN532 V3 Module to a nRF52840 using SPI. I tested it using arduino IDE (I used those three libraries: Adafruit_PN532.h ( github.com/.../Adafruit_PN532...
We have custom board which is interfaced with PCA10040 board through bebug out port. Blinky example is working fine on 10040 but when I download it on evaluation board its...
Hi,
I've been following below tutorial and everything works fine.
https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-characteristics...
The loader script provided to Segger for use with Embedded Studio includes
. = ASSERT (( __tdata_load_end__ <= __storage_flash_start__),
error: section .tdata overlaps...
Hi, I'm working on a project with the nRF52840 PCA10056 board. Using the IoT LwIP MQTT example, I can communicate with the insecure MQTT. However, I need to provide security...
I would like to use the GATT queue to discover ALL primary services. When using the SoftDevice calls directly, one would use sd_ble_gattc_primary_services_discover(conn_hdl...
Hello
I'm going to use AES for encryption and decryption testing of data this time.
Looking at the example of SDK, there are several AES modes, can you tell me the difference...