Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
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...