Hi,
I was working on a thesis project on a portable ECG device, I checked these
CIRCUIT: https://raw.githubusercontent.com/gaodingpan/ECG-on-Teensy/master/CSE_EE%20474%20Lab%206_%20Analog%20Front%20End%20for%20an%20Electrocardiograph.jpg
VIDEO...
Hello Experts,
My application is a commercial battery powered device.
The 2 most important thing for me is to achieve "accuracy in metering" and "Increase battery life" of my product.
1st thing I'm able to achieve using MSP430FR6047 chip for water metering.
2nd thing is what I'm working on...
Hello,
I share my VHDL code for put number of 4 bit on the LCD-4bit of the virtex-6.
The input is a biggest numer of 32bit.
One state machine for display and another for transmission.
------------------------------------------------------------------------------------------
library IEEE;
use...
Hello, I have a screen here that I would really like to use for a project as it's the perfect size. And it was free. But I can't find any information on how to connect to it. I.e controller / input boards and such. Any help would be awesome!!! Here are some pictures of the stickers, and also the...
I try to interface with 16x2 LCD using 74HC595 shift register from Texas Instruments. I uploaded the following code :
;AT89C51
;24MHz
;SHIFT REGISTER PINS
CLK BIT P1.0
STR BIT P1.1...
I try writing a string instead of writing letter by letter. So, I tried this code:
ORG 00H
RS BIT P2.7
E BIT P2.6
MOV SP, #25H
MOV P1, #00H
MOV P2, #00H
MOV TMOD, #01H...
I try writing "NO" in the LCD using 4-bit mode. So, I programmed the AT89S52 to send the upper nibble first to the last 4 data inputs of the LCD. I used AND operation to eliminate the lower nibble. Afterwards, I cleared the RS bit and send a HIGH-TO-LOW enable pulse. The same code for the lower...
All-
If I can get a datasheet from someone for this, I'd be grateful. I can take the time to empirically determine the pinout myself, but I'm actually in a time-crunch as it is and don't want to do that unless I have no choice.
I have a 44-pin monochrome LCD that is a mix of 7 and 14...
Hi. I'm trying to make a DPI display to work with my Raspberry Pi.
First, I searched around and found out that the 555 timer IC is a good way to control the brightness of the display. And since the background LEDs needs around 23V to function, I've included a step up converter.
It's for a LCD...
I am doing a project on automating a hydroponic system to grow tomatoes. I need a TDS sensor to measure Total Dissolved salts. I searched a lot for a sensor but I was not able to find a sensor that satisfies my requirement. I need a sensor that can measure high ppm. But, the sensors are only...
I'm trying to build a graphic display thermometer in Proteus, with an LM35 sensor using the ATmega 164 microcontroller.
My problem is that I don't know how to connect the temperature sensor to the microcontroller and how can I code this using CodeVision AVR?
What am I doing wrong?
Are the...
Hi all
I was trying to make my 16x02 LCD+I2C module work. I failed.
This is my LCD: LCD+I2C
PCF8574T is written on the I2C module chip.
I've tried two different pin configurations of the I2C module in the sketch however nothing still appears on the monitor (yes, I've tried to adjust the...
Hi all
New here! I am looking to convert my broken LED display into a skylight, something like DIY Perks youtube videos. I was able to disassemble the display and get the lens layers and broken panel off. But i am unable to figure out exactly how to bypass the signal detection stage of the...
I was tasked with creating a certain 8051 microcontroller project by my professor and I am keen to build the project all by myself, however, in order to carry out the given assignment, I may need some expert guidance. The project description is provided in below paragraph.
The microcontroller...
I have recently started a project and am using a round 4.21 in 720x720 display and cant find a way of converting from HDMI to RGB interface for the LCD. If you have any boards that would work or anyway i can just use/modify a exciting board on the market or someone i can talk to about this...