Plip batteries

Talk about the 406's electrical system, what wires do what, how to add extra functionality, etc.

Moderator: Moderators

Post Reply
User avatar
Doggy
Mod with a 2.2 HDi, De-Fapped!
Posts: 10710
Joined: Mon Oct 13, 2008 11:49 pm
Location: Northants

Plip batteries

Post by Doggy »

For the last week or so, my car has sometimes been reluctant to lock via the remote control, but has always unlocked. Suspecting this might be the battery failing, or maybe some fluff in the switch, I looked out the spare key last night with the intention of trying it when the original next failed to work.

Checked the spare worked, then unlocked with the original. I started the engine and.... Bong! 'Warning Plip Battery Low', (which I've heard of but never seen before). I shall be investing in a CR2016 coin cell forthwith.

Question is, how does it know?
2002 HDi 2.2 Exec Estate, (2008-12) (wonderful)
2003 HDi 2.2 6-speed Exec Estate (2012-19) (also a gem)
2009 Citroen C5 2.0 HDi VTR+ Estate (godawful heap)
2008 BMW E91 330i touring (great fun - murdered by a reversing SUV)
2007 BMW E91 325i touring (slower smoother quieter)
User avatar
Welly
The moderator formally known as Welton
Posts: 15033
Joined: Tue Jan 10, 2006 12:52 pm
Location: East Midlandfordshire

Re: Plip batteries

Post by Welly »

Prove it.
Cars in my care:
2021 Kia Spottage 1.6 Pez Turbo Dual Clutch Gearbox Trickery
2013 Renner Twingo - donkey work
gumby6371
3.0 24v
Posts: 1638
Joined: Thu Jan 28, 2010 9:01 pm
Location: Telford

Re: Plip batteries

Post by gumby6371 »

Presumably it must talk to the key when its sitting in the ignition barrel and have a set parameter for the strength of the return signal???

BTW home bargains do the batteries at a fraction of the cost of 'branded' ones, its the same for CMOS batteries in PC's and laptops they're ridiculous prices!
1996 1.9 TD LX (Gone but not forgotten)
2003 2.2 HDI SE
User avatar
steve_earwig
Moderator
Posts: 19813
Joined: Thu Oct 04, 2007 6:09 pm
Location: Jastrebarsko, Croatia http://www.jastrebarsko.hr/lokacija/

Re: Plip batteries

Post by steve_earwig »

I had this message on my D9 about 3 years ago and the plip still has the same battery in it :? Gumby's idea gets my vote, it's a set distance from the receiver so a good place to test it.

Meanwhile, the battery in the yoyo's plip (oh here we go again with Steve bleating on and on about how crap his Toyota is ad nausium) has definitely gone flat (or else the plip's died). It gave me due notice by needing quite a few stabs of the buttons to actually do anything, and then by locking the car every time I unlocked it, which wasn't fun trying to load shopping into it in the piššing rain (it got smacked on the roof rail for it's troubles). This one's a CR1616, I know for a fact that all I could get here is cheap crap from China, so I have a couple of Energisers winging their way from the bay of E. Until they arrive I'm having to do it the old fashioned way with the key (fortunately somebody was smart enough to lubricate all the locks a while back 8) ) but I suspect it'll take me until the new battery turns up before I remember which way the key turns to lock and unlock it :oops:
Unskilled meddling sin©e 2007

The submitted form was invalid. Try submitting again.
User avatar
Bailes1992
Moderator
Posts: 4292
Joined: Mon Dec 24, 2007 4:13 pm
Location: Bridgend, South Wales

Re: Plip batteries

Post by Bailes1992 »

Additives!

I told you they were good. :cheesy:
2020 BMW 520d MSport Touring My Daily
2017 Dacia Logan MCV 1.5DCi Laureate Wifes
1996 Land Rover Defender 90 County SW 300TDi My Toy
2003 Ford Mondeo ST220 3.0 V6 My Other Toy
User avatar
mjb
Site Admin
Posts: 7983
Joined: Wed May 31, 2006 9:06 pm
Location: Stoke

Re: Plip batteries

Post by mjb »

Welly wrote:Prove it.
You utter..... now I've got to wipe my tea off the screen!
<steve_earwig> I think this forum is more about keeping our cars going with minimal outlay than giving our cars more reason to go bang
User avatar
mjb
Site Admin
Posts: 7983
Joined: Wed May 31, 2006 9:06 pm
Location: Stoke

Re: Plip batteries

Post by mjb »

gumby6371 wrote:Presumably it must talk to the key when its sitting in the ignition barrel and have a set parameter for the strength of the return signal???
No, the pcb in the key is only active when the button's being pressed. The aerial around the barrel powers the passive RF transceiver.

The key will likely transmit its battery voltage (or a good/low flag) when you press the button, along with the rolling code. This is how BMW keys do it, as reported by the equivalent of the BSI (from my ibus hackery):

Code: Select all

        elif cmd == 0x72:
            act = 'Remote unlocking status: '
            buttons = self.__bits2array(int(d[1],16) & 0b11110000, \
              ['', '', '', '', 'lock', 'unlock', 'open_boot', ''])
            keystatus = self.__bits2array(int(d[1],16) & 0b00001111, \
              ['bat_low', 'bat_ok', '', '', '', '', '', ''])
I also noted that a couple of those bits might be key id (1-4)
<steve_earwig> I think this forum is more about keeping our cars going with minimal outlay than giving our cars more reason to go bang
User avatar
Doggy
Mod with a 2.2 HDi, De-Fapped!
Posts: 10710
Joined: Mon Oct 13, 2008 11:49 pm
Location: Northants

Re: Plip batteries

Post by Doggy »

How, prey tell, did you come by the source code?

(and can you find some in Puglish)?
2002 HDi 2.2 Exec Estate, (2008-12) (wonderful)
2003 HDi 2.2 6-speed Exec Estate (2012-19) (also a gem)
2009 Citroen C5 2.0 HDi VTR+ Estate (godawful heap)
2008 BMW E91 330i touring (great fun - murdered by a reversing SUV)
2007 BMW E91 325i touring (slower smoother quieter)
Post Reply