Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
Dear Sir,
Moving to zephyr new installation 1.4.99
Configure SPI1,SPI3 . I can see the SPI configured in zephyr.dts
spi3: spi@b000 { #address-cells = < 0x1 >; #size...
Hi,
I am using the stts751 temp sensor with nrf52832 for temp data logging for short time. I want to save temp data in the internal flash memory but I didn't find any similar...
I followed the instructions in https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fsdk_config.html
and pasted the appropriate text...
Hello,
I have been trying to get the ADC working but for some reason, the adc_read function throws an error of invalid argument ( -EINVAL (-22) ). The adc_channel_setup...
Hi all, I have tried to follow the step to get up and running with my new nRF9160-DK, however, I am not sure if the Application FW has been successfully updated (how would...
Hi,
We are using a bootloader/DFU based on the secure_bootloader example with USB transport from SDK15 and It works fine.
Now, we are trying to add the possibility to...
hi.
i use nrf52840 to d evelop a keyboard .i connect and be bonded by a pc,now i want to delect to the bond info of the pc,and after this ,my adv cant be scan by this pc...
Hi Nordic Tech Support team,
One of my customers is having some problem with UARTE implementation. They used the ble_app_uart example ( pca10056 with SoftDevice 113 )...
Hello Everyone,
We are developing one custom device using open thread protocol.
We are using SDK - nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71 and Dev-kit - nRF52840...
IN Establishing the friendship,I received the following error
/** The Low Power node was not able to send transport command due to internal fault. */ NRF_MESH_EVT_FRIENDSHIP_TERMINATED_REASON_INTERNAL_TX_FAILED...
I want to send ADC data over bluetooth. When I searched, I found the following contents.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsds_s132%2FSDS%2Fs1xx%2Fble_data_throughput...
I am using the nRF51422 development kit with the SDK 11. I am trying to run the proximity application located in ble_peripherals. When the project is build I am receiving...
Hi,
I am using ble_sdk_app_hids_keyboard example:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_hids_keyboard.html...
Hello, I lived in Taiwan and I followed nRF9160 DK Getting Started and met a problem at establishing connection with nRF Cloud with my board.
The previous steps are all...
Hello, I'm trying to run C++ code on the nrf52832 but I'm getting an Hard Fault when sending a floating point to an ostream, like in "std::cout << 13.5f;". The FPU is enabled...