Recent posts
#21
TinyTV & Tiny Video Player / Re: Bettery Replacement
Last post by Quad_Plex - October 31, 2025, 03:32:04 AMWondering the same. I have a 1000mAh battery here coming from a small vape, but looking at the original battery it seems to have some battery protection circuitry inside the battery wrap, my new battery seems to have the leads soldered directly to the cells.
I'm wondering now if the TinyTV2 has proper charge protection built in already and if it would be safe to use this alternative battery together with a custom slightly larger case
I'm wondering now if the TinyTV2 has proper charge protection built in already and if it would be safe to use this alternative battery together with a custom slightly larger case
#22
Tiny Arcade & Pocket Arcade / Re: Pocket Arcade USB issue
Last post by elijahlove - October 31, 2025, 01:14:19 AM
If your Pocket Arcade isn't connecting via USB, try using a data-capable cable and a different port. If it still fails, double-tap the reset button to enter bootloader mode and reinstall the proper TinyCircuits driver. #23
TinyDuino Processors & TinyShields / Re: Has anyone worked with Tin...
Last post by elijahlove - October 31, 2025, 01:13:35 AMYes, TinyDuino is a compact, Arduino-compatible platform designed for miniature projects and wearables. Many makers use it for small robotics, IoT devices, and prototype electronics due to its stackable, modular design.
#24
Wirelings / Wirelings output only showing ...
Last post by cameron-kranz - October 29, 2025, 04:32:08 PMI have a light, temp, and soil moisture sensor plugged into my pi hat. When i run the light test program, it outputs correctly, but then when I run either the moisture or temp, it just outputs 0.0 repeatedly. And then if i run the light again it also starts outputting only 0.0. It seems my I2C bus is being corrupted. Here is the output when I run a script 3 times that outputs the addresses on the I2C mux, each time with either the temp, light, or moisture sensor plugged in on port 0, 1, or 2 respectively.
(.venv) pi@rasberrypi:~/plant_monitor $ python3 wireling_mux_test.py
I2C initialized Wireling Hat initialized
Selecting port 0... Found: ['0x48', '0x68', '0x70']
Selecting port 1... Found: ['0x48', '0x68', '0x70']
Selecting port 2... Found: ['0x48', '0x68', '0x70']
Selecting port 3... Found: ['0x48', '0x68', '0x70']
(.venv) pi@rasberrypi:~/plant_monitor $ python3 wireling_mux_test.py
I2C initialized Wireling Hat initialized
Selecting port 0... Found: ['0x48', '0x68', '0x70']
Selecting port 1... Found: ['0x39', '0x48', '0x68', '0x70']
Selecting port 2... Found: ['0x48', '0x68', '0x70']
Selecting port 3... Found: ['0x48', '0x68', '0x70']
(.venv) pi@rasberrypi:~/plant_monitor $ python3 wireling_mux_test.p
I2C initialized Wireling Hat initialized
Selecting port 0... Found: ['0x48', '0x68', '0x70']
Selecting port 1... Found: ['0x48', '0x68', '0x70']
Selecting port 2... Found: ['0x30', '0x31', '0x32', '0x33', '0x34', '0x35', '0x36', '0x37', '0x38', '0x39', '0x3a', '0x3b', '0x3c', '0x3d', '0x3e', '0x3f', '0x40', '0x41', '0x42', '0x43', '0x44', '0x45', '0x46', '0x47', '0x48', '0x49', '0x4a', '0x4b', '0x4c', '0x4d', '0x4e', '0x4f', '0x50', '0x51', '0x52', '0x53', '0x54', '0x55', '0x56', '0x57', '0x58', '0x59', '0x5a', '0x5b', '0x5c', '0x5d', '0x5e', '0x5f', '0x60', '0x61', '0x62', '0x63', '0x64', '0x65', '0x66', '0x67', '0x68', '0x69', '0x6a', '0x6b', '0x6c', '0x6d', '0x6e', '0x6f', '0x70', '0x71', '0x72', '0x73', '0x74', '0x75', '0x76', '0x77', '0x78', '0x79', '0x7a', '0x7b', '0x7c', '0x7d', '0x7e', '0x7f']
Selecting port 3... Found: ['0x0', '0x1', '0x2', '0x3', '0x4', '0x5', '0x6', '0x7', '0x8', '0x9', '0xa', '0xb', '0xc', '0xd', '0xe', '0xf', '0x10', '0x11', '0x12', '0x13', '0x14', '0x15', '0x16', '0x17', '0x18', '0x19', '0x1a', '0x1b', '0x1c', '0x1d', '0x1e', '0x1f', '0x20', '0x21', '0x22', '0x23', '0x24', '0x25', '0x26', '0x27', '0x28', '0x29', '0x2a', '0x2b', '0x2c', '0x2d', '0x2e', '0x2f', '0x30', '0x31', '0x32', '0x33', '0x34', '0x35', '0x36', '0x37', '0x38', '0x39', '0x3a', '0x3b', '0x3c', '0x3d', '0x3e', '0x3f', '0x40', '0x41', '0x42', '0x43', '0x44', '0x45', '0x46', '0x47', '0x48', '0x49', '0x4a', '0x4b', '0x4c', '0x4d', '0x4e', '0x4f', '0x50', '0x51', '0x52', '0x53', '0x54', '0x55', '0x56', '0x57', '0x58', '0x59', '0x5a', '0x5b', '0x5c', '0x5d', '0x5e', '0x5f', '0x60', '0x61', '0x62', '0x63', '0x64', '0x65', '0x66', '0x67', '0x68', '0x69', '0x6a', '0x6b', '0x6c', '0x6d', '0x6e', '0x6f', '0x70', '0x71', '0x72', '0x73', '0x74', '0x75', '0x76', '0x77', '0x78', '0x79', '0x7a', '0x7b', '0x7c', '0x7d', '0x7e', '0x7f']"
(.venv) pi@rasberrypi:~/plant_monitor $ python3 wireling_mux_test.py
I2C initialized Wireling Hat initialized
Selecting port 0... Found: ['0x48', '0x68', '0x70']
Selecting port 1... Found: ['0x48', '0x68', '0x70']
Selecting port 2... Found: ['0x48', '0x68', '0x70']
Selecting port 3... Found: ['0x48', '0x68', '0x70']
(.venv) pi@rasberrypi:~/plant_monitor $ python3 wireling_mux_test.py
I2C initialized Wireling Hat initialized
Selecting port 0... Found: ['0x48', '0x68', '0x70']
Selecting port 1... Found: ['0x39', '0x48', '0x68', '0x70']
Selecting port 2... Found: ['0x48', '0x68', '0x70']
Selecting port 3... Found: ['0x48', '0x68', '0x70']
(.venv) pi@rasberrypi:~/plant_monitor $ python3 wireling_mux_test.p
I2C initialized Wireling Hat initialized
Selecting port 0... Found: ['0x48', '0x68', '0x70']
Selecting port 1... Found: ['0x48', '0x68', '0x70']
Selecting port 2... Found: ['0x30', '0x31', '0x32', '0x33', '0x34', '0x35', '0x36', '0x37', '0x38', '0x39', '0x3a', '0x3b', '0x3c', '0x3d', '0x3e', '0x3f', '0x40', '0x41', '0x42', '0x43', '0x44', '0x45', '0x46', '0x47', '0x48', '0x49', '0x4a', '0x4b', '0x4c', '0x4d', '0x4e', '0x4f', '0x50', '0x51', '0x52', '0x53', '0x54', '0x55', '0x56', '0x57', '0x58', '0x59', '0x5a', '0x5b', '0x5c', '0x5d', '0x5e', '0x5f', '0x60', '0x61', '0x62', '0x63', '0x64', '0x65', '0x66', '0x67', '0x68', '0x69', '0x6a', '0x6b', '0x6c', '0x6d', '0x6e', '0x6f', '0x70', '0x71', '0x72', '0x73', '0x74', '0x75', '0x76', '0x77', '0x78', '0x79', '0x7a', '0x7b', '0x7c', '0x7d', '0x7e', '0x7f']
Selecting port 3... Found: ['0x0', '0x1', '0x2', '0x3', '0x4', '0x5', '0x6', '0x7', '0x8', '0x9', '0xa', '0xb', '0xc', '0xd', '0xe', '0xf', '0x10', '0x11', '0x12', '0x13', '0x14', '0x15', '0x16', '0x17', '0x18', '0x19', '0x1a', '0x1b', '0x1c', '0x1d', '0x1e', '0x1f', '0x20', '0x21', '0x22', '0x23', '0x24', '0x25', '0x26', '0x27', '0x28', '0x29', '0x2a', '0x2b', '0x2c', '0x2d', '0x2e', '0x2f', '0x30', '0x31', '0x32', '0x33', '0x34', '0x35', '0x36', '0x37', '0x38', '0x39', '0x3a', '0x3b', '0x3c', '0x3d', '0x3e', '0x3f', '0x40', '0x41', '0x42', '0x43', '0x44', '0x45', '0x46', '0x47', '0x48', '0x49', '0x4a', '0x4b', '0x4c', '0x4d', '0x4e', '0x4f', '0x50', '0x51', '0x52', '0x53', '0x54', '0x55', '0x56', '0x57', '0x58', '0x59', '0x5a', '0x5b', '0x5c', '0x5d', '0x5e', '0x5f', '0x60', '0x61', '0x62', '0x63', '0x64', '0x65', '0x66', '0x67', '0x68', '0x69', '0x6a', '0x6b', '0x6c', '0x6d', '0x6e', '0x6f', '0x70', '0x71', '0x72', '0x73', '0x74', '0x75', '0x76', '0x77', '0x78', '0x79', '0x7a', '0x7b', '0x7c', '0x7d', '0x7e', '0x7f']"
#25
New Product Ideas / Thumby 2 (Original Thumby Size...
Last post by ComeBits - October 29, 2025, 01:36:48 PMHello TinyCircuits Team,
I saw the incredible color mod that AncientJames created for the Original Thumby (Topic: https://forum.tinycircuits.com/index.php?topic=11412.0). It's a fantastic proof of concept for a feature everyone wants: a color screen in the super-tiny, key-chain size of the original device.
While the existing Thumby Color is great, we'd love to see a new version, perhaps called Thumby 2 or Thumby Color 2, that retains the pocket-sized form factor of the original.
My official product request is for an updated, miniature device with two major upgrades:
1. A Color Screen (like the successful community mod).
2. Increased RAM: The original Thumby's RAM is a well-known limitation for larger or more complex games. Doubling or significantly increasing the RAM would allow for much more ambitious projects—like running a fully featured color version of Doom!
An official product with the original small size, a color screen, and more RAM would be an absolute hit! Please consider this next-generation upgrade!
Thank you for considering this idea.
I saw the incredible color mod that AncientJames created for the Original Thumby (Topic: https://forum.tinycircuits.com/index.php?topic=11412.0). It's a fantastic proof of concept for a feature everyone wants: a color screen in the super-tiny, key-chain size of the original device.
While the existing Thumby Color is great, we'd love to see a new version, perhaps called Thumby 2 or Thumby Color 2, that retains the pocket-sized form factor of the original.
My official product request is for an updated, miniature device with two major upgrades:
1. A Color Screen (like the successful community mod).
2. Increased RAM: The original Thumby's RAM is a well-known limitation for larger or more complex games. Doubling or significantly increasing the RAM would allow for much more ambitious projects—like running a fully featured color version of Doom!
An official product with the original small size, a color screen, and more RAM would be an absolute hit! Please consider this next-generation upgrade!
Thank you for considering this idea.
#26
General Discussion / Handling Large Files Without L...
Last post by adamfoster - October 29, 2025, 08:21:22 AMA popular question in online collaboration and digital workflows is how to manage large files efficiently, especially when working with high-resolution graphics or images.
Sharing, uploading, or emailing large image files is time-consuming and may even exceed the size limits of a platform, frustrating both the sender and the recipient.
A good way to make the process easy is by converting large image files to a smaller and shareable format, such as PDF.
For instance, employing tools like PNG to PDF enables several large PNG images to be merged into a single, optimized file that's easier to manage and share.
This method preserves image quality while greatly eliminating file management headaches, an efficient option for designers, teachers, and professionals who deal with high-content visuals on a regular basis.
Sharing, uploading, or emailing large image files is time-consuming and may even exceed the size limits of a platform, frustrating both the sender and the recipient.
A good way to make the process easy is by converting large image files to a smaller and shareable format, such as PDF.
For instance, employing tools like PNG to PDF enables several large PNG images to be merged into a single, optimized file that's easier to manage and share.
This method preserves image quality while greatly eliminating file management headaches, an efficient option for designers, teachers, and professionals who deal with high-content visuals on a regular basis.
#27
TinyTV & Tiny Video Player / Bettery Replacement
Last post by GBob07 - October 28, 2025, 11:51:42 PMHello, what model of battery can I use for replacement?
#28
General Discussion / Get Reliable Support Anytime: ...
Last post by helpdeskaustralia - October 28, 2025, 05:35:50 AMNetflix has become a favorite entertainment choice for Australians, offering unlimited movies, shows, and documentaries on demand. However, like any online service, users sometimes face technical glitches, login issues, or billing errors. That's why the Netflix Support Number Australia +61 1800 592 260 is here — to provide quick, reliable, and 24/7 customer assistance.
By calling the Netflix Support Number Australia +61 1800 592 260, users can resolve problems such as password recovery, playback errors, app setup issues, and subscription management. Netflix's expert support team offers step-by-step troubleshooting and personalized help, ensuring your streaming experience remains smooth and uninterrupted.
The Netflix support service stands out for its professionalism, speed, and nationwide coverage. Whether you're in Sydney, Melbourne, Perth, or a regional town, help is always a phone call away. Support agents also assist with parental controls, device compatibility, and account security to ensure your Netflix experience is seamless and safe.
To enhance your viewing experience, keep your app updated, check your internet connection, and clear cache regularly. And if an issue still occurs, expert assistance is just one call away.
By calling the Netflix Support Number Australia +61 1800 592 260, users can resolve problems such as password recovery, playback errors, app setup issues, and subscription management. Netflix's expert support team offers step-by-step troubleshooting and personalized help, ensuring your streaming experience remains smooth and uninterrupted.
The Netflix support service stands out for its professionalism, speed, and nationwide coverage. Whether you're in Sydney, Melbourne, Perth, or a regional town, help is always a phone call away. Support agents also assist with parental controls, device compatibility, and account security to ensure your Netflix experience is seamless and safe.
To enhance your viewing experience, keep your app updated, check your internet connection, and clear cache regularly. And if an issue still occurs, expert assistance is just one call away.
#29
TinyTV & Tiny Video Player / Re: Settings Menu on Tiny TV 2
Last post by commencejam - October 28, 2025, 04:30:46 AMWhile it's on, press and hold the right button (the one used to skip videos) for a few seconds. That should bring up the settings screen where you can adjust things like brightness, volume, and playback options.
#30
General Discussion / How long is the best time to s...
Last post by kashmirholidaypackage - October 28, 2025, 01:40:51 AMThe most appropriate time spent in Kashmir Honeymoon Packages is an average of 5-7 days, but this will depend on the sites you would wish to tour. This is enough time when couples can visit lakes of Srinagar, snow peaks of Gulmarg, and the valleys of Pahalgam without being in a hurry. An itinerary has to be properly designed with leisure time, scenic drives, and romanticism, such as a shikara ride, strolling around the tulip gardens, or sitting by the fireplace. In couples who want to have some time in nature and reconnect, spending an extra 8 or 9 days in the trip will also make the entire honeymoon one to remember as it will be an adventure and also romantic with Kashmir Holiday Packages.
SMF spam blocked by CleanTalk