-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tapo C110 SSC333 variant with AltoBeam 6012B WIFI chip #33
Comments
I've patched files locally to build a ssc333 + atbm601x board, but I haven't yet had any luck getting the wifi interface up. My board says "TAPO C110P4(US) / 2.6". I was really hoping for cameras with SSW101B. (; I noted that the wlan USB device is idVendor=007a, idProduct=888b, where the default atbm60xx USB PID is 0x8888. I'm overriding the default PID. I started with ssc333_lite_tp-link-tapo-c110-v2 as a template, and made ssc333_lite_tp-link-tapo-c110-v26. These board names really ought to contain the wifi chipset name! BR2_PACKAGE_ATBM60XX=y Unfortunately, if I load it from startup (openipc/general/overlay/etc/wireless/usb) it'll silently hang (not sure how to enable relevant debug), and if I load it with modprobe post-boot, I get the below. I'm not exactly sure where to go from here, but I'll keep poking at it.
|
I discovered that my wifi chipset is actually a 6012B-X (https://www.altobeam.com/en/contents/72/135.html). That's not yet supported by the atbm60xx driver in openipc! So, I added it as a package, patched the compilation errors, and my ssc333 + 6012b-x is now working great. I'll work on cleaning it up and issuing a PR, but my biggest question is where I should be pulling the 6012BX driver from. I found it at https://github.com/gtxaspec/atbm-wifi, but I have no idea if that is a reliable source for the tree. If anyone has any thoughts please do share. @BRFud, do you have any idea whether you have a 6012B or 6012B-X? What is your USB VID:PID for the device? |
@geedubess, thank you for progressing this. I've not been successful in building any patched firmware as yet (getting compile errors running Looking at my ttl logs I see idVendor=007a, idProduct=888b (same as yours), so does that mean I have a 6012B-X? How did you determine that your chip is actually 6012B-X and not 6012B? As you can see from my photo the chip says 6012B on the case, not 6012B-X, but I may have incorrectly assumed the wrong model as I have only gone by the chip markings. Is yours the same in appearance? |
I tried to use the atbm60xx driver integrated with openipc, but noted during compilation that the driver default VID:PID was 7a:8888 and the driver wasn't doing anything when I loaded it or toggled the chip enable line (which causes 7a:888b to disappear and reappear on the usb bus). I modified the build system to allow me to pass a custom PID of 888b, but then when the driver probed the hardware (log above) it clearly did not work. After that, I was lucky enough to find a reference to atbm 888b on git in the form of the atbm-wifi repo (above). That then led me to the atbm website which describes the 6012b-x - it sounds like more of a re-design than a re-issue (including BT+80211 vs 80211 only). The atbm-wifi repo (above) is literally the only place I have been able to find source code for the driver and the firmware to load to the chip. Comparing it against the atbm60xx firmware shows many differences. Grab a copy while you can. :) It's annoying to me that the chip says 6012B as well. I doubt it's malicious, but probably an oversight, possibly a marketing cover-up if they had no choice but to discontinue the original 6012B. If I had to guess, it's probably pin-compatible but I didn't look that deeply. Hey, on the plus side, our hardware might support bluetooth! (if we loaded the right firmware and had the right driver...) My SSC333+6012B-X has been working great on wifi for the few hours I've been playing with it, and I've now reworked 4 PCBs, flashed my build, and seen the wifi work, so I'm happy. |
Please see #34 if you want to try to replicate my success. |
I bought two Tapo C110 cameras this week to try out OpenIPC. Both use the SSC333 with boards labelled "Tapo C110(EU)/2.20" but they differ in Wifi chip. The first uses the SSW101B, which I believe is baked into the current builder config for the C110 but the second camera has the AltoBeam 6012B WIFI chip (used in other boards supported by OpenIPC). Could someone familiar with the project please add support for this Tapo C110 variant so that the appropriate firmware will be built and added to releases? Thanks!
The text was updated successfully, but these errors were encountered: