-
Content Count
19 -
Joined
-
Last visited
-
Days Won
2
Reputation Activity
-
Samartist got a reaction from jsolarski in 4x4x4 LED cube, using 3 pins of MSP430 launchpad
This is my 4x4x4 led cube project, done with MSP430, using only 3 pins of MSP, the circuit diagram is shown in the photos, the hardware consists of 3 shift registers, 74595, and 4 NPN transistors...
you can learn how to make a 4x4x4 LED cube by instructables or youtube or some other sites, its easy to make...
but make sure that you make exact same connections as shown in the cicuit diagrams... or else this code won't work in the new hardware...
the hardware can be built as shown in the circuit diagram...
the code is given below, you can changes it and make your own animation with it....
main.c
this is what i have done with the cube...
-
Samartist got a reaction from yosh in 4x4x4 LED cube, using 3 pins of MSP430 launchpad
This is my 4x4x4 led cube project, done with MSP430, using only 3 pins of MSP, the circuit diagram is shown in the photos, the hardware consists of 3 shift registers, 74595, and 4 NPN transistors...
you can learn how to make a 4x4x4 LED cube by instructables or youtube or some other sites, its easy to make...
but make sure that you make exact same connections as shown in the cicuit diagrams... or else this code won't work in the new hardware...
the hardware can be built as shown in the circuit diagram...
the code is given below, you can changes it and make your own animation with it....
main.c
this is what i have done with the cube...
-
Samartist got a reaction from Santiaga in Heart Beat Counter [on LCD] - msp430g2553
This is a heart beat counter, which displays the result on an LCD, it amplifies the signal by a dual op amp IC, and passes it to msp, as an interupt to count the number of pulse for 15 secs, it uses internal clock, so its not so accurate, but it will give you a good precised result...
i have given all the neccassary information, including the schematic, the video link, and the code, with the header file..
here is its video...
see the instructions to build it at
http://www.instructables.com/id/Heart-Beat-Counter-using-MSP430/
lcd.h
main.c
-
Samartist got a reaction from link in Most Compact 8x8x8 LED Cube with G2553
This is an 8x8x8 LED cube, designed by me, i think its the most compact circuit i have ever seen on the internet regarding a cube of this size...
-
Samartist got a reaction from cubeberg in Most Compact 8x8x8 LED Cube with G2553
This is an 8x8x8 LED cube, designed by me, i think its the most compact circuit i have ever seen on the internet regarding a cube of this size...
-
Samartist got a reaction from RobG in Most Compact 8x8x8 LED Cube with G2553
This is an 8x8x8 LED cube, designed by me, i think its the most compact circuit i have ever seen on the internet regarding a cube of this size...
-
Samartist got a reaction from pine in Most Compact 8x8x8 LED Cube with G2553
This is an 8x8x8 LED cube, designed by me, i think its the most compact circuit i have ever seen on the internet regarding a cube of this size...
-
Samartist reacted to cubeberg in Digital Clock usign MSPG2452
When you click on the images - it opens them up in their original size. Nice looking project BTW!
-
Samartist reacted to spirilis in Digital Clock usign MSPG2452
Nice work! Love the simple yet practical use of perfboard in your projects too
-
Samartist got a reaction from cubeberg in Digital Clock usign MSPG2452
hi friends, this is my project on Digital clock, using MSP430G2452 [u can use any 20 pin MSP controller], i have uploaded its schematic with the code here, you can see it working at...
clock.pdf
clock.sch
main.c
-
-
Samartist got a reaction from pine in Heart Beat Counter [on LCD] - msp430g2553
This is a heart beat counter, which displays the result on an LCD, it amplifies the signal by a dual op amp IC, and passes it to msp, as an interupt to count the number of pulse for 15 secs, it uses internal clock, so its not so accurate, but it will give you a good precised result...
i have given all the neccassary information, including the schematic, the video link, and the code, with the header file..
here is its video...
see the instructions to build it at
http://www.instructables.com/id/Heart-Beat-Counter-using-MSP430/
lcd.h
main.c
-
Samartist got a reaction from RobG in Gameboy using MSP430
this is a gameboy developed using msp430g2553, and 2 shift registers, 74595... it includes 8x8 led matrix, which is build on the board....
watch the video at....
steps of construction are here... http://www.instructables.com/id/Gameboy-using-MSP430/
main.c
gameboy.pdf
gameboy.sch
-
Samartist reacted to simpleavr in Heart Beat Counter [on LCD] - msp430g2553
@@username
the ir pair should be 1 led and 1 ir sensor (photo diode? still a diode?)
the vishay tcrt5000 is convenient to use as it comes in a single package and aligned already. it can be have in ebay for a few dollars (multiple units).
i used that for proximity detection but it could also be used here for pulse sensing with op-amps.
@@Samartist
did u try just use the 3.6v from launchpad? the lm324/358 should work w/ 3v. any reason u need 5v?
-
Samartist reacted to username in Heart Beat Counter [on LCD] - msp430g2553
I assume 2 IR LEDs then for the pulse monitoring? 1 for shinning into your finger, another for picking up the change in the received LED brightness which the variations can be observed as beats? Something like that?
Very sweet project, thanks for sharing!
-
Samartist reacted to spirilis in Heart Beat Counter [on LCD] - msp430g2553
That is awesome!
Sent from my Galaxy Note II with Tapatalk
-
Samartist reacted to bluehash in Heart Beat Counter [on LCD] - msp430g2553
Maybe you should run around a little and sample your HR again :thumbup: . Nice project!
-
Samartist got a reaction from Rickta59 in Heart Beat Counter [on LCD] - msp430g2553
This is a heart beat counter, which displays the result on an LCD, it amplifies the signal by a dual op amp IC, and passes it to msp, as an interupt to count the number of pulse for 15 secs, it uses internal clock, so its not so accurate, but it will give you a good precised result...
i have given all the neccassary information, including the schematic, the video link, and the code, with the header file..
here is its video...
see the instructions to build it at
http://www.instructables.com/id/Heart-Beat-Counter-using-MSP430/
lcd.h
main.c
-
Samartist got a reaction from spirilis in Heart Beat Counter [on LCD] - msp430g2553
This is a heart beat counter, which displays the result on an LCD, it amplifies the signal by a dual op amp IC, and passes it to msp, as an interupt to count the number of pulse for 15 secs, it uses internal clock, so its not so accurate, but it will give you a good precised result...
i have given all the neccassary information, including the schematic, the video link, and the code, with the header file..
here is its video...
see the instructions to build it at
http://www.instructables.com/id/Heart-Beat-Counter-using-MSP430/
lcd.h
main.c
-
Samartist got a reaction from RobG in Heart Beat Counter [on LCD] - msp430g2553
This is a heart beat counter, which displays the result on an LCD, it amplifies the signal by a dual op amp IC, and passes it to msp, as an interupt to count the number of pulse for 15 secs, it uses internal clock, so its not so accurate, but it will give you a good precised result...
i have given all the neccassary information, including the schematic, the video link, and the code, with the header file..
here is its video...
see the instructions to build it at
http://www.instructables.com/id/Heart-Beat-Counter-using-MSP430/
lcd.h
main.c
-
Samartist got a reaction from bluehash in Heart Beat Counter [on LCD] - msp430g2553
This is a heart beat counter, which displays the result on an LCD, it amplifies the signal by a dual op amp IC, and passes it to msp, as an interupt to count the number of pulse for 15 secs, it uses internal clock, so its not so accurate, but it will give you a good precised result...
i have given all the neccassary information, including the schematic, the video link, and the code, with the header file..
here is its video...
see the instructions to build it at
http://www.instructables.com/id/Heart-Beat-Counter-using-MSP430/
lcd.h
main.c
-
Samartist got a reaction from bluehash in Gameboy using MSP430
this is a gameboy developed using msp430g2553, and 2 shift registers, 74595... it includes 8x8 led matrix, which is build on the board....
watch the video at....
steps of construction are here... http://www.instructables.com/id/Gameboy-using-MSP430/
main.c
gameboy.pdf
gameboy.sch
-
Samartist got a reaction from Trigger in 4x4x4 LED cube, using 3 pins of MSP430 launchpad
This is my 4x4x4 led cube project, done with MSP430, using only 3 pins of MSP, the circuit diagram is shown in the photos, the hardware consists of 3 shift registers, 74595, and 4 NPN transistors...
you can learn how to make a 4x4x4 LED cube by instructables or youtube or some other sites, its easy to make...
but make sure that you make exact same connections as shown in the cicuit diagrams... or else this code won't work in the new hardware...
the hardware can be built as shown in the circuit diagram...
the code is given below, you can changes it and make your own animation with it....
main.c
this is what i have done with the cube...
-
Samartist got a reaction from Rickta59 in Gameboy using MSP430
this is a gameboy developed using msp430g2553, and 2 shift registers, 74595... it includes 8x8 led matrix, which is build on the board....
watch the video at....
steps of construction are here... http://www.instructables.com/id/Gameboy-using-MSP430/
main.c
gameboy.pdf
gameboy.sch
-
Samartist got a reaction from bluehash in 4x4x4 LED cube, using 3 pins of MSP430 launchpad
This is my 4x4x4 led cube project, done with MSP430, using only 3 pins of MSP, the circuit diagram is shown in the photos, the hardware consists of 3 shift registers, 74595, and 4 NPN transistors...
you can learn how to make a 4x4x4 LED cube by instructables or youtube or some other sites, its easy to make...
but make sure that you make exact same connections as shown in the cicuit diagrams... or else this code won't work in the new hardware...
the hardware can be built as shown in the circuit diagram...
the code is given below, you can changes it and make your own animation with it....
main.c
this is what i have done with the cube...