I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
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...