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...
Hi to every one,
i have some questions, I need to be able to update the device to the new firmware, update to the old version and update to the default firmware. for this...
I am connecting the nRF52 DK to an oscilloscope and on the LED pin for the dimming example on the server side. I am seeing jitter, the PWM duty cycle doing a slight shift...
HI
Now I am measuring current on the nRF9160DK according to https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/hardware-design/posts/getting-started-with-current...
Hi,
I have nRF52840 DK, and using nRF SDK v17. I am trying to understand radio transmitter example sendpacket().
RTC(1) seems to be used to the transmitting packet.
...
I have designed/copied the suggested circuitry of the nRF9160. I am attempting to program the custom board through a nRF9160DK. It is connected and the command west flash...
Hi,
I am using NCS 1.5.0 and modem firmware 1.2.3.
In my application I need to receive few commands from PC UART (UART 0).
Baudrate is 115200 without HW control. ...
Hello,
I am currently doing an internship and I am working with the nRF5340 DK.
Until now I have tested the "Thread: CoAP Server" and "Thread: CoAP Client" examples and...
Hi my application is working fine with secure bootloader on devkit PCA10056 using nRF52840 and GCC. Now I want to bring it to my target hardware using nRF52820 to get rid...
Hi,
I am writing my own SPIM driver, when I try to send a 2 bytes message and then a 26 bytes message the second message "crashes" after 2 bytes.
But if I send the 26...
I am looking for information regarding usage of UICR in nRF52840. I want to store Board information like board version number etc.. in UICR probably in the customer registers...
I am using Nordic's NRF_SDK_For_Thread_and_Zigbee_4.1.0.
In that example/thread/ncp, I want to build NCP firmware for uart.
Original uart pins for rx and tx are 8 and...
Hi,
I have nCS installed and when creating a project in nCS installation directory (default path), then i have option to choose "Configure nRF Connect SDK Project" from...
Hello,
For my board i would like to remap uart to pin on GPIO PORT 1.
Current:
&uart0 { status = "okay"; current-speed = <115200>; tx-pin = <20>; rx-pin = <22>; rts...