logo elektroda
logo elektroda
X
logo elektroda

FTY A9 WiFi Mini Camera 2024 Variant Details and Photos: 1mb Taixin TXW817-810, Black PCB [817_V1.3]

divadiow  10 1098 Cool? (+3)
📢 Listen (AI):
Another FTY A9 camera variation. This was bought in Feb 2024 and I no longer have record of where from exactly - Ali Express for sure. Not seen this posted anywhere I don't think, so here's some info:

Packaging of the A9 IP camera lying on a wooden surface. A QR code and instructions in English on a white box against a wooden background. Packaging of an FTY A9 battery IP camera on a wooden surface. Label on a red box with details about the A9 WiFi Mini Camera. Red packaging side with icons and feature symbols, placed on a wooden background. Small IP camera with box, user manual, and USB cable on a wooden surface. Small black camera or spy camera with cable, stand, and manual on a wooden table. Black security camera on a stand, top view. A black security camera on a stand, placed on a wooden surface.

Choice SKU: 742329872052
Item: A9 WIFI Mini Camera Recorder Security Monitoring Wireless Video Mini Camera Recorder Voice Camera Smart Home For Infants And P Sensor

Hunan Shiyue Technology Co. Ltd
Room 514,515,516, 517-208. Building 3, Yulong Tianxia Jiayuan II Complex, No. 799 Youmutang Road, Guanshaling Street, Yuelu District Changsha City, Hunan Province, PR China

AP SSID broadcast is FTYC535866GRDBZ

I don't know which battery it came with as I have several in a pile from a few cams.

Inside of a round electronic device showing a PCB with a micro USB port and a microSD card slot. Disassembled camera with electronic circuit board, lens, and casing parts on a blue surface. Small modular camera placed on a blue surface. Printed circuit board with various electronic components and connectors. Printed circuit board with microSD slot, micro USB port, electronics, and antenna. A round printed circuit board with a micro USB port, a microSD card slot, and electronic components. Round printed circuit board with micro USB port, microSD slot, and built-in antenna. Close-up view of a round printed circuit board with a micro USB port, electronic components, and conductive traces. Printed circuit board with various electronic components and connectors. Close-up of a round printed circuit board with electronic components, micro USB port, and PCB antenna.

MCU is the popular QFN48 Taixin Semi TXW817-810 - eg https://www.elektroda.com/rtvforum/topic4121456.html
cam sensor is a 640x480 SuperPix SP0A19 (LT1757-OA-10 V1.0) also included in the XF16 cam module ID parade https://www.elektroda.com/rtvforum/topic4121965.html
PCB markings: 20240112JC 817_V1.3

from RX pad at 921600 baud
Code: Text
Log in, to see the code

For once DebugIO (PA9) and DebugCLK (PA10) are correctly labelled so a backup can be taken with those - see topic C-SKY Flash Programmer with STM32 CK-Link Lite: Reading/Writing to Taixin TXW817-810 MCU for firmware backup instructions. BUT note that PA10 is shared with the blue LED so almost immediately the GPIO switches to flashing the LED. Precise timing is required to catch the firmware before it boots far enough to change GPIO function. In the T-Head Debugging Server once connected:

Code: Text
Log in, to see the code


and 1mb dump with C-SKY Flash Programmer
Screenshot of a program window for memory reading via JTAG with read mode and binary file path selected.

Cam is detected by ftycampro, HD IOT Camera and YsxLite apps

Screenshot of a mobile surveillance app showing a live camera view of a living room. Settings screen of a Mini DV camera app with a visible QR code and configuration options.
HD IOT Camera app interface showing a live view of a modern living room. Device settings app screen with configuration options, a QR code, and a Delete button.
Screenshot of the YsxLite app showing a camera view of a modern living room with a gray sofa and coffee table. Camera settings screen in a mobile app, showing a QR code and device management options.

Cam can also be used locally, without cloud, thanks to cam-reverse - Elektroda guide.

The image shows an open hand with fingers spread against a dark background.
Console with HTTP server logs from Node.js, showing connection attempts with a network camera.

firmware backup https://github.com/openshwprojects/FlashDumps...mits/e57a7e16df4ff4e363fb132997489dfce9250607

About Author
divadiow
divadiow wrote 3512 posts with rating 617 , helped 303 times. Live in city Bristol. Been with us since 2023 year.

Comments

insmod 02 Sep 2025 09:15

Do you still have it? I remember you used a different one in dev thread. [Read more]

divadiow 02 Sep 2025 09:24

yes. there might be another variation or two too. I have only tried on that X6 PCB to date. Also want to try on the TXW816 Otoscope Added after 1 [minutes]: and to see what might be involved in adding... [Read more]

insmod 02 Sep 2025 09:31

That might not necessarily mean that it's not supported (even though it most likely isn't). I have one GC0310 camera - and it worked, even though there is no mention of it in SDK. (Init sequence for... [Read more]

divadiow 02 Sep 2025 09:38

OK sure. here's another, my first https://www.elektroda.com/rtvforum/viewtopic.php?p=20946310#20946310 Added after 2 [minutes]: that would explain why both worked at this stage when I think... [Read more]

divadiow 12 Sep 2025 22:06

and now for OpenTXW817 https://obrazki.elektroda.pl/4428373900_1757704409_bigthumb.jpg AP joined and browsed to at 192.168.4.1 after initial boot https://obrazki.elektroda.pl/4442866000_1757704955_thumb.jpg... [Read more]

insmod 12 Sep 2025 22:15

Try changing https://github.com/NonPIayerCharacter/OpenTXW81X/blob/81d5621babdd6aed434d33c0ebc010859c9d3314/project/project_config.h#L894 to PA_11 and https://github.com/NonPIayerCharacter/OpenTXW81X/blob/81d5621babdd6aed434d33c0ebc010859c9d3314/project/project_config.h#L895... [Read more]

divadiow 13 Sep 2025 09:32

I guess maybe they do. I was expecting some to work https://www.elektroda.com/rtvforum/viewtopic.php?p=21646042#21646042 https://obrazki.elektroda.pl/8730256600_1757708202_thumb.jpg Added after... [Read more]

divadiow 13 Sep 2025 13:18

With GPT I made an IO probe thing to see which pairs might report back an address https://github.com/divadiow/txw81xcam/blob/9daa9c4733668a03eb4174948a653c327da1096f/sdk/lib/video/dvp/cmos_sensor/csi_v2.c#L26 ... [Read more]

insmod 13 Sep 2025 13:42

I see that after PB_8/9 no other pin combinations are checked. Remove it from array and check again? Did you attempt to trace it? Camera pinout is known (https://github.com/daniel-dona/beken7252-o... [Read more]

divadiow 13 Sep 2025 14:32

will do, if I can get back to the working scanner code ;o negative. not yet. mostly because of: but I'm sure I could get a thin wire on SDA right at the end. surely. I am aware of that... [Read more]

%}