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...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Excuse me:
When our tests the RX selectivity of nrf52832, the test results are inconsistent with those in the datasheet(nRF52832 Product Specification v1.4 P232). How did...
Hi,
I am using nRF5340 development board with J-Link connected to "TRACE" pins: SWDIO and SWDCLK.
In app project I have these settings in prj.conf file:
CONFIG_USE_SEGGER_RTT...
Hi Support team,
in the following link, there is a fix decribed to get lowest power down current of the UART0 of the nRF52840:
https://devzone.nordicsemi.com/f/nordic...
Hi all,
I am using the Adafruit Feather nRF52840 as my central device. My peripheral is a nRF52832 with a 9DoF IMU. (SDK17.02)
I need to stream 26 Bytes of IMU data at...
Hello,
we started using zephyr OS for our firmware projects. To implement a propriety protocol on top of IEEE802.15.4 I use the radio with CONFIG_IEEE802154_RAW_MODE =y...
Hello
I am using sdk v17. I am merging the example of ble_app_uart and crypto_aes_ctr.
I added files about crypto and set the file path. However, the path error is printed...
Hello~
I am experiencing hardfault occasionally. (once a day ~ once in 3 days)
I am testing 14 boards to catch hardfault.
The following is my setup
- hardware...
Hello, I was trying to run the sample Alexa Gadget Application on my NR52840-DK, using nrf Connect SDK v1.5.0. However, upon trying to run the application I am getting the...
Hi support team,
I am developing a product. The product needs read adc and restart advertising when no connection.
I get hardfault randomly when called the ble_advertising_start...
Hi all, the application i'm using nRF52810 for requires that I keep the device powered on all the time. However, in the case of errors (tolerable within my application) I...
I successfully compiled the micro_ecc library, but when I try to compile the project with it, I get an error. Has anyone encountered this? What can be wrong?
Build target...
We use the nRF5340 D version IC for one project, but the PCBA (main chip is nRF5340) not working, we can burn the hello_world.hex by Jlink 7.23 version, But the Crystal 32...
We are implementing on nRF52840 with latest NCS version the following code:
The nvs_init() function is halting due to an error at flash_sync_mpsl.c within nrf_flash_sync_exe...
Hello,
We are working on the nrf52840 custom board in that We trying to update firmware via DFU.
Problem definition : First we update firmware via DFU application boot...