Commit Graph

2433 Commits

Author SHA1 Message Date
iabdalkader
12c9b65a01 Fix typo. 2018-09-05 17:21:05 +02:00
iabdalkader
f362f0c647 Update deep sleep script. 2018-09-05 17:19:58 +02:00
iabdalkader
681cef11eb Add pysensor shutdown function. 2018-09-05 17:15:53 +02:00
Ibrahim Abd Elkader
8c840ddbd9
Merge pull request #371 from openmv/add_sensor_shutdown
Add sensor shutdown function.
2018-09-05 17:00:56 +02:00
iabdalkader
4eb2f1ac35 Add shutdown function. 2018-09-05 16:44:58 +02:00
Ibrahim Abd Elkader
2e67a80bf3
Merge pull request #368 from miiicmueller/master
SPI timeout in slave mode, due to internal chip error
2018-09-02 22:00:16 +02:00
iabdalkader
355cda2fcd Fix hid.py example. 2018-08-21 16:56:12 +02:00
iabdalkader
e895c5c424 Add HID example. 2018-08-21 16:22:13 +02:00
Michael Mueller
edc193da8f SPI timeout in slave mode, due to internal chip error
See stm32f7 erratasheet, chapter 2.11.2
2018-08-16 11:47:54 +02:00
iabdalkader
87c64f3c32 WiFi debug: Fix bcast time, close all sockets on error. 2018-08-14 21:26:32 +02:00
iabdalkader
5b7cd80123 Fix WiFi timer. 2018-08-14 21:01:53 +02:00
iabdalkader
25c3f06fb9 Make WiFi timer accept frequency arg. 2018-08-14 20:47:20 +02:00
iabdalkader
a50f059243 Fix OMV4 build. 2018-08-14 15:39:24 +02:00
iabdalkader
673fca8432 Add a recv buffer per socket.
* WINC partial recv bug workaround.
2018-08-14 15:19:20 +02:00
iabdalkader
fd46a946e2 Add a recv buffer per socket.
* WINC partial recv bug workaround.
2018-08-14 15:13:09 +02:00
iabdalkader
7afd566ccd Add recv buffer per socket.
* WINC partial recv bug workaround.
2018-08-14 15:11:47 +02:00
iabdalkader
4767229a7c Close file after writing raw image.
* Fixes #365
2018-08-10 22:13:30 +02:00
Ibrahim Abd Elkader
0413d4bbd2
Merge pull request #367 from openmv/wifi_udp
Add UDP Broadcast.
2018-08-10 17:57:05 +02:00
Kwabena W. Agyeman
60f6d1ddc7 Add UDP Broadcast for OpenMV Cam discovery.
* Now OpenMV Cam's can be discovered in the wild by OpenMV IDE without
hardcoding the OpenMV Cam WiFi IP address and port.
* The firmware reads settings from OpenMV IDE for STA and AP mode.
* Boradcast in both modes works and OpenMV IDE can find the cam.
* AP mode works (albeit the driver needs help).
* Station mode sometimes connects every now and then. There's a bug in
the WiFi module that prevents this from working right. The same code
executes on the cam and in the IDE for both modes but station mode has
issues...
2018-08-10 16:18:05 +02:00
Kwabena W. Agyeman
abe97a73ba Disable Mean on OMV2 2018-08-10 16:09:53 +02:00
Ibrahim Abd Elkader
4c25cffa7f
Add WiFi programming. (#362) 2018-07-30 20:10:55 +02:00
Ibrahim Abd Elkader
5a53991449
Merge pull request #364 from openmv/fix_omv2_build
Fix OMV2 build.
2018-07-30 19:56:03 +02:00
iabdalkader
4e34b32ec6 Fix OMV2 build.
* Disable morph().
2018-07-30 19:42:47 +02:00
iabdalkader
747ca41f09 Update winc header.
* Fix MAKE_ADDR macro.
* Add winc_security_t.
2018-07-16 22:09:54 +02:00
iabdalkader
75e12ae8ff Minor fix to ini_atoi. 2018-07-16 22:06:53 +02:00
iabdalkader
e8eabd6be2 Fix ini_atoi. 2018-07-16 22:02:39 +02:00
iabdalkader
f301c9f4c9 Move ini functions to ini.h/c 2018-07-16 22:01:18 +02:00
iabdalkader
bdacce048d Fix/Re-enable CAN. 2018-07-14 20:09:13 +02:00
iabdalkader
a69bfc3709 Add imlib flag to enable/disable math ops. 2018-07-14 19:53:54 +02:00
iabdalkader
2f6c871e31 Add objfind util script. 2018-07-12 23:11:38 +02:00
iabdalkader
fa6e24373f Enable more MP modules. 2018-07-10 20:29:25 +02:00
iabdalkader
7e9c83d409 Update MP docs. 2018-07-08 23:50:35 +02:00
Ibrahim Abd Elkader
531a20e1fc
Merge pull request #361 from kwagyeman/FLIR_FIX
Fix FLIR driver
2018-07-06 16:57:18 +02:00
Kwabena W. Agyeman
493069e893 FIxed FLIR driver 2018-07-06 02:55:05 -04:00
iabdalkader
f4e7e1cb8d Enable uctypes.
* Fix issue #338 and issue #360
2018-07-03 11:14:44 +02:00
iabdalkader
06431cdc3f Add imlib macro. 2018-06-30 18:32:06 +02:00
iabdalkader
f598de860a Add selective search. 2018-06-30 18:30:14 +02:00
iabdalkader
574eeedc3e Bump firmware version. 2018-06-29 22:37:46 +02:00
iabdalkader
4e925809ac Update change log. 2018-06-29 17:51:13 +02:00
iabdalkader
5e54291838 Update firmware images. 2018-06-29 17:40:27 +02:00
Kwabena W. Agyeman
3743e1e9aa Fix unit tests
* Fix find line segments test
* Fix drawing script
2018-06-29 17:23:45 +02:00
iabdalkader
14617a0713 ORB: support RGB images. 2018-06-28 18:22:00 +02:00
iabdalkader
d5ab4e4919 Add macro to convert (if needed) RGB pixel to GS. 2018-06-28 18:17:28 +02:00
iabdalkader
4f209ea9b1 Add comments and fix style. 2018-06-27 02:16:03 +02:00
iabdalkader
3ed8a9a406 Add util image scripts. 2018-06-25 01:34:00 +02:00
iabdalkader
be902e1271 Check for None in keypoints script. 2018-06-25 01:23:28 +02:00
iabdalkader
833bc04f78 OMV2: Re-enable gaussian. 2018-06-24 23:40:36 +02:00
iabdalkader
517ceb6ece NN: Fix smile network paths. 2018-06-22 22:34:44 +02:00
iabdalkader
5fcee96103 NN: Update smile network. 2018-06-22 22:31:58 +02:00
Ibrahim Abd Elkader
560c190908
Merge pull request #358 from kwagyeman/bitmap_streaming
Fix bitmap streaming bpp value check.
2018-06-22 17:19:26 +02:00