These are my notes on BGA reflowing and some electronic notes
How to build a profile (from BGAMods Forum)
Q: what way the do you create a profile with a three zone machine ? (jaymbyrne)
A: The principal is still exactly the same as i never run an actual profile with the lower HR. i just have it set to the same temp as the lower IR and have it running constant so both lower IR and HR should heat at the same rate to give a nice even preheat. ive posted an example profile for ivan but ill do a quick guide tomorrow AM and get it upped in this section.(bgamods) JonnuGunz has a better method.
For the ball re-attach (i think this is johhnygunz advice)
- 1 profile 1.0/190/1000 and just watches them manually (this is for lead free)
- most will reattach from 80c but when using the machine cold it can go all the way up to 180/190
- note all bottom heaters are set to off HR (hr = heat radiation ?)
https://www.youtube.com/watch?v=teFwYPRgp5s
put the probe right next to the chip but not touching it
using RMA 218-kingbo flux for putting around the rim of the chip before lifting, he is quite liberal, bead all the way around it
multimeter is used for TC display
14:33
17.03
18.57
21.15
21.25
23.55
30.33
38.00
40.11
51.25
52.30
56.23
58.29
101.32
103.30
107.28
108.18
110.50
115.00
115.72
117.18
120.16
Notes From Comments
These are my questions about the Blackjack BK6000 SMD rework station and the answers from Circuit Specialists (Brett).
I've no experience of the Hakko 808, so it's difficult for me to provide any comparison.
What I can tell you is that both the BK 6050 and BK 6000 are good stations. Both have a 70W output on the desoldering side, so should be more than capable of doing the job.
Sorry I can't give you any more insight into the station against the hand-held solution.
I would imagine that a pistol backed by a station would have more power, but again with no direct comparison to make in terms of the items we stock (station vs handheld), but I stress that I am speculating rather than speaking from a position of having tested handheld units.
Best regards,
Brett
I only noticed after you mentioned about the 6000 having cartridge type heating and the 6050 having sheath.
Thermal Transfer Pads are used to bridge the gap between Heatsinks and Chips where heat paste will not bridge the gap, they are those blue sticky pads. A usual place to find these is in a laptop on the GPU between it and the heatsink. There are several sizes 0.5mm,1.0mm, 1.5mm, 2.0mm and 3.0mm. There might be other sizes but these are the main ones. For my research so far it looks like 1.5mm is the one most used.
These should all be non-conductive. I have ordered a Grey one and had White arrived and the guy said they were the same. Also a small note that they have different values of heat transfer, for the most part this should not be a problem for general laptop repairs.
Thermal Transfer Pads are also known as:
I have bought from:
Notes
When configuring a joomla's website email settings (or other email app) you can add a clients email address as the 'From email' (joomla admin / System / Global Configuration / Server / From email ) and usually when you do this, joomla sends the email as if their email had sent it, and then client receives it. With yahoo this does not happen
Yahoo will not accept email from other email servers proporting to be yahoo. They enforce SPF and so i cannot spoof an email address to send email yahoo or possibly other email address.
Read this from yahoo - Help Central | - SLN7253 - Error "554 5.7.9: Message not accepted for policy reasons" when sending email to Yahoo
This might also apply to other email companies ie. Google and Bing, if not now probably shortly.
The fix is to set the 'Mail From' with valid email address on your domain. You can then set an alternative reply address to accomodate for cutomers who use yahoo/bing/google email accounts exclusively. The email will come from the email from their domain but if you set the 'subject' with something like 'website enquiry' you can set an antispam rule to prevent the email getting filed in their junk folder.
Notes for cPanel
Joomla
(joomla admin / system /global configuration / server / mail settings)
JSN Uniform (additional)
These step are not require for the email to work but allow the reply option to work as intended
Port | Use | |
25 | smtp, can run plain text email and starttls | |
26 | smtp, can run plain text email and starttls, also used by email companies when port 25 is blocked | |
110 | pop3 plain text | |
143 | imap plain text | |
465 | smtp Enforced SSL/TLS | |
587 | smtp can run plain text email and starttls - supposed to be the standard port for enforced TLS encyption. cPanel allows StartTLS and plain text on this port by default. | |
993 | pop3 secure (SSL/TLS) | |
995 | imap secure (SSL/TLS) | |
2525 | smtp unofficial alternative |
* starttls allows a plain text session to upgrade to TLS
This trick can be used for diagnosing your email connection issues. There are more complicated featurees can be typed but are not covered here.
The following commands need to be typed in exactly and then followed by pressing the return key. Yhe session will not handle deletions, if you perform a deletions you will need to start again.
telnet testserver-com.mail.eo.outlook.com 25 ehlo testserver.com mail from: bob@builder.co.uk rcpt to: info@testserver.com
This is a stupid feature that cannot be turned off so you have to use one f the following solutions and Pasting a pic in an HTML composed messaged will call the Photo-Email option.
This is my prefered option and does not require any loggin in.
I did not managed to get this to work
That option(in WLM Version 2009/Build 14.x) is only present if signed on with a Live ID and no longer available in WLM Version 2011/Build 15.x
In Version 2011...
Windows Mail button(first item on Ribbon Menu)/Options/Mail/Compose
Thereafter choose Email Message instead of Photo Email for the three available options
Note: In Version 2011...Photo email creates an album with included photos and uploads to the signed on Live ID's SkyDrive(if not signed on, the user will be prompted to sign on with a Live ID to Windows Live). The Live ID does not have to be the sending email account. (i.e. Photo email pictures are no longer uploaded to a generic Msft server, they are uploaded to the user's Live ID's SkyDrive)
This method of bypassing Skydrive works, it is the one I use all the time.
but it requires you to log in.
This article is to help me remember the basic syntax of MySQL statements. It is as simple as that.
SELECT * FROM dbprefix_menu WHERE menutype = 'main' AND alias = 'com-projectfork' LIMIT 0 , 30 SELECT * FROM dbprefix_menu WHERE menutype = 'main' AND alias = 'com-projectfork' LIMIT 0 , 30 SELECT * FROM `zims_categories` WHERE `extension` = 5 SELECT * FROM `zims_categories` WHERE `extension` = "com_hwdmediashare" SELECT * FROM `zims_categories` WHERE `extension` = 'com_hwdmediashare' SELECT * FROM `zims_categories` WHERE extension = 'com_hwdmediashare'
UPDATE `fcenb_k2_items` SET `created_by`=784 WHERE `created_by`=43 UPDATE `fcenb_k2_items` SET `created_by`=784 WHERE `created_by`=43 UPDATE `fcenb_hwdms_media` SET `created_user_id`=784 WHERE `created_user_id`=43; UPDATE `fcenb_hwdms_media` SET `modified_user_id`=784 WHERE `modified_user_id`=43; Update wp_post_notification_emails SET gets_mail = '1' WHERE gets_mail = '0' UPDATE zims_k2_categories SET access = '3';
ALTER TABLE zims_pf_access_flags_tmp ENGINE=Innodb; ALTER TABLE zims_pf_access_levels_tmp ENGINE=Innodb; ALTER TABLE zims_pf_comments ENGINE=Innodb;
These are my notes on some BT engineer visits that were scheduled to try and fix my constant broadband drop out. The signal to noise ration would completely drop at random times usually monday to friday and between 09.00 and 17.00 causing the broadband to go off. This is obviously something on our estate but after checking all of our kit and having a look around the small industrial estate for the source of the interference which we could not find, it was time to call BT to try and fix the problem.
These notes were told to me by the reins engineer that came out the other day with gary
Copper pair should be at standard sin349
612 mw/am is wavelenght bb runs at
wideband noise
tester 44b – BT reins checking kit with gain control to help get a direction on the signal
impulse noise – noise caused by reins interference
JBSU – tester kit used by BT (the one with the ADSL stuff in it)
impulse noise cout – scale for checking imuplse
white band noise (possibly wide band noise)
AC balance – the ability of the twisted pair to reject/prevent noise. Must test each cable seperately?
60db is the minimum signal strength for a reins case, ours is 68db. 8Db over the limit. The higher the signal the better the quality fo the line
impule noise test
Dside, E side [premesis to box, box to exchange]
print out graph for engineer and leave on router
kitz.co.uk is run by a woman !!!
gary and laurence
rf3 filter (small one) but better than normal
Line Filter 3a , double size filter, a lot more precise, excellent for sorting reins issues
when the line drops try a quiter line test and see if there is any crackling (use normal handset)
try a quite line test when the broadband modem is dialing up to se if any crackling
621AM get a radio and see if there is any interferece at the time of the issue
put draytek back on so they can see the sync drop. They dont nessasarily see the PPP drop (ie plusnet router)
the guys tried both of their new filters which both caused crc error
I have Windows 7, when I upgraded all my outlook contacts transferred to Windows Live mail. I entered the pop 3 info for my comcast email account, I have never had to sign in for over a year. Now for some reason everytime I check my email, a sign in window appears, the email still seems to work, maybe a little more sluggish but the sign in keeps popping up. How do I disable the sign in? If I wanted to get my hotmail mail I know I would need to sign in, but I use it just like I did my outlook account that is connected to Comcast email account.