Tagged Questions
0
votes
1answer
173 views
Rs232 MAXSONAR to de2
module testc (CLOCK_50, KEY, UART_RXD, LEDR);
parameter IDLE = 1'b0;
parameter RECEIVING = 1'b1;
input CLOCK_50, UART_RXD;
input [0:0] KEY;
output [7:0] LEDR;
wire [7:0] RxData;
reg shift;
reg ...
0
votes
1answer
299 views
altera de2 connecting the rs232
After two days of searching i still cant get my head around this. Is Nios ii required when implementing UART core using the SOPC? (or a default Nios is included) I tried writing my own module for the ...
0
votes
2answers
266 views
De2 Board reading sensor reading
I wish to operate a LVMAX Sonar EZ1 sonar rangefinder.
They say
With 2.5V - 5.5V power the LV-MaxSonar EZ1 provides very short to long-range detection and ranging, in an incredibly small package. ...