Hi,
Is that possible to run the radio_test_example (\nRF51 SDK_v5.2.0.39364\Nordic\nrf51822\Board\nrf6310\radio_test_example) on the nRF51822EK? If yes, what modifications...
we also produced self PWM for ADC wave form testing. when we stop transmission, we will get good waveform out, but when we starting transmission, output waveform shape is...
Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
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...