NeoFromMatrix

Results 8 comments of NeoFromMatrix

I think this is more a personal preference. Also usually the supply rails are on the top and GND on the bottom, but again, I don't think they strictly need...

Having the connection only in the layout but not schematics/netlist is a bit hacky. Why did you need to combine a pad and polygon? A clean footprint should work :)

Uhm, the USB-C version has the USB data lines only connected on top, but not bottom layer. ![usb-c_only_top](https://user-images.githubusercontent.com/3996561/54459838-20902800-4768-11e9-8f18-ade9b1e4eed4.png) Image from KiCads gerber viewer. So far I've only seen people using...

Nice :) I took a quick look at it and have following thoughts: * It's always good to have a second source for the parts or a second compatible part...

For microcontroller the only option is probably to take some from the same family (e.g. a mcu with more memory which will be expensive) For the nfc controller there seems...

Seems like this is pretty much the same SoC as used for https://hackaday.io/project/25745-beaglelogic-standalone , the PocketBeagle is obviously missing the 74series chip and also the eeprom. Did you try to...

Yes, it worked. I can either set it in one command or export it first then use it in the same session with configure. Thanks! `$ PYTHON=/usr/bin/python3 ./configure` or ```...

Yes, compiles with the stated branch, no further problems were noticed. Did not perform any further tests as I didn't know what to test for. I also did not further...