• Review: Anker PowerCore 26800 Power Bank

    On a recent camping trip, I brought along a few small power banks to charge phones and watches (we weren't completely out in the wilderness and having a phone for pictures and emergencies is quite important). It was kind of awkward to charge the devices using 3 separate batteries. I decided to look for larger power banks that could charge multiple devices at once. Originally I was looking for one that could also power my laptop for a little bit, but decided that the number of times I've had to power it have been few and far between. Since I had good results with Anker products, I purchased the Anker PowerCore 26800 Portable Charger.

    This charger is close to the largest battery that you can legally bring on an airplane, but weighs just over a pound. In addition to the 3 USB ports (many power banks just have 2), it has 2 micro USB ports for input to charge it faster. With a battery this large, faster charging is nice to have. The power bank is pretty basic; charge it up with the micro USB inputs (it doesn't come with a wall adapter, so I just use the Anker 6-Port USB Charger to charge it) and then plug devices into the USB ports.

    We used the power bank a number of times this past summer during another trip. I put it in my backpack with a few cables and during the day charged up our phones (even with new batteries, our iPhones suck down batteries when using GPS). Being able to plug in 2 devices at once was quite convenient. Also since the battery is so large, I think I only had to charge it once on a 2 week trip.

    This battery has performed well and I anticipate using it on camping trips, family vacations, and having it around in case of emergencies. As I've switched to USB charging for as many devices as possible including flashlights, this battery can also be quite helpful in an emergency or a disaster.

    Pros

    • Largest battery you can take on a plane.
    • 3 USB ports for charging devices.
    • Faster charging with 2 USB inputs.
    • Not too heavy.

    Cons

    • Some may consider it a bit expensive for a battery.

    Summary

    This power bank has allowed me to consolidate power banks on trips. While it may not be the smallest, I don't have to worry about it running out of power even if I charge a number of devices. It just works and the 3 USB ports make it more useful to me than other power banks I could have purchased. If you're in the market for a power bank, I'd definitely consider this one.

  • Never enough charging ports

    This past summer my family went on a vacation to the Grand Canyon and a few other destinations in Arizona (yes, it was hot!). For the driving trip we packed a lot of devices. Between the 3 of us, we had 3 iPads, 3 iPhones (my son just uses one for its camera), 2 Apple Watches, AirPods, a mobile hotspot, and an Anker PowerCore 26800 Power Bank. After I bought and reviewed the Anker 5-Port USB charger several years ago, I realized that the Anker 6-Port USB Charger was a better device as it didn't add much bulk to the 5 port and gave me an extra port. Since then I've bought a few of the chargers and put one along with cables in a small bag I take when I travel. While I don't need to charge everything at once, 6 ports just isn't enough to keep everything charged especially since the power bank uses 2 ports to charge faster. After we got back from the trip, I ordered another charger.

    With 2 6-port chargers, I think that I'm all set for awhile. If I plug in everything at once (which I'll rarely do), all the devices will use 12 ports! That's kind of sad and amazing at the same time that we travel with some much technology. I just have to remember to bring enough cables to charge what needs to be charged. In my opinion, there is no reason to ever travel with smaller chargers even if they are a little more compact. I travel alone, I'm going to have 6 devices with me. Yes, I'm addicted to my gadgets.

  • Porting an iOS app to macOS

    About six weeks ago (2 weeks or so before WWDC), my client asked me to port an enterprise app I wrote for iOS to macOS. I haven't done macOS work for a long time, but how hard could it be? In the last few years, a number of iOS-like technologies have come to macOS; while they aren't named the same, many things function similarly like NSViewController (UIViewController), NSTableView (UITableView), NSTableCellView (UITableViewCell), etc. All of my iOS apps for this client are written in Swift, so it made a lot of sense to use Swift for this macOS app.

    Getting started with the project took about a week to get familiar with macOS again, but then things started moving. The first thing I did after the app ran was to make a version of my framework that I use across 5 iOS apps (models, networking, methods, etc.) over to the Mac which wasn't difficult; I only had to do a few platform specific defines for the files I moved over (I didn't move the UI pieces over). Once the basic app was running, I started the UI and had real data showing up within a few weeks from start. I took a number of pieces of the iOS app, copied the code and pasted it into the Mac app. The number of changes for these pieces were minimal (.stringValue instead of .text on the NSTextField vs UILabel), but I was quite pleased how I was able to reuse the code.

    From start to basically feature parity with iOS took about 5 weeks. I'm sure that there are things that I'd change such as doing extensions on classes instead of copying/pasting code as I'll have to maintain both apps going forward, but that could obscure how things work. I am extremely pleased with how well this project is going (it hasn't been deployed, yet).

    At WWDC Marzipan was revealed and it looks like it will allow many iOS apps to run on macOS. This, of course, would have helped me get my app up and running, but would it feel like a Mac app? While not every app is as straight forward as the one I ported, developers that want to move their apps to macOS today have nothing stopping them.

  • Review: RTSystems ID-51APlus2 Programmer for Mac

    [Update 04/21/17: I did receive an email back from the company on Tuesday wanting to assist me; unfortunately this message went to spam. Their support is definitely responsive and if I implied that they weren't, I do apologize.]

    When I purchased my Icom IC-7100, I knew that I'd need software to program it as entering information for hundreds of memory locations would be impossible. There were 3 choices; one was expensive from ICOM, a free one (CHIRP) and the one that people seem to rave about from RT Systems. I had read that CHIRP didn't work properly with the radio, so I went with the one from RT Systems. I bought the Windows version as no Mac version currently exists for it. The software was adequate, but nothing I'd write home about.

    Since I wanted to use the same software (or similar) to program my new Icom ID-51A Plus2, I went with RT System's new Mac version of the software.

    The first thing that I had to get over with the software is that there is a different version for just about every radio. The cost for each radio didn't bother me ($25 per radio); it was how the software was packaged. I would have expected to purchase one application and then pay a fee to unlock different radios. Instead, the company/author has chosen to do one application for each radio. Having used the software for two different radios, I can sort of see the reasoning as each radio has different options and some just don't overlap. However, I still believe that having plugins would be a better experience for the user.

    The second thing that annoys me a little is that I have to purchase a cable from the company. The IC-7100 is an exception as it has a USB port and the company supports it directly. My ID-51APlus2 came with a USB cable, but it won't work with the software. I can understand that for radios that don't come with a cable the company doesn't want to have to support cables with crappy USB to serial chips, but if the cable comes from the manufacturer, they should support it.

    I installed the software last week and was underwhelmed by the experience. The application is a Java application complete with a Java installer. I use a Macintosh for many reasons, among them is that I like the user interface and cross platform user interfaces just look bad. I received the cable last Saturday but didn't get a chance to play with the software until Monday. I plugged in the cable and tried reading data from the radio, but the software said it couldn't find the cable. I moved the cable to a different USB port (I tried with a USB-C to USB-A Apple dongle, a USB-C to 4 port USB-A hub, and a USB port on my Thunderbolt Display) with no change. I saw that there was a /dev/tty. port registered and the cable showed up in System Profiler indicating that the driver loaded properly. I sent email to the company and didn't hear back. Yesterday I called the company and was transferred to Rob in technical support (Rob is also the lead developer; maybe Rob is the R in RT Systems). He wanted to connect to my computer using Team Viewer, but I declined and gave him all the information he needed (in a past life I wrote USB to serial drivers so I know my way around drivers). After a few minutes, Rob said that this particular cable seems to give them problems and he told me to check for updates. I did that and after installing it, the software saw the cable. Excellent! I hung up and let the software finish reading from the radio. Unfortunately the progress bar never moved, but the radio thought it was done. I called again and talked to a different person in support. The woman gathered information, then chatted with Rob and said that they were able to reproduce the problem. She said she'd call back when an update was available. Later that afternoon, I checked for updates and was finally able to read from the radio. (I did receive a callback this morning telling me about the update.)

    Now that I was able to actually use the software, I exported memory locations from my IC-7100 (on Windows) in CSV format and imported them into the ID-51APlus2 programmer. Given that the software is made by the same company, I would have expected an easier way to transfer ALL the memory locations (I had to transfer 1 bank at a time) to a new radio. In addition, the software uses non-standard open and save dialog boxes which don't allow dragging and dropping of files adding some hoops to import the memory banks. I wrote the data to the radio and that worked fine. As I worked on adding memory locations, I realized I wanted to move a bunch of locations to a "memory bank". Normally I'd expect to be able to select a bunch of locations and change them all at once. Unfortunately that didn't work and I had to go through roughly 200 memory locations one by one to change the bank.

    I am impressed that the software covers lots of settings on the radio, some that I haven't even discovered yet. This software is functional, but is definitely not a joy to use. Luckily it isn't a program that is used daily.

    Main Screen
    Settings

    Pros

    • Allows you to easily configure all features of the radio including memory banks and settings.
    • Allows importing and exporting of memory locations to move data between radios.
    • It works on a Mac.
    • Extremely responsive telephone support.

    Cons

    • The user interface is just awful. There is no way to sugar coat this.
    • Non-standard user interface. The tabs aren't Mac tabs. There are indicators for CAP NUM and SCRL which don't do anything or affect current state.
    • No tooltips.
    • No way to change one option for multiple memory locations at once. For instance, if I want to mark a bunch of memories to skip or move them to a bank, I can't.
    • There is no undo.
    • It is unpolished; I can seize a modal dialog box and various controls overlap.
    • Doesn't work with the cable that comes with the ID-51APlus2 radio.
    • Initial problems getting started which required 2 updates to work.

    Summary

    I'm not sure if HAM radio operators are just happy to have any software or if they truly have not used good looking software, but so far I've only seen one application that looks like a quality piece of software. The RT Systems programmer for the Mac is barely usable as are most cross platform programs, in my opinion. If the software had cost a little bit more in order to cover the costs of a really polished program, I don't think I'd hesitate to purchase it. Aether costs $40 and I didn't hesitate to purchase it because it was heads above the competition in design and usability.

    If you're a Mac user and need to program a radio, CHIRP might work, but you'll find that the RT Systems software does more. You really don't have a choice in the matter besides using Windows and then you'd use the Windows version of the software. I understand that the market to sell the software is quite limited and dying off (literally), but I really expect more when I purchase software. I can't recall an application on my Mac that has a worse user interface.

    As much as it pains me to do so, I have to recommend this software as the easiest way to program the ID-51APlus2 radio and probably other HAM radios.