Commit graph

207 commits

Author SHA1 Message Date
RobotMan2412
8a9087b66b Import tools module. 2022-06-29 22:20:39 +02:00
Renze Nicolai
6dfe74add2
Merge pull request #3 from badgeteam/renze
Update IDF, fix small stuff
2022-06-29 22:19:16 +02:00
Renze Nicolai
c7f16962e2 Clean up sdkconfig 2022-06-29 22:14:13 +02:00
Renze Nicolai
fb567b52b1 Add BME680 submodule 2022-06-29 22:03:49 +02:00
Renze Nicolai
5ec6a257c5 Remove BME680 placeholder 2022-06-29 22:02:42 +02:00
Renze Nicolai
aaf23a0e61 Update idf, config, bsp 2022-06-29 22:02:21 +02:00
RobotMan2412
ebed659365 Delete deprecated script. 2022-06-28 15:56:29 +02:00
RobotMan2412
3eeb781102 Update submodules. 2022-06-28 11:31:56 +02:00
RobotMan2412
43c7ca1175 Fix partition table. 2022-06-28 10:34:49 +02:00
RobotMan2412
a56e6942f1 Clean up a bit, add exit to launcher function. 2022-06-20 23:14:16 +02:00
RobotMan2412
68328d5a85 Finally import WiFi from BSP. 2022-06-20 23:10:24 +02:00
RobotMan2412
1afed6493a Update submodules. 2022-06-20 23:07:39 +02:00
Robot
bd6b610b66
Merge pull request #2 from badgeteam/makefile
Remove image build function from makefile, remove flashing from defau…
2022-06-16 21:48:21 +02:00
Renze Nicolai
16bb449790 Remove image build function from makefile, remove flashing from default action 2022-06-16 20:59:40 +02:00
Renze Nicolai
b19802a4e3
Merge pull request #1 from jhaand/udate_readme
Fixed README.md
2022-06-15 16:03:02 +02:00
Jelle Haandrikman
8f9bf7aeea
Fixed README.md
Updated the link in the 'How to make' section to reflect the app.
2022-06-15 11:23:46 +02:00
RobotMan2412
78756505e0 Make WiFi error checking a bit more sane. 2022-06-09 15:29:13 +02:00
RobotMan2412
e85e52e11f Remove errant includes. 2022-06-09 08:50:15 +02:00
RobotMan2412
1ed24d6faf Include the WiFi code for convenience. 2022-06-09 08:39:28 +02:00
RobotMan2412
ecc86f8358 Update components. 2022-06-08 19:27:10 +02:00
RobotMan2412
668c03d4b0 Make the demo feature the buttons a bit and add more color. 2022-06-08 19:26:34 +02:00
RobotMan2412
c3d3ee6c96 Rename this more inline with the launcher FW. 2022-06-08 16:42:04 +02:00
RobotMan2412
f9daf1868d MORE DEMO APP 2022-06-08 16:24:28 +02:00
Renze Nicolai
752ffe9c1e
Merge pull request #61 from badgeteam/webusb2
Preparation for WebUSB support & random fixes
2022-06-06 21:52:38 +02:00
Renze Nicolai
ecfa663110 Add better fault indication 2022-06-06 04:01:49 +02:00
Renze Nicolai
5c4e99738c Update RP2040 firmware 2022-06-06 04:01:37 +02:00
Renze Nicolai
0f660dca5d Fix percentage calculation for battery 2022-06-06 04:01:20 +02:00
Renze Nicolai
66c913b51e
Merge pull request #60 from badgeteam/update-readme
Update README.md
2022-06-06 03:14:29 +02:00
Renze Nicolai
dbbeb6df44 Check USB and battery voltages during factory test 2022-06-06 01:08:07 +02:00
Renze Nicolai
57a9b0c32e Add webusb mode 2022-06-06 01:07:58 +02:00
Reinier van der Leer
ab6f8c1175
Update README.md 2022-06-05 19:14:48 +02:00
Renze Nicolai
2e05968be7 Update RP2040 submodule 2022-06-05 02:29:32 +02:00
Renze Nicolai
3bc3cd4420 Webusb mode 2022-06-05 02:28:13 +02:00
Renze Nicolai
d550c42991
Merge pull request #59 from badgeteam/renze/no-inline
Update RP2040 module
2022-06-04 16:49:39 +02:00
Renze Nicolai
bcee7ee826 Update RP2040 module 2022-06-04 16:49:02 +02:00
Renze Nicolai
f16963c176
Merge pull request #58 from badgeteam/renze/adc
Add ADC reading
2022-06-04 16:20:37 +02:00
Renze Nicolai
04e6eb8ba3 Green! 2022-06-04 16:20:10 +02:00
Renze Nicolai
fd5398e572 Update RP2040 firmware 2022-06-04 02:33:03 +02:00
Renze Nicolai
3da15dd4ed Add ADC reading 2022-06-04 02:30:23 +02:00
Renze Nicolai
6eaa8ccd89
Merge pull request #55 from badgeteam/renze/factory
Factory test, theming and proper fix for appfs corruption
2022-06-03 18:23:53 +02:00
Robot
1a64772862
Merge pull request #57 from badgeteam/update_gfx
Remove useless logs and add deinterlace for PNGs
2022-06-03 11:14:57 +02:00
RobotMan2412
6ed7694fc6 Add PNG deinterlace support. 2022-06-03 10:35:59 +02:00
RobotMan2412
eead9c70b1 Make some info messages into debug messages. 2022-06-03 10:00:23 +02:00
Renze Nicolai
9f36d027a2 Use PROJECT_VER variable for version, display version on main menu 2022-06-03 07:17:22 +02:00
Renze Nicolai
a123f04ecf Increase stack size for main task and undo changes to ota 2022-06-03 07:00:06 +02:00
Renze Nicolai
f476ceb3a9 Put OTA update in separate task because of stack overflow 2022-06-03 06:15:26 +02:00
Renze Nicolai
e2fc23eed3 Add button test 2022-06-03 05:59:42 +02:00
Renze Nicolai
5ff7e84997 Move factory test to after RP2040 init and RP2040 firmware update steps 2022-06-03 05:35:42 +02:00
Renze Nicolai
2782665ad8 Add menu item and placeholder action for hatchery 2022-06-03 04:39:49 +02:00
Renze Nicolai
0ed007e3f0 Theming and animation 2022-06-03 04:23:00 +02:00