@Matthew-Lousteau OK. so it works, but if I have a ground pin connected into my project, it won't let me flash my sketch. If I disconnect the ground pin, I can flash the sketch and reconnect the pin afterwards and the sketch runs as I expected.
Posts made by Matthew Lousteau
-
RE: Ardrino Dock2 request reflash recovery proceedure
-
RE: Ardrino Dock2 request reflash recovery proceedure
@Matthew-Lousteau Take that back. I reacted too quickly.
-
RE: Ardrino Dock2 request reflash recovery proceedure
@C-G Thanks so much. This totally worked. Don't forget the 10 micro-f capacitor between ground and reset on the programming Arduino.
-
FLIR Lepton Compatibility
I would REALLY love to be able to use this breakout board with my O2P.
https://www.sparkfun.com/products/14654
When I try to pip (or any other method) install Opencv-python and pylepton to interface with their board over I2C and with a TFT over SPI, I run into a number of errors. I’ve done some research and seen there may be some hardware/firmware compatibility issues. I haven’t bought the breakout board yet, but I’d like to know if I need to buy a Rasberry Pi before I buy the board. Any help here would be much appreciated! -
RE: Can Not Install Numpy or Scipy
Try this out
https://docs.onion.io/omega2-docs/c-compiler-on-omega.html
EDIT
Nevermind-It didn't work for me.
Seriously-Nothing on this, yet? -
RE: Want to uninstall python
@Alejandro-Villena
Per @Lazar-Demin 's suggestion, this is a good starting list, but you'll need to add for modules you installed.In this order (Base and Light are last to avoid dependency errors):
opkg python3-asyncio - 3.6.0-2
opkg python3-codecs - 3.6.0-2
opkg python3-ctypes - 3.6.0-2
opkg python3-dbm - 3.6.0-2
opkg remove python3-decimal - 3.6.0-2
opkg remove python3-distutils - 3.6.0-2
opkg remove python3-email - 3.6.0-2
opkg remove python3-gdbm - 3.6.0-2
opkg remove python3-logging - 3.6.0-2
opkg remove python3-lzma - 3.6.0-2
opkg remove python3-multiprocessing - 3.6.0-2
opkg remove python3-ncurses - 3.6.0-2
opkg remove python3-openssl - 3.6.0-2
opkg remove python3-pydoc - 3.6.0-2
opkg remove python3-sqlite3 - 3.6.0-2
opkg remove python3-unittest - 3.6.0-2
opkg remove python3-xml - 3.6.0-2
opkg remove python3-light - 3.6.0-2
opkg remove python3-base - 3.6.0-2 -
RE: Omega 2+ USB Firmware Install after Brick. [Resolved]
@Lazar-Demin It seems the common problem encountered here is in accessing the Bootloader. I'll confirm-I'm having a similar problem. While trying to access the bootloader by holding the reset during boot up with the serial connection established, it boots past option 2 to Flash firmware from USB Storage.
-
PC Repeatedly Disconnects/Connects with Access Point
I have an Omega 2+ running on an Arduino Dock 2. I've connected to the WIFI access point to flash the Arduino with the IDE, which typically works, but at random frequency, the PC I'm using disconnects from the wireless Access Point, then reconnects. I'm not connecting the Omega2+ to an external WiFi. This is after flashing the firmware with http://repo.onion.io.s3.amazonaws.com/omega2/images/omega2p-v0.2.0-b185.bin
Any pointers?