How to create a shared reminder list on iPhone
When you create a list on the Reminders app, you can share it with others so they can read it together, such as sharing among family members.
Here is a small home-automation project that I have been working in my free time. I wanted to control my home-made air source heat pump system (based on Daikin FTX71GV / RX71GV ) from anywhere with Internet access. That would allow me to control my house’s heating/cooling remotely and more interestingly I could create scripts that turn the heating up/down based on outside temperature, time of day, inside average temperature and other criteria. All this to make a more efficient energy use, therefore a greener energy plan. Detailed instructions on how to use the DAIKIN air conditioner controller
My Daikin uses an ARC433** series remote control, so the analysis was done for that particular IR remote.
I had a NaNode laying around, so the hardware part was pretty much figured out. Just needed an 940nm IR diode, couple resistors, a transistor and I was all set.
Next, I had to decode the IR protocol of Daikin air condifioners. That was quite a challenge as it turned out. To do this I needed to capture the IR signal and reverse-engineer it. Since I have no oscilloscope, I used my sound card as described in this article. I used audacity and spent few days poking by eyes analyzing the waveform. There are few articles on the Internet that helped me also, but none was about the IR protocol for my specific Daikin model. As it seems, there are at least three protocols used by that manufacturer.
The IR frame is split in two parts 3000us apart. Quite strange approach, I think it it done to confuse universal IR learning devices. In fact I also tried to learn the codes using a SilverCrest universal remote, but it fails due to the gap between transmissions.
So after I had the IR protocol figured out, I had to put up the software. I used Ken Shirriff’s IR library and modified it so that it takes Daikin’s protocol.
For Ethernet connectivity I useJCW’s EtherCard library, of course modifying it a bit because of some limitations it has. Basically the restrictions I needed to avoid are the progmem based DNS lookup and no custom HTTP headers management. Another challenge was to deal with the RAM usage, the library has the TCP buffer taking most of the ATMega’s RAM plus it is a single-packet implementation. That means that a page cannot exceed 1100 bytes (that’s the buffer size).. I finally managed to squeeze in all the UI and was left with 196 bytes of RAM free. Funny when you think of the amount of functionality that 30K of compiled sketch code can hold vs modern software resource usage.
So here is what I came up with as features list:
The project turned out too specific – for a particular model of AC. For the future I’d like to take a different approach – learning IR codes rather than decoding and using for a specific model. Learning a code will be simply memorizing the pulse widths and compressing them. AC remote controls send “state” in one command, therefore learning is quite useful. The user may then put a name to the learned code i.e. “heating, temp=21deg, fan=low”. The learned codes will be stored on SD card.
When you create a list on the Reminders app, you can share it with others so they can read it together, such as sharing among family members.
The exciting new Dynamax feature is here in Pokémon GO. Here's what you need to know about how to Dynamax and Max in Pokémon Go.
Weibo social network also has the same setting options as other social networking applications such as changing Weibo account password or changing account name to a new name you like.
Batch files are a way for computer users to get work done. They can automate everyday tasks, shorten the time it takes to do something, and turn a complex process into something anyone can operate.
With the instructions in the article you can download and install Minecraft for free on iPhone/iPad
There are many different ways to change the default PDF reader on Windows 10, helping you get the PDF reader on your computer as you like through PDF reading software or even reading PDF files using a browser.
The Shortcuts app on iPhone has a shortcut to convert videos to GIFs with very simple operations.
Numerology reveals exactly what's in your name. From destiny to soul path, here's how to calculate your numerology chart based on your name.
WhatsApp has been updated with a new feature to select video callers in groups, no need to make a call with all members in the group. Here is a guide to select video callers in WhatsApp groups.
Meta AI has been updated on Messenger for you to experience this chatbot, interact with the chatbot for any issue you care about.
If you have a personal photo that you want to cover some information or even a certain image, you can insert stickers into the photo on iPhone.
For some reason, you no longer want to use your current Google account, and want to completely delete it. So how can you permanently delete your Google account?
You can now chat with the official ChatGPT on WhatsApp without resorting to third-party chatbots.
On Windows 11 you can now use the Copilot app to find, open, and ask questions about files stored on your computer.
iPhone 15 and later after upgrading to iOS 18 are equipped with new Apple Intelligence technology, capable of removing objects in photos via the Clean Up tool.