
Ace44's instructables
Achievements
- Ace44 commented on tobychui's instructable Raspberry Pi Pocket Cloud Server
- Ace44 commented on Ace44's instructable Media Server Using Raspberry PiView Instructable »
@hashdashHi, thanks for your interest in the ArOZ project and for your comment :). Congratulations on creating your own personal cloud!I'm glad to hear you like the project, however the web-server programm was made by (tobychui)[https://www.instructables.com/member/tobychui/] so all the credit goes to him :)
- Ace44 commented on garrett.schnack's instructable LED Strip Light Paper LampView Instructable »
Nice instructable!The design of this lamp really catches the eye. I've made a very similar design not too long ago which I shared on thingiverse: Japanese Lamp
- Ace44 commented on Ace44's instructable DIY Smart Light With Raspberry Pi ZeroView Instructable »
Hi Icopetti,thanks for your interest in this project :). With some workarounds, it should be possible to get this working on a website so that Android users can alos control the light, but unfortunately I don't have the knowledge to do so myself. In case you're interested about this: The commands of controlling the lights can be found in the home directory inside a python file named unicorn.py. For example:http://hostname(ip-address)/power/on will turn on the light. You have to add this url in the form of a button on a webpage to use it with a browser. Hope this helps :)
- Ace44 commented on Ace44's instructable DIY Smart Light With Raspberry Pi Zero
Hi DonaldB41. Thanks for your interest in this instructable :DAt the time of publishing the instructable, I did not create a Github repo for this project. I did try to create a Github repo for this some months ago, but the installation would no longer work (on Raspbian Stretch), so I left it.It's a bit complicated to explain why, but to simplify, it's an incompatability between Raspbian Stretch and homebridge/avahi.That being said, you can still grab the python code from the OS-image-file, either by directly accessing the filesystem with Linux or using VNC after flashing and running the OS on a Raspberry Pi.Hope this helps :)
View Instructable »Hi MrJoatmon, thanks for your interest in this project :)I'm glad you like the instructable. Do let me know if it still works as it has been a while since I published this intructable.By default, the OS-image is set to be an offline AP so connecting any device to it will make that device lose access to the www for as long as it's connected to the Raspberry Pi.But that is not a dead-end. If you want to be able to control the light with your phone and still have access to the www, you can do the following:* Get another Wifi-adater (ideally one for linux so no drivers have to be installed)* Connect the adapter to the Raspberry Pi and connect that Wi-Fi adapter to the network with internet acces (your router) via VNC/SSH.* Follow the instructions from the Raspberry Pi site (https://www.raspbe…
see more » - Ace44 commented on tobychui's instructable DIY Budget 3D Scanner V3View Instructable »
Awesome tutorial for a low-cost 3D-scanner. Looks like a lot of effort was put into this project. Keep up the good work!
- Ace44 commented on Ace44's instructable Media Server Using Raspberry PiView Instructable »
Thanks for joining instructables and for your compliment, ad_dee. The current image (OS) file is not set-up to support external hard drives out-of-the box. The reason is because this project is focused on portability and ease-of-use. Adding an external hard drive requires a lot more power (especially HDDs) and the build becomes bulky. If you want to increase the memory for the multimedia system, the best way would be to get a microSD card with a larger (128GB) capacity.While I can't help you much with the external drive on this project, the developer of the system, tobychui, made a new instructables for a system which does support the feature you're looking for. You can flash that system on a Raspberry Pi 3B, connect a HDD/SDD via the USB ports and use it quite similarly to this system. T…
see more » - Ace44 commented on Ace44's instructable DIY Smart Light With Raspberry Pi ZeroView Instructable »
You're welcome :)Although this instructable is 2 years old, it won't be outdated so easily as it contains a fully set-up OS file (.img) and therefore has (almost) no dependencies.
- Ace44 commented on Ace44's instructable DIY Smart Light With Raspberry Pi ZeroView Instructable »
Hi mkoistinen,thank You very much for your interest in this instructable and for your comment :)This image is based on Raspbian Stretch (upgraded from Jessie). It sets up the Raspberry as an AP (Access Point) and runs homebridge. With the plugin homebridge-better-http-rgb, it is possible to interface an rgb light (in this case the Pimoroni unicorn phat) via the Home app in iOS. The actual python script controlling the unicorn phat is an adaptation of Pimoroni‘s api for the mote (see here: (https://learn.pimoroni.com/tutorial/sandyj/using-mote-with-homekit-and-siri).The functions from the unicorn api are nearly the same as the mote one, but there are two additional things which make this image file unique.1) With the Raspberry Pi being set up as an AP, it is not required to have a working …
see more » - Ace44 commented on Ace44's instructable DIY Smart Light With Raspberry Pi ZeroView Instructable »
From the authorIt's been a while since I first launched this project so I wanted to share a few words with the more recent viewers. Usually, older instructrions tend not to work anymore as they are often outdated, but this instructable is a bit special. Since the core of this instructable is a full (OS) image file intended to be flashed on a microSD card, it does not really depend on other software and therefore does not get outdated easily. So you shouldn't have to worry about any outdated programms. But iff you encounter any bugs, feel free to report them to me.
- Ace44 commented on hamedtaha's instructable Task List - Using Raspberry Pi and 7.5" E-paper Display
Hi, I've got some expierence with E-Paper display and the 'ghosting' issue you mentioned. Ghosting occurs when you display the same picture over and over again, 'burning' it inside the E-Paper. It can be prevented by occasionally diplaying a single colour on the full E-Paper. If you're interested, check out the file 'calibration.py' in my gihub: https://github.com/aceisace/Raspberry-Pi-Google-Ca...
I think this error is due to the SPI not being enabled. You can enable this by entering: sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt in the Terminal
View Instructable »Very nice project featuring a E-Paper display, hamedtaha :). I've also been working on a similar project, using the 3-colour 7.5" E-Paper display from waveshare too. If you're interested, check out my github: https://github.com/aceisace/Raspberry-Pi-Google-Ca... :)
- Ace44 commented on tobychui's instructable A Raspberry Pi NAS That Really Look Like a NASView Instructable »
Nice Instructables for making something quite useful. Using the Raspberry Pi 3B+ for making a NAS is a clever idea due to the better specs :)
- Ace44 favorited Hummingbird by gzumwalt
- Ace44 commented on Ace44's instructable Media Server Using Raspberry PiView Instructable »
Hi Icesoldier, I guess you have good and valid points for choosing the lite version. I chose to enable VNC and GUI for the convenience of all users since it's easier to use than the command line but of course you can disable or enable any features you like.If you want to increase the writing speed (only recommended on SDHC I MicroSD cards), you could add this line to /boot/config.txt:dtparam=sd_overclock=100and then reboot.
- Ace44 commented on Ace44's instructable Media Server Using Raspberry PiView Instructable »
Hi Icesoldier, I guess you have good and valid points for choosing the lite version. I chose to enable VNC and GUI for the convenience of all users since it's easier to use than the command line but of course you can disable or enable any features you like.If I do get the chance, I'll create a custom OS for you using the raspbian lite version (though it make take some time). I'll notify you when it's ready.
- Ace44 commented on Ace44's instructable Media Server Using Raspberry Pi
Thank you for your interest in this project :) Theoretically it is possible to use ArOZ even on raspbian lite, but the setup on a different OS requires a screen, keyboard, mouse and ethernet attached to the rpi (remember that the pi zero w only has 1 usb slot, so you'll also need a hub). The setup is also quite time-consuming. Is there any specific reason you want to use raspbian lite?
View Instructable »Thank you for your compliment :) To delete the files, you have to use VNC Viewer to connect to the pi zero, open the file browser, navigate to /var/www/html and delete the files in the corresponding folders. The file names might not have 'proper' names, so it's best not to upload anything that isn't needed.
- Ace44 followed andreash79
- Ace44 followed life-skills, raspberry-pi, arduino and electronics channel
- Ace44 commented on Ace44's instructable Smart Light Using Raspberry PiView Instructable »
Hi MrD32,thanks for the compliment :)To change the Wifi name, simply open up the Terminal, enter this command:sudo leafpad /etc/hostapd/hostapd.confThen navigate to the third line (ssid=abc) and replace 'abc' with your desired Wifi name.
- Ace44's instructable Smart Light Using Raspberry Pi's weekly stats:
- Ace44 commented on Ace44's instructable Smart Light Using Raspberry PiView Instructable »
Thanks a lot for the compliment :)@kksjunior
- Ace44 entered Smart Light Using Raspberry Pi in the Automation Contest 2017 contest
- Ace44's instructable Portable Cloud Storage 's weekly stats:
- Ace44 commented on Ace44's instructable Portable Cloud MemoryView Instructable »
Thanks for the compliment, tobychui. It's all thanks to your ArOZ-Omega-Online project and help your help that I was able to make such an instructable.Thank you for that :)
- Ace44 entered Portable Cloud Memory in the Travel Contest 2017 contest
- Ace44 entered Portable Cloud Memory in the Invention Challenge 2017 contest
- Ace44 commented on tobychui's instructable ArOZ System for Raspberry Pi Web ServerView Instructable »
Hello tobychui,I have successfully managed to make an access point on my pi. i can also access the AROZ-Online site from my laptop. The only issue is that I cannot upload anything at all. If I try uploading anything, I only see this: array(0) { }. If you maybe know the fix for the uploading problem, please let me know. Otherwise You can also upload a working image of Your sd card on which the AROZ-System does work on this link: https://1drv.ms/f/s!AszcjJh70y0ugfoR8SN_tRrxh9TtGg . Apart from not being able to set this up myself, this project is really awesome!
- Ace44 commented on tobychui's instructable ArOZ System for Raspberry Pi Web Server
Awesome work with the video featuring ArOZ OS. It's amazing that so much can be done via ArOZ OS. Thanks for your awesome tutorial and for the appendix!Keep up the hard work :)