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 1095 10
ADVERTISEMENT
📢 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

    Cool? Ranking DIY
    About Author
    divadiow
    Level 35  
    Offline 
    divadiow wrote 3512 posts with rating 617, helped 303 times. Live in city Bristol. Been with us since 2023 year.
  • ADVERTISEMENT
  • #2 21651027
    insmod
    Level 27  
    Do you still have it?
    I remember you used a different one in dev thread.
  • ADVERTISEMENT
  • #3 21651038
    divadiow
    Level 35  
    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 more cam drivers. One of the cams is a Hynix HI704 which I don't see a driver for in the Taixin SDK. The other Otoscope user looks like his came with a HI708
  • ADVERTISEMENT
  • #4 21651045
    insmod
    Level 27  
    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 GC0310 (https://www.elektroda.com/rtvforum/topic4121965.html) looks like GC0312 (https://github.com/NonPIayerCharacter/OpenTXW81X/blob/main/sdk/lib/bus/iic/sensor/sensor_gc0312.c))
  • #5 21651049
    divadiow
    Level 35  
    OK sure.

    here's another, my first https://www.elektroda.com/rtvforum/topic4033757.html#20946310

    Added after 2 [minutes]:

    insmod wrote:
    (Init sequence for GC0310 (https://www.elektroda.com/rtvforum/topic4121965.html) looks like GC0312 (https://github.com/NonPIayerCharacter/OpenTXW81X/blob/main/sdk/lib/bus/iic/sensor/sensor_gc0312.c))

    that would explain why both worked at this stage when I think only one of the drivers was defined

    https://www.elektroda.com/rtvforum/topic4033757-30.html#21646042
  • ADVERTISEMENT
  • #6 21688413
    divadiow
    Level 35  
    and now for OpenTXW817

    Information: Success message after successful firmware flashing

    AP joined and browsed to at 192.168.4.1 after initial boot

    OpenTXW81X web interface at 192.168.4.1 with configuration options

    Code: Text
    Log in, to see the code


    not yet got any modules detecting/streaming an image, log as txwcam is started with the sensor this shipped with (below), the SuperPix SP0A19 LT1757-OA-10 V1.0

    Code: Text
    Log in, to see the code


    the mic seems be OK when rtsp streaming. I'll flash back factory to be sure connector on PCB is OK.

    Added after 25 [minutes]:

    damnit. the connector seems OK.

    Camera app interface with microphone enabled and blurred lens view

    don't tell me these things have multiple pins to choose from on the TXW817 chip 😡
  • #8 21688442
    divadiow
    Level 35  
    I guess maybe they do. I was expecting some to work https://www.elektroda.com/rtvforum/topic4033757-30.html#21646042

    Seven small camera modules lying on a wooden surface

    Added after 1 [minutes]:

    >>21688440

    ooh ok.

    Added after 44 [minutes]:

    negative

    https://github.com/openshwprojects/OpenBK7231...ivadiow:OpenBK7231T_App:refs/heads/opentxw81x

    Added after 10 [hours] 30 [minutes]:

    been playing quite a bit as you may see from commits. no joy yet.

    most pins do seem to be routed somewhere. awkward for multimeter tracing is that the IC is on the opposite side to the cam connector
  • #10 21688807
    insmod
    Level 27  
    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-opencam/issues/9)
  • #11 21688831
    divadiow
    Level 35  
    insmod wrote:
    Remove it from array and check again?

    will do, if I can get back to the working scanner code ;o

    insmod wrote:
    Did you attempt to trace it? Camera pinout is known (https://github.com/daniel-dona/beken7252-opencam/issues/9)


    negative. not yet. mostly because of:

    divadiow wrote:
    most pins do seem to be routed somewhere. awkward for multimeter tracing is that the IC is on the opposite side to the cam connector


    but I'm sure I could get a thin wire on SDA right at the end. surely.

    I am aware of that diagram yes, and started one time to map it out in my own head and check it against a cleared XF16 PCB. Don't know why I didn't finish

    PCB with pins and a handwritten pinout diagram for HI704 to BK7252
📢 Listen (AI):

Topic summary

A new variant of the FTY A9 WiFi Mini Camera, purchased in February 2024, has been identified featuring a 1MB Taixin TXW817-810 chipset and a black PCB labeled 817_V1.3. The device is marketed as a wireless video mini camera recorder with voice capabilities, suitable for security monitoring and smart home applications such as infant monitoring and presence sensing. The SKU associated with this model is 742329872052, and it is manufactured by Hunan Shiyue Technology Co. Ltd. Detailed internal photos reveal the hardware layout and component placement, which differ from previous FTY A9 versions. This variant appears to be distributed via AliExpress, although the exact seller is not confirmed. The discussion provides visual documentation and technical identification of this specific camera iteration, contributing to the knowledge base of FTY A9 hardware revisions.
Summary generated by the language model.
ADVERTISEMENT