I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
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...
Hello,
I want flash NRF52840 using AM57xx sitara processor(running on linux) over SWD interface. Can you please provide steps for the same. Is there any other methods available...
Hello,
We are using nRF52840 with SDK 15.2.0, a bootloader and the SoftDevice. We are able to perform a DFU by downloading the .bin and .dat files of the new firmware in...
Hi,
Following the example https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/thread_example_dfu.html how can you connect a jlink debugger and step through the application...
I read here...
NRF52840_PS_v1.1.pdf Peripherals > UART (6.33.7)
“An ERROR event, in the form of a framing error, will be generated if a valid stop bit is not detected...
Hi,
is there an updated example for SDK 15 or 17 for the multiprotocol example which uses BLE and ESB via the timeslot concurrently and at the same time allows the normal...
Hi ,
i am new to using SPI and i am currently undergoing my final year porject that consits of data analyisis for IMUs and i am uding the nrf52DK (which i never used before...
Hi Everyone I have been trying to send a text file(reading from SD card) , The size of the file is 2MB. I am using softdevice s132 for nrf52832 to transfer the text file via...
To Nordic support team attention,
Hi guys, in sdk16 there is ble_app_gls example. I slightly modified it so to have BLE_GAP_IO_CAPS_KEYBOARD_ONLY as GAP IO Capabilities...
Hello, we have an application with BLE. We've prepared secure bootloader with Serial Transport for performing DFU. Now we need to add necessary changes in application to support...
Hi everyone,
I want instead of MAC address to advertise my device using its 64bit unique ID. What I am considering, is to use the p_data array for that purpose and more...
Hi, I see an interesting situation.
I got flash corruption with values 0xff after random power cycling and it's happened only if I have flashed the bootloader
soft device:s132
sdk:15.3.0
I implemented the following, but the event does not occur even if the voltage is V2.8 or less.
Do you know the reason?
===
NRF_SDH_SOC_OBSERVER...
The nRF5 SDK's throughput sample (ble_app_throughput) provided very convenient shell commands to configure key parameters affecting throughput in a connection, such as ATT...
Hello,
in my project I have a custom board with a nRF52832 chip, which reads 4 channels with a sample rate of 1kHz (1ms). The SAADC readings get transmitted to a nRF52840DK...
soft device:s132 sdk:15.3.0 board:nRF52832 board (taiyo yuden EYSHCNZWZ)
Unable to receive event 'NRF_EVT_POWER_FAILURE_WARNING' I implemented the following, but the event...