A while ago I bought one of those cheap almost-certain-to-be-rubbish cube-like Instagram cameras off Ali Express. Almost certainly a clone of something better.
The SQ11 Mini DV is sold alongside claims of "1080p", "HD", "night-vision". "infra-red". These were taken with a large pinch of salt.
I took it apart quite a few months ago, so didn't document that, but there are many videos and pictures elsewhere online of how to open it. My most recent interest is because I was looking around for devices I already had with an 8 pin SOIC flash memory chip on which I could try my new CH341A "black" SPI programmer and clamp.
Mine came with a clamp for use on 8-pin chips left in-situ. Eg (from https://winraid.level1techs.com/t/guide-how-t...-spi-programmer-flasher-with-pictures/33041):
Before I continue here are some pictures of the dismantled chassis and the PCB inside. Predictably there are no LED lamps, just black plastic that vaguely resembles a ring of LEDs.
You can see the 8-pin flash memory chip - a UC25WQ40 - just at the base of the microSD connector.
The QFN48 MCU is a bit of mystery. At a good angle you can make out that it's labelled EA257411.1 2325NRZ.
A Google for that and the PCB silkscreen 935B-V3.0 has not proven fruitful.
But surely one or two of the MCU legs must be a UART log out? Maybe even one of the silver pads on the PCB? I cautiously probed around with the RX leg of a USB-TTL adaptor connected to a jumper cable with a sewing needle soldered at one end, powering the camera off and on again from an external 3.3v PSU after desoldering the useless battery. USB-TTL and the external PSU sharing a ground.
at 115200 baud this pad here gives an output
but not a very helpful one
Time to try the CH341A. After carefully lining up pin 1 of the SOIC with the red pin1 of the clamp
NeoProgrammer detects the IC - UC25WQ40 [3.3V] 4 Mbits, 512 Kbytes
NP read the entire chip and I attach the dump to this thread for reference.
It doesn't seem like there's an awful lot of code in there. Does the MCU also have onboard flash?
Strings found are minimal
Tomorrow I will see if the test pad opposite the TX is an RX and if it'll respond to AT commands.

The SQ11 Mini DV is sold alongside claims of "1080p", "HD", "night-vision". "infra-red". These were taken with a large pinch of salt.
I took it apart quite a few months ago, so didn't document that, but there are many videos and pictures elsewhere online of how to open it. My most recent interest is because I was looking around for devices I already had with an 8 pin SOIC flash memory chip on which I could try my new CH341A "black" SPI programmer and clamp.

Mine came with a clamp for use on 8-pin chips left in-situ. Eg (from https://winraid.level1techs.com/t/guide-how-t...-spi-programmer-flasher-with-pictures/33041):

Before I continue here are some pictures of the dismantled chassis and the PCB inside. Predictably there are no LED lamps, just black plastic that vaguely resembles a ring of LEDs.













You can see the 8-pin flash memory chip - a UC25WQ40 - just at the base of the microSD connector.
The QFN48 MCU is a bit of mystery. At a good angle you can make out that it's labelled EA257411.1 2325NRZ.

A Google for that and the PCB silkscreen 935B-V3.0 has not proven fruitful.
But surely one or two of the MCU legs must be a UART log out? Maybe even one of the silver pads on the PCB? I cautiously probed around with the RX leg of a USB-TTL adaptor connected to a jumper cable with a sewing needle soldered at one end, powering the camera off and on again from an external 3.3v PSU after desoldering the useless battery. USB-TTL and the external PSU sharing a ground.

at 115200 baud this pad here gives an output

but not a very helpful one
Code: Text
Time to try the CH341A. After carefully lining up pin 1 of the SOIC with the red pin1 of the clamp



NeoProgrammer detects the IC - UC25WQ40 [3.3V] 4 Mbits, 512 Kbytes

NP read the entire chip and I attach the dump to this thread for reference.

It doesn't seem like there's an awful lot of code in there. Does the MCU also have onboard flash?
Strings found are minimal
Code: Text
Tomorrow I will see if the test pad opposite the TX is an RX and if it'll respond to AT commands.