Ed Nisley's Blog: Shop notes, electronics, firmware, machinery, 3D printing, laser cuttery, and curiosities. Contents: 100% human thinking, 0% AI slop.
The ESR02 reports one as a 4.8 µF capacitor, the other as a “defective part” with a 4 kΩ resistance. Having a cap fail by turning into a resistor is surprising; I’m more surprised it didn’t simply burn up.
After I finish fiddling with the first camera, I’ll copy its card onto these four, unique-ify the IP addresses / hostnames /suchlike, and bring ’em all online.
The Sherline CNC mill setup for sawing around the midline:
Sony NP-FM50 battery – Sherline saw setup
Adjust the saw to cut along the seam, set X=0 at the surface, jog to about X+0.7 mm, jog the saw along the seam, then repeat for the other three sides. No real CNC involved, but it’s much easier than sawing or breaking through the seam by hand.
These two packs came with the camera:
Sony NP-FM50 battery – 2003-era cells
The cells have only lot numbers, no manufacturer ID. Wikipedia sayeth Sony Fukushima started in 2000; perhaps these were early production units with no branding.
The center strap running the length of the pack didn’t seem long enough, because I mistakenly thought I’d straightened its end while unsoldering it. As it happens, the end was straight and secured to the PCB by structural solder:
Sony NP-FM50 battery – PCB center tab joint
Moral of the story: pay attention, dammit!
The other end of the center strap required a snippet of tin strip to reach the tabs:
Sony NP-FM50 battery – rebuilt center strap
Aligning the cells that way allowed me to just bend the other tabs over the PCB pads and solder them in place:
Sony NP-FM50 battery – rebuilt PCB contacts
Then a strip of Kapton tape across the kerf holds the case together well enough to survive our gentle usage:
Sony NP-FM50 battery – Kapton belly band
The battery packs require a brief stay in the charger to reset the PCB’s lockout circuitry, after which they work fine:
Sony NP-FM50 – 2019-04-12
The two oldest batteries (OEM 2003 A and OEM 2003 B) have new identities to suit their new innards: 2019 E and 2019 F. The DOA eBay battery retains its 2019 D label after the rebuild, as there’s little room for confusion.
Admittedly, it’d be easier / cheaper / faster to buy third-party NP-FM50 packs directly from eBay or Amazon, but this way I know the cells aren’t complete crap and I get some Quality Shop Time™ out of the deal.
According to its description, the Anker USB 3.0 card reader can handle both a MicroSD and a standard SD card at once:
Simultaneously read and write on two cards to save yourself the effort of constant unplugging and re-plugging.
Which looks like this:
Anker USB Reader – dual card
After you get used to inserting the SD card downside-up, it fits perfectly. The Kapton tape on the MicroSD card eases extraction from the still finger-dent-less M20 camera mount on the back of my Tour Easy ‘bent.
Plugged into a USB 3.0 port, my file extractor script chugs along at 25.9 MB/s, taking about 18 minutes to transfer 28 GB of video data.
Splurging another eleven bucks for a second reader produces this setup:
Anker USB Reader – single card
After plugging both readers into adjacent USB 3.0 ports, the script transfers files at 46.6 MB/s and copies 28 GB in 10 minutes.
So, yes, the reader can handle two cards at once, but at half the speed.
Not life-changing, but it shows why I like measurements so much …
One of my Wyze V2 cameras either arrived with dead IR hardware or failed early on in its tenure here, but it simply didn’t work in night-vision mode: the IR LEDs didn’t turn on and the IR-cut filter didn’t move. Neither the Official Wyze App nor the Xiaomi-Dafang Hacks firmware had any effect, so I expected a (possibly simple) hardware problem.
The first hint of trouble was finding the case had only one of the two screws securing its bottom lid, with the missing screw having never been installed. Removing the single screw and prying a bit popped the lid, revealing the innards:
Wyze V2 – interior bottom view
The rear panel (on the right) comes off after abusing the snaps holding it to the main case:
Wyze V2 – rear panel snaps
That’s best done with a small, designated Prydriver, rather than a screwdriver to which you have a deep emotional attachment.
The corresponding part of the main body shows less abuse:
Wyze V2 – case snaps – WiFi antenna
The black patch is the WiFi antenna, which you must unplug from the top board before going much further.
The small blue wedge below the antenna gave me hope I’d found the root of the IR problem:
While I had the case open, I extracted everything and looked it over:
Wyze V2 – front PCB – LED pin soldering
The IR LED soldering left a bit to be desired, so I touched up those joints and washed off most of the flux.
Alas, the IR hardware still didn’t work with everything stuffed back in the case. There are worse things than having a small daylight-only IP camera, though.
A bit of rummaging produced a desk lamp arm, minus whatever lamp it originally held, ready to hold the second photo lamp, after a bit of epoxy on one locking knob:
Lamp arm clamp screw rework
The flanged nut will seat on the wrecked part of the knob, with the epoxy holding it in place and somewhat reinforcing the perimeter. I’m not sure this will last forever, but it’ll be a start.
Printing a second cold shoe, though, worked perfectly, and everything fit:
Another attempt at replacing the Wyze camera firmware went much more smoothly, producing a pair of small cameras with better network manners:
Wyze Camera hacks – Cam 1 overhead workbench
That’s a VLC screen capture from the RTSP stream; obviously, I must up my clutter control game.
I formatted a 32 GB MicroSD card with a 512 MB partition, which may not be strictly necessary, copied the MicroSD CFW bootloader (as demo.bin, sheesh), and it installed without drama.
I resized the partition to 32 GB, installed the firmware (per the FAQ) into the root directory, tweaked the configuration files to match my situation, popped it in the camera, plugged the power cable, and It Just Worked™.
Herewith, a checklist of config directory files requiring tweakage:
wpa_supplicant – WiFi SSID and password
timezone.conf – America/New_York for us
osd.conf – can be tweaked through the Web interface
The router isn’t bright enough to route different port numbers on its Internet side to different LAN IP addresses with the same port address, so each camera must stream from a different port number. I don’t plan many world-available video streams, but a friend does enjoy watching the birds during feeder season.
With the RTSP stream up & running, I flashed the U-Boot bootloader (again, minus drama) and tweaked its uEnv.txt configuration file:
Change the memory layout to allow 1920×1080 video
ethaddr – set to match hardware MAC address
gateway – router IP
ipaddr – match the staticip.conf value
serverip – router IP (unclear what this does)
The cameras now produce no objectionable network activity, dramatically down from the Wyze firmware’s desperate attempts to contact various servers, every five minutes, around the clock. I have no way of tracking connections made with direct dotted-quad IP addresses, rather than through the pihole, but … this is a distinct improvement.