Results 29 comments of markingle

I would recommend taking some time to learn how to get the code to compile in C....there are several tutorials on installing C in Windows, Linux, and OSX. Its not...

Ah okay...duh that make sense! :)

@lv333ming did you ever get your build working?

@jafrado i am using a ESP32 DevKitC w/ WROOM-32E. I'm running a custom version of Arudupilot from Skybrush based on 4.3....I'm not sure how this relates to your PX4 comment....

Exactly!!! The WROOM is a great SoC to prototype with and PCBWAY always has them in stock. I already have several DipTrace designs with a 5v and 3.3v power rails...

Something similar to this design except an LDO w/ battery charging circuit...![image](https://user-images.githubusercontent.com/11239466/211961758-d5478521-e31a-4c3e-afc0-14ae00d4599d.jpeg)

No that's pretty much outer space! Very impressive! Thanks for sharing. If you have the schematics (or any info) that would be a great jump starter.

@jafrado What pins are used for tx/rx to the Cube in your code? I am using 16/17...

I doubt I will manufacture what I'm building. I'm really not that experienced (4 years) with PCB design and I'm self-taught. Got the burned up boards to prove it!!! The...

Not making much progress...It appears that I really should be using a debugger to work with the code. I had to add Serial.println statements to understand what is going on...