Search found 11 matches
- Tue Jan 21, 2020 11:35 am
- Forum: Technical Discussion
- Topic: Interface Library Discussion
- Replies: 12
- Views: 3834
Re: Interface Library Discussion
Just so I don't go off on a tangent and i understand correctly. 1. The OpenMV cam is a 'slave' in this use case. it's basically doing it's own thing, but sends something to the host when queried? i say 'slave' because it's not really designed to act as a slave; whereas this sounds more like a co-pro...
- Mon Jan 20, 2020 4:52 pm
- Forum: Technical Discussion
- Topic: Battery Charge Level / Gauge
- Replies: 2
- Views: 904
Re: Battery Charge Level / Gauge
This is also a good read. Hardware side: https://docs.openmv.io/library/pyb.ADC.html Software side: If you can get the ADC vref, you can get the base voltage via the voltage divider (100/100) above by using the following formula will give you a decently accurate (adc reading of battery/4095)*2(for t...
- Tue Dec 03, 2019 9:53 pm
- Forum: Project Discussion
- Topic: ESP32 as a co-processor(slave)
- Replies: 4
- Views: 3303
Re: ESP32 as a co-processor(slave)
ESP32SPI_wifimanager.py attached. can't include it via code as the forums hate it for some reason. if i can ever get around to setting up an environment to compile my own firmware, i'll get to work on the C driver for micropython/openmv; but this at least allows anyone who wants to drag and drop cod...
- Tue Dec 03, 2019 9:40 pm
- Forum: Project Discussion
- Topic: ESP32 as a co-processor(slave)
- Replies: 4
- Views: 3303
Re: ESP32 as a co-processor(slave)
Part 3. ESP32SPI_wsgiserver.py # The MIT License (MIT) # # Copyright (c) 2019 Matt Costi for Adafruit Industries # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without ...
- Tue Dec 03, 2019 9:36 pm
- Forum: Project Discussion
- Topic: ESP32 as a co-processor(slave)
- Replies: 4
- Views: 3303
Re: ESP32 as a co-processor(slave)
Part 2. ESP32SPI_requests.py # The MIT License (MIT) # # Copyright (c) 2019 ladyada for Adafruit Industries # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restr...
- Tue Dec 03, 2019 9:35 pm
- Forum: Project Discussion
- Topic: ESP32 as a co-processor(slave)
- Replies: 4
- Views: 3303
ESP32 as a co-processor(slave)
Posting this here in the event anyone wants to go down the route I needed to. i hope this is allowed, and wish i had a better way to present this. I have a ton of ESP32's laying around, so why not use one as a co-processor as both Adafruit & Arduino do. don't be confused, the ESP32 is a Slave device...
- Fri May 17, 2019 7:13 am
- Forum: General Topics
- Topic: Camera extension chord
- Replies: 6
- Views: 6470
Re: Camera extension chord
how can i get on this email list as well? i tried looking on the website you emailed me for singtown, but i couldn't find them at the time.
- Fri May 10, 2019 11:35 am
- Forum: General Topics
- Topic: picture gets dark, when switching IR leds on
- Replies: 6
- Views: 5471
Re: picture gets dark, when switching IR leds on
i can confirm this happens to mine as well. i tried flashing the LED's as well with the snapshot and it made it marginally better, but in full dark or light, turning on the IR leds effectively over exposes the entire image.
- Tue Apr 30, 2019 6:23 am
- Forum: Project Discussion
- Topic: printing to OLED display
- Replies: 28
- Views: 48679
Re: printing to OLED display
Do you want the example shipped with the IDE? that would be nice, but i am referencing the ssd1306 driver you added to the libraries. https://github.com/openmv/openmv/blob/master/scripts/libraries/ssd1306.py The code only supports SPI communication. since it is not pulled from the main micropython ...
- Mon Apr 29, 2019 9:50 am
- Forum: Project Discussion
- Topic: printing to OLED display
- Replies: 28
- Views: 48679
Re: printing to OLED display
Can we add the I2C code for this module back into the driver as well?
- Fri Apr 19, 2019 9:10 am
- Forum: Technical Discussion
- Topic: how to send image to server by post to http?
- Replies: 27
- Views: 11644
Re: how to send image to server by post to http?
Thanks.By the way,Is the ATwinC1500 hardware itself not supported SSL or just does not transplant the relevant ssl code in OpenMV3? No the hardware supports it, but currently there's no way to download certificates to the module flash. Sorry to resurrect an old post. Given the wifi shield uses the ...