У нас вы можете посмотреть бесплатно Building a Connected Product with Notecard: Part 3—Writing Host Firmware или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video is the third in a series called Building a Connected Product with Notecard. In this series, you’ll learn all the steps necessary to build a production-ready connected product. And throughout the series we’ll be building two products together based off real-world use cases I’ve seen at Blues, an air-quality monitor named AirIQ and a vehicle tracker named TempTrack. In this third video you’ll learn everything you need to know about how to host firmware. We start with an in-depth of discussion of what host firmware is, and a comparison of the different languages and platforms you can write host firmware in. Next, I show off my personal firmware development environment, and look at the finished firmware of both AirIQ and TempTrack. We end with a demo of Notecard Outboard Firmware Update, so that you can see how to enable remote firmware updates for your projects. PlatformIO quickstart (Cygnet): https://dev.blues.io/feather-mcus/cyg... PlatformIO quickstart (Swan): https://dev.blues.io/feather-mcus/swa... Arduino IDE quickstart (Swan): https://dev.blues.io/quickstart/swan-... Arduino IDE quickstart (Cygnet): https://dev.blues.io/quickstart/cygne... Blues Expert: https://dev.blues.io/tools-and-sdks/g... AirIQ Firmware: https://github.com/tjvantoll/AirIQ TempTrack Firmware: https://github.com/tjvantoll/TempTrack STLINK Debugger in Blues Shop: https://shop.blues.com/collections/ac... Serial Logging with STLINK: https://dev.blues.io/feather-mcus/ser... Notecard Outboard Firmware Update Docs: https://dev.blues.io/notehub/host-fir... Notecard Outboard Firmware Update Video: • Blues Notecard Outboard Firmware Update in... Notecard CLI: https://dev.blues.io/tools-and-sdks/n... AirIQ Hardware: Notecard Cellular: https://shop.blues.com/products/notec... Notecarrier X: https://shop.blues.com/products/notec... Blues Swan: https://shop.blues.com/collections/fe... Adafruit PMSA003I Air Quality Breakout: https://www.adafruit.com/product/4632 Qwiic cable: https://www.adafruit.com/product/4210 JST cable: https://www.adafruit.com/product/4714 Voltaic 0.3 Watt 3.3 Volt Solar Power System: https://voltaicsystems.com/Solar-Syst... AirIQ Wiring (Notecarrier to Swan): VMAIN -- VIN GND -- GND SDA -- SDA SCL -- SCL ATTN -- EN ALT_DFU_RESET -- RST ALT_DFU_BOOT -- B0 ALT_DFU_RX -- TX ALT_DFU_TX -- RX TempTrack Hardware: Notecard Cell+WiFi: https://shop.blues.com/products/notec... Notecarrier F: https://shop.blues.com/products/notec... Blues Cygnet: https://shop.blues.com/collections/fe... Adafruit BME280: https://www.adafruit.com/product/2652 2000mAh Lithium Ion Battery: https://www.adafruit.com/product/2011 Qwiic cable: https://www.adafruit.com/product/4210 [1:25] What is host firmware? [3:10] Choosing a firmware platform [3:34] Arduino [7:17] RTOS platforms [10:24] Recommendations [12:13] Python [13:50] Choosing a development environment [15:18] Notecard firmware libraries [16:47] My firmware development environment [20:56] AirIQ firmware overview [33:25] TempTrack firmware overview [42:17] Notecard Outboard Firmware Update