Power & Source of Big Ideas

Forum, I ended up semi-bricking my Air trying to get some more controls. It gets stuck in the "starting kernel" state of uboot. I don't know what to do (help appreciated). but at least I have a backup neo air. So I started again with a second neo air and this time I can GPIO control all of...
Or maybe I just need hardware level control of which pins can be accessed and controlled by RPi.GPIO_NP
I'm all confused. I'm a fairly new linux user, so maybe i'm missing something obvious, but I usually can follow online walk-through posts to solve environment setup type problems. Anyways, after not getting anywhere with different libs i've found on github, I figure I need to go back to basics and g...
I'm still having trouble. I need to be able to use these pins: [3, 5, 11, 13, 15, 19, 21, 23, 22, 37, 38] when read under the "physical" numbering of the NEO Air. Some of them work, but others are in alternative modes. For instance, pin 15, ostensibly in "OUT" mode, does not work...
Forum, I want to use python calls for peripherals like i2c and SPI. Is there a standard and easy way to do with with my NEO AIR, or python library to do this? Normally on my RPi and my BeagleBoneBlack I use a platform agnostic python library https://github.com/adafruit/Adafruit_Python_GPIO . This is...
I've just got my NEO AIR and I'm trying to access io. I'm trying to use RPI.GPIO_NP https://github.com/auto3000/RPi.GPIO_NP . But I can't interface with many of my pins. When I deep dive into WiringNP, only some of the I/O are addressed, others just have -1 on them. I can't figure out when they're f...