pcDuino : Extends to 4 UARTs
The original post is from: http://jbvsblog.blogspot.com/2013/09/pcduino-extends-to-4-uarts.html *updated : spi0 deactivation in fex file Usually when you want to use […]
The original post is from: http://jbvsblog.blogspot.com/2013/09/pcduino-extends-to-4-uarts.html *updated : spi0 deactivation in fex file Usually when you want to use […]
Many users are asking how to access UART through a shell script. The script is shown below: #!/bin/sh if […]
[vc_row][vc_column width=”1/1″][vc_column_text]Xbee is Digi’s zigbee module. By using Xbee modules with pcDuino and Arduino, we can realize two way wireless […]
[vc_row][vc_column][vc_column_text] In this project, we will use a serial 16×2 LCD and ultrasonic ranging to do an interesting experiment.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=”1/1″ […]
[vc_row][vc_column][vc_column_text] Introduction The serial UART 16×2 LCD allows you to control a parallel based LCD over a single-wire serial interface. […]
I have posted on my other blogs about using the ID12 RFID reader (125 kHz) with the Sparkfun USB Reader Breakout to provide an […]
This must be the easiest Papilio Project ever – use you FPGA board as a USB to 3.3V TTL RS232 […]
[vc_row][vc_column width=”1/1″][vc_column_text]Electronic paper, e-paper and electronic ink are display technologies which are designed to mimic the appearance of ordinary ink on paper. Unlike conventional backlit flat panel displays which emit light, electronic paper […]
In Arduino-ish programming, we can use Serial.print to access the UART of pcDuino. Many users are asking, how to directly […]
[vc_row][vc_column width=”1/1″][vc_column_text] Fingerprint recognition or fingerprint authentication refers to the automated method of verifying a match between two human fingerprints. […]