tl;dr; I have not yet managed it… but if you read on you will see where I am currently up to, and where I think I can go. I am reading the University of Toronto’s “Self-Driving Cars Specialisation“, one of the tutors is Paul Newman from Oxbotica: Be at the […]
Mac
I have bought a Pycom makr WiPy to have a play with Micro Python, the recommended IDE is atom with Pymakr Atom Package, however it doesn’t work out the box as designed due to an issue with Atom and Pymakr. After you have installed Atom from atom.io, you can open […]
Since I got Pycom working on my Mac, I can now update the firmware on my expansion board, the DFU updater is available in Brew, which we should have installed in the last post. From the Updating Firmware page we can download the correct firmware file; I have the Expansion […]
I have spoken to Pycom support about the problems I was having updating the expansion board, and it turns out its a known issue with Mac OS 10.15 due to the security settings in the new version of Mac OS. However the expansion board should have come from the retailer […]
It has been a while since I have tried getting CARLA to run. After doing fair amount of poking, and prodding including trying to compile Unreal Engine for use on the NVIDIA Jetson Nano; I was unable to get Unreal Engine running on the ARM® A57 architecture. Since then I […]
At work, I am trying to make some automated test equipment, (I also have some personal test equipment to automate as well). At work I use MS Windows 10 for my laptop, home I use macOS, and for embedded test equipment I am planning on using Raspberry Pi and Pi […]
After my last attempt at getting MyOpenLab to work on macOS, I posted my question on the MyOpenLab Facebook group, where I was given the following response: Hello, what version of MyOpenLab, Java and OSX are you testing? You could test the most recent development version: https://myopenlab.org/…/distribution_macosx_3.12.1.zip The fail could […]
I know there are probably about a million of these tutorials all over the internet; however, this is my setup, so I know what I did should I need to do it again… Prerequisites VS Code needs to be installed on your system. The standard Arduino IDE needs to be […]