Commit Graph

179 Commits

Author SHA1 Message Date
Kwabena W. Agyeman
1d10d9fa3a Update RTSP server and examples to work with FFPLAY 2021-02-24 15:27:57 -08:00
iabdalkader
03de0ceb26 Add Himax ioctl to control internal osc.
* Add ioctl to switch to internal OSC for MD.
* Add example to show how to wake up from low-power on MD events.
2021-02-22 03:35:25 +02:00
iabdalkader
b5e76a74df Update examples. 2021-02-22 00:09:21 +02:00
iabdalkader
9c264ef6db Update examples. 2021-02-22 00:01:21 +02:00
iabdalkader
386baa3635 Add Himax motion detection example. 2021-02-21 23:37:14 +02:00
iabdalkader
c814fddff8 Update vsync examples. 2021-02-14 21:19:37 +02:00
iabdalkader
aeb7539cfa Update license date. 2021-02-14 16:47:45 +02:00
iabdalkader
c57caf644a Fix typo in example. 2021-02-13 22:28:42 +02:00
iabdalkader
cc3e4f1522 Add Portenta WiFi examples. 2021-02-13 21:24:33 +02:00
iabdalkader
80d05fdbc3 MQTT library: check for None return from recv().
* Makes it work with different sockets implementations.
2021-02-13 01:09:07 +02:00
iabdalkader
8d68cc4379 Rename examples as requested.
* Fixes #1148
2021-01-31 16:34:01 +02:00
Sebastian Romero
0bbf612d7e
Remove join timeout from example 2021-01-28 18:17:23 +01:00
Sebastian Romero
e2a4521b7b
Use 2 stop bits for the UART connection 2021-01-27 17:38:11 +01:00
Kwabena W. Agyeman
1b36b95521 Improve TV driver resolution, add scaling, and triple buffering 2021-01-22 20:44:24 -08:00
iabdalkader
2d913dc456 Add LoRa library for Arduino Portenta. 2021-01-22 21:46:21 +02:00
iabdalkader
2a190f35c0 Update ulab to 2.1.3 2021-01-22 21:20:03 +02:00
Kwabena W. Agyeman
7689622982
Add support for the MLX90641 (#1117) 2021-01-13 02:35:59 +02:00
Kwabena W. Agyeman
da6c1a6ed9 Add auto scanning and update examples 2021-01-06 16:48:10 -08:00
Ibrahim Abd Elkader
0f2a8d7c53
Merge pull request #1108 from openmv/nano_sensors
NRF: Add sensor drivers to frozen modules.
2021-01-07 01:08:14 +02:00
iabdalkader
66dc9a7c86 Move Arduino examples to separate dirs. 2021-01-07 00:44:59 +02:00
iabdalkader
125107dd0a NRF: Add sensor drivers to frozen modules. 2021-01-07 00:42:06 +02:00
iabdalkader
740ea4f2b8 Add frozen hts221 driver. 2021-01-05 23:47:32 +02:00
iabdalkader
93bbac0bf3 Update ImageIO examples 2021-01-03 00:28:50 +02:00
Kwabena W. Agyeman
fb09395269 Add constants to FIR module 2020-12-30 09:51:14 -08:00
Kwabena W. Agyeman
53f2248b86 Finish refactor of the fir module 2020-12-29 19:45:41 -08:00
Kwabena W. Agyeman
0a29103b43 Update draw_ir to use the new drawing pipeline 2020-12-26 18:53:09 -08:00
iabdalkader
d68bc7c779 Revert FFT ulab example to older API.
* Will not update ulab in this release.
2020-12-06 21:11:57 +02:00
iabdalkader
fecb586bae Update CAN examples. 2020-12-06 20:37:16 +02:00
iabdalkader
55366647ff Update timer tests example. 2020-12-04 01:00:00 +02:00
iabdalkader
ffb58aad11 Remove outdated FIR examples.
* These are broken, they don't scale the image
2020-12-01 16:37:04 +02:00
iabdalkader
873833d777 Fix unit-test failing on disabled functions. 2020-11-30 20:10:59 +02:00
iabdalkader
9d9b2bed85 PORTENTA: Enable Ethernet. 2020-11-27 19:51:24 +02:00
iabdalkader
20587f308e Merge time and utime modules.
* Move clock class to utime module.
* Update all examples to be compatible with utime.
2020-11-27 15:44:39 +02:00
iabdalkader
730eb33de4 Update Audio FFT example.
* Note this works with the newer ulab that's not updated yet.
2020-11-27 01:47:35 +02:00
iabdalkader
7e2df49c5b Update Audio FFT example. 2020-11-27 01:46:23 +02:00
iabdalkader
3f3010cd3d Update unit test. 2020-11-25 20:59:26 +02:00
iabdalkader
25e7b4a2e2 Update unittest to ignore disabled functions. 2020-11-25 19:55:12 +02:00
iabdalkader
73f8a91ba4 Update unit test. 2020-11-25 14:52:02 +02:00
iabdalkader
b86171382a Add Portenta audio examples. 2020-11-20 19:43:58 +02:00
iabdalkader
5a6b4b2f1c Update Examples.
* Move examples to sub dirs.
* Add Arduino examples dir.
2020-11-16 23:03:02 +02:00
iabdalkader
b46ba79557 Update JPEG frame buffer after loading/creating images.
* With this fix the frame buffer will be updated instantly after loading or creating
new images with the copy_to_fb flag set to true.
* There's no need to flush the framebuffer after loading or creating images anymore,
however the sensor (or image) flush() still needs to be called after drawing to see the updates.
2020-11-16 00:54:29 +02:00
Kwabena W. Agyeman
ab6ab896d7 Remove old cifar stuff 2020-11-08 06:46:49 -08:00
Kwabena W. Agyeman
6d4889f1c5 Remove unit test 2020-11-08 06:46:36 -08:00
Kwabena W. Agyeman
1f7da92727 Remove external libraries ulab replaces 2020-11-07 21:37:14 -08:00
Ibrahim Abd Elkader
5660652b1a
Merge pull request #942 from StuartBox/StuartBox/openmv
Added pause parameter to Image_Reader
2020-10-31 22:04:02 +02:00
StuartBox
6e84c06091 Added pause parameter to Image_Reader 2020-10-30 04:14:18 -07:00
Kwabena W. Agyeman
b3f6d4698b Fix unit tests 2020-10-24 12:34:58 -07:00
Ibrahim Abd Elkader
32f8ef3172
Merge pull request #927 from kwagyeman/kwabena/larry_scaling_code
Add new image scaling pipeline
2020-10-19 03:37:20 +02:00
Kwabena W. Agyeman
3439f88241 Add new image scaling pipeline 2020-10-17 14:42:28 -07:00
iabdalkader
f3eaabfff5 Add ExtInt wake-up example. 2020-10-16 19:07:17 +02:00