An award-winning cannabis podcast for women, by women. Hear joyful stories and useful advice about cannabis for health, well-being, and fun—especially for needs specific to women like stress, sleep, and sex. We cover everything from: What’s the best weed for sex? Can I use CBD for menstrual cramps? What are the effects of the Harlequin strain or Gelato strain? And, why do we prefer to call it “cannabis” instead of “marijuana”? We also hear from you: your first time buying legal weed, and how ...
…
continue reading
Adafruit Industries द्वारा प्रदान की गई सामग्री. एपिसोड, ग्राफिक्स और पॉडकास्ट विवरण सहित सभी पॉडकास्ट सामग्री Adafruit Industries या उनके पॉडकास्ट प्लेटफ़ॉर्म पार्टनर द्वारा सीधे अपलोड और प्रदान की जाती है। यदि आपको लगता है कि कोई आपकी अनुमति के बिना आपके कॉपीराइट किए गए कार्य का उपयोग कर रहा है, तो आप यहां बताई गई प्रक्रिया का पालन कर सकते हैं https://hi.player.fm/legal।
Player FM - पॉडकास्ट ऐप
Player FM ऐप के साथ ऑफ़लाइन जाएं!
Player FM ऐप के साथ ऑफ़लाइन जाएं!
Deep Dive w/Scott: Zephyr WiFi in CircuitPython (hopefully)
Manage episode 461790424 series 1242341
Adafruit Industries द्वारा प्रदान की गई सामग्री. एपिसोड, ग्राफिक्स और पॉडकास्ट विवरण सहित सभी पॉडकास्ट सामग्री Adafruit Industries या उनके पॉडकास्ट प्लेटफ़ॉर्म पार्टनर द्वारा सीधे अपलोड और प्रदान की जाती है। यदि आपको लगता है कि कोई आपकी अनुमति के बिना आपके कॉपीराइट किए गए कार्य का उपयोग कर रहा है, तो आप यहां बताई गई प्रक्रिया का पालन कर सकते हैं https://hi.player.fm/legal।
Join Scott as he continues working on CircuitPython's Zephyr port. Hopefully he'll have WiFi working. He'll also answer any questions folks have. Visit the Adafruit shop online - http://www.adafruit.com 0:00 Getting Started 1:19 hello everyone - 1:50 circuit python (CP) / python on microcontrollers 2:39 building CP on top of zephyr 3:18 circu.it for discord chat 3:47 CircuitPython2025 wrapup https://blog.adafruit.com/2025/01/15/thank-you-for-circuitpython2025/ 8:46 Daisy Seed development board https://electro-smith.com/products/daisy-seed 9:37 NRF development board 5340 ( not supported yet), 7002 wifi processor 12:20 USB working ( tinyusb ) 13:55 serial / unique id working 14:50 some elements of dir(board) come from device tree 16:40 time.sleep(1) 17:00 gc.mem_free(), interacts with zephyr heap 18:50 zephyr samples ( looking for wifi scanning ) 23:00 zephyrproject.or doxygen Wi_Fi net manager 29:52 esp driver sources 35:20 cisco mouse? 46:33 looking for starting command for managment scan NET_REQUEST_WIFI_SCAN 51:00 checking out the Nordic 5 clause license ( only use with nordic chips ) 1:04:30 sysbuild explanation https://docs.zephyrproject.org/latest/build/sysbuild/index.html 1:18:44 think about global network manager instance 1:19:13 cptools in cpbuild.py ( much smaller than CMake :-) ) 1:30:00 sysbuild / Nordic and binary blobs 1:32:30 need to use west command to pull down blob 1:34:18 scanning workflow - get it compiling the load it into circuit python 1:37:30 menu config / decisions about mbed tls 1:45:35 with Zephyr - we support more stuff, and it works the same or better 1:46:33 dig into menuconfig 1:51:00 update/debug configuration CMake extensions.cmake 1:53:20 edit build.ninja / CMakelist.txt external project 1:57:00 wrapping up - planning to be here next week ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------
…
continue reading
4659 एपिसोडस
Manage episode 461790424 series 1242341
Adafruit Industries द्वारा प्रदान की गई सामग्री. एपिसोड, ग्राफिक्स और पॉडकास्ट विवरण सहित सभी पॉडकास्ट सामग्री Adafruit Industries या उनके पॉडकास्ट प्लेटफ़ॉर्म पार्टनर द्वारा सीधे अपलोड और प्रदान की जाती है। यदि आपको लगता है कि कोई आपकी अनुमति के बिना आपके कॉपीराइट किए गए कार्य का उपयोग कर रहा है, तो आप यहां बताई गई प्रक्रिया का पालन कर सकते हैं https://hi.player.fm/legal।
Join Scott as he continues working on CircuitPython's Zephyr port. Hopefully he'll have WiFi working. He'll also answer any questions folks have. Visit the Adafruit shop online - http://www.adafruit.com 0:00 Getting Started 1:19 hello everyone - 1:50 circuit python (CP) / python on microcontrollers 2:39 building CP on top of zephyr 3:18 circu.it for discord chat 3:47 CircuitPython2025 wrapup https://blog.adafruit.com/2025/01/15/thank-you-for-circuitpython2025/ 8:46 Daisy Seed development board https://electro-smith.com/products/daisy-seed 9:37 NRF development board 5340 ( not supported yet), 7002 wifi processor 12:20 USB working ( tinyusb ) 13:55 serial / unique id working 14:50 some elements of dir(board) come from device tree 16:40 time.sleep(1) 17:00 gc.mem_free(), interacts with zephyr heap 18:50 zephyr samples ( looking for wifi scanning ) 23:00 zephyrproject.or doxygen Wi_Fi net manager 29:52 esp driver sources 35:20 cisco mouse? 46:33 looking for starting command for managment scan NET_REQUEST_WIFI_SCAN 51:00 checking out the Nordic 5 clause license ( only use with nordic chips ) 1:04:30 sysbuild explanation https://docs.zephyrproject.org/latest/build/sysbuild/index.html 1:18:44 think about global network manager instance 1:19:13 cptools in cpbuild.py ( much smaller than CMake :-) ) 1:30:00 sysbuild / Nordic and binary blobs 1:32:30 need to use west command to pull down blob 1:34:18 scanning workflow - get it compiling the load it into circuit python 1:37:30 menu config / decisions about mbed tls 1:45:35 with Zephyr - we support more stuff, and it works the same or better 1:46:33 dig into menuconfig 1:51:00 update/debug configuration CMake extensions.cmake 1:53:20 edit build.ninja / CMakelist.txt external project 1:57:00 wrapping up - planning to be here next week ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------
…
continue reading
4659 एपिसोडस
सभी एपिसोड
×प्लेयर एफएम में आपका स्वागत है!
प्लेयर एफएम वेब को स्कैन कर रहा है उच्च गुणवत्ता वाले पॉडकास्ट आप के आनंद लेंने के लिए अभी। यह सबसे अच्छा पॉडकास्ट एप्प है और यह Android, iPhone और वेब पर काम करता है। उपकरणों में सदस्यता को सिंक करने के लिए साइनअप करें।