Bosch BME680 BSEC Arduino library for MPY? #11714
Unanswered
divergentti
asked this question in
ESP32
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
--- edit ---
This seems to be not possible.
Bosch is publishing only .a drivers, not actual source codes. Skipping this idea.
--- eoe ---
It seems that Bosch has an IAQ (Airquality) etc. calculations in Adafruit library, written in C. [Available from Github] -> (url)
I have build environment ready, but I do not know where to I shall add the BSEC-Arduino driver? Should it be done with make -C mpy-cross from ../py path?
... compiler seems to work ...
[3/6] Performing build step for 'bootloader'
[1/1] cd /home/j/micropython/ports/esp32/build-GENERIC/bootloader/esp-idf/esptool_py && /home/j/.espressif/python_env/idf4.4_py3.8_env/bin/python /home/j/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 /home/j/micropython/ports/esp32/build-GENERIC/bootloader/bootloader.bin
Bootloader binary size 0x54d0 bytes. 0x1b30 bytes (24%) free.
[4/4] cd /home/j/micropython/ports/esp32/build-GENERIC/esp...me/j/micropython/ports/esp32/build-GENERIC/micropython.bin
micropython.bin binary size 0x169c50 bytes. Smallest app partition is 0x1f0000 bytes. 0x863b0 bytes (27%) free.
Project build complete. To flash, run this command:
/root/.espressif/python_env/idf4.4_py3.8_env/bin/python ../../../esp-idf/components/esptool_py/esptool/esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 build-GENERIC/bootloader/bootloader.bin 0x8000 build-GENERIC/partition_table/partition-table.bin 0x10000 build-GENERIC/micropython.bin
Beta Was this translation helpful? Give feedback.
All reactions