... Nice! But do you have to use the applicator gun and these expensive nozzles? The gun alone will set you back well over $400, quite a lot for a small...
48940
Mark Everett
marcuswaynus
Jul 6, 2011 10:32 pm
Dig around some on the electrical supply websites cause I used that 3M stuff before to fill underground connections and I am sure it was in small squeeze bags....
48941
Onestone
onestone_apc
Jul 6, 2011 10:40 pm
i'VE USED POLYURETHANE. Simply heat the two parts in water and add the hardener to suit the hardness you need. Don't do what i did though and bugger up your...
48942
David W. Schultz
schultdw
Jul 6, 2011 11:47 pm
... MODBUS RTU - 1,000' There was an existing 1,000' multiconductor cable which had a couple of unused shielded twisted pairs and I needed to shoehorn a couple...
48943
althesorcerer
Jul 7, 2011 12:59 pm
Thank you for your answers. We finally figured out what was wrong with it. The LFXT was mounted in the wrong direction. Of course, that's a good enough reason...
48944
Wilhelm
wbblair3
Jul 7, 2011 2:16 pm
If you're in the US, Hobby Lobby carries clear polyester casting resin kits: http://shop.hobbylobby.com/products/easycast-casting-epoxy-807347/ ...
48945
Joerg
analogconsul...
Jul 7, 2011 6:12 pm
... Yes, thanks. Looks like even Newark has it: http://www.newark.com/3m/dp-270-clear-1-7-fl-oz/epoxy-2-part-adh-cartridge-1-7fl/dp/00Z1163 [...] -- Regards,...
48946
orhanli1@...
orhanli1
Jul 8, 2011 11:54 am
Hello everybody! I want to take the time stamp of the button push and button release.I wrote the whole code but i couldn't do taking the value in TACCR0 as a...
48947
Abhaykumar kumbhar
abhaykumar_mk
Jul 8, 2011 11:55 am
Hi Folks I had quick Question regarding UART for UART coding 1. Select the I/O pins for UART 2. Enable UART TX, RX, or Both 3. Select the character format - 7...
48948
Onestone
onestone_apc
Jul 8, 2011 12:31 pm
Look at the error line:- "Error[Pe020]: identifier "TACCRO" is undefined" Spot the difference? Al ... [Non-text portions of this message have been removed]...
48949
Edward O'Reilly
thewhosnext
Jul 8, 2011 2:11 pm
TACCR0 (as in ZERO), not TACCRO as in the letter O From: msp430@yahoogroups.com [mailto:msp430@yahoogroups.com] On Behalf Of orhanli1@... Sent:...
48950
Rrahul
gupta_rahul2u
Jul 8, 2011 2:52 pm
hey all, whats the method to measure frequency of incoming square wave (sensor output) at msp430g2231. anysuggestion will be helpfull. Thankyou...
48951
old_cow_yellow
Jul 8, 2011 2:53 pm
Dial zero for Operator. Dial six for the letter O (as in Operator). The micro you are using is called M-S-P-4-3-Oh! Wake up time is Oh-6 hours....
48952
orhanli1@...
orhanli1
Jul 8, 2011 2:53 pm
Hi, everybody I am working with MSP430FG461H Board.I have a code that author John Davies used in his book.I want to use this code in my different projects like...
48953
Elias Chrysoheris
eliaschr_mh_...
Jul 8, 2011 2:53 pm
Try check your spellink. You are writing TACCRO (with capital o) and not with 0 (number 0). You should write TACCR0...
48954
Abhay
abhaykumar_mk
Jul 8, 2011 2:53 pm
Hi everyone I was working on UART , my FT232r and UART program don't agree with each other even though i have fixed baud at 9600 for both of them ** *...
48955
Tunahan
orhanli1
Jul 8, 2011 2:54 pm
... Thanks i solved my problem...
48956
Thomas Grajewski
thecavepeanut
Jul 8, 2011 5:11 pm
2) wants you to use PxSEL to set the certain pins from a GPIO to a specific function (in your case RXD and TXD). For example in my code using a MSP430F5438A ...
48957
Redd, Emmett R
emmettredd
Jul 8, 2011 6:25 pm
From a non-C expert, but aren't you guys using '+' inappropriately. Shouldn't you use '|'? Emmett Redd Ph.D. mailto:EmmettRedd@... Professor...
48958
thewhosnext
Jul 8, 2011 7:54 pm
Has anyone used the MSP430 as a phase detector (comparator)? I'm trying avoid using combinational-logic or a FPGA to compare two square-wave signals. The the...
48959
Abhay
abhaykumar_mk
Jul 9, 2011 2:25 am
Hi I am having some issue with my UART code . I can't RX a continuous stream of data , if "ABCDHEFG" is Transmitted , Received stream of data is "A" Here is my...
48960
old_cow_yellow
Jul 9, 2011 2:26 am
Yes, you can use the Timer-Capture to detect rising and falling edges. The resolution can is 125 nsec if you use the old 8 MHz parts. Down to 40 nsec for newer...
48961
Stuart_Rubin
Jul 9, 2011 1:50 pm
Dr. Redd makes a really good point about a potential bug in using the addition operator (+) instead of the bit-wise-or operator (|). For some strange reason,...
48962
silica
silica_dorina
Jul 9, 2011 2:11 pm
Hello, I have to do a project using TI Ez430 rf2500 kit with msp430f2274uc..,from the start I want so say that I am new with microcontrollers and C but i am...
48963
Peter Johansson
rockets4kids
Jul 9, 2011 4:02 pm
... Does anyone know why this is? Is there ever a reason to use "+" over "|" for setting/manipulating bitfields like this? -p....
48964
David W. Schultz
schultdw
Jul 9, 2011 6:10 pm
... This is poorly coded. Given the various styles present I suspect that you just grabbed bits and pieces here and there without understanding what any of...
48965
Jon Kirwan
jondkirwan
Jul 9, 2011 7:10 pm
... Old habits, perhaps. Some BASIC interpreters (for example, HP's 2000F timesharing system) didn't even include a way to specify a logical inclusive-OR...
48966
Tony Rudzki
arudzki
Jul 9, 2011 8:40 pm
Besides all the issues with the code that David pointed out, I assume that this piece is just some hacked piece that you simplified out of frustration when it...
48967
old_cow_yellow
Jul 10, 2011 2:59 pm
I often say: "Add cream and sugar to coffee." Should I replace that by: "Or cream Or sugar to coffee"? Wait, I did not mean Logic_OR. I meant Bit-wise-OR. ...
48968
Tony
tonyp1454
Jul 10, 2011 3:56 pm
Using either bitwise_OR or + is OK most of the time. But if the data by mistake includes the same value more than ones. The result will be very different. 2 +...