Posts

Quantum tornadoes

Image
  "Quantum tornadoes" mark crossover from classical to quantum physics The universe is governed by two sets of seemingly incompatible laws of physics – there’s the classical physics we’re used to on our scale, and the spooky world of quantum physics on the atomic scale. MIT physicists have now observed the moment atoms switch from one to the other, as they form intriguing “quantum tornadoes.” Things that seem impossible to our everyday understanding of the world are perfectly possible in quantum physics. Particles can essentially exist in multiple places at once, for instance, or tunnel through barriers, or share information across vast distances instantly. These and other odd phenomena can arise as particles interact with each other, but frustratingly the overarching world of classical physics can interfere and make it hard to study these fragile interactions.  One way to amplify quantum effects is to cool atoms right down to a fraction above absolute zero, creating a state ...

ESP32-CAM: Chụp và gửi ảnh qua email bằng máy chủ SMTP

Image
  Hướng dẫn này cho biết cách gửi ảnh đã chụp từ ESP32-CAM đến tài khoản email của bạn bằng Máy chủ SMTP. Chúng tôi sẽ chỉ cho bạn một ví dụ đơn giản chụp ảnh khi ESP32 khởi động và gửi nó dưới dạng tệp đính kèm trong email. Ảnh cuối cùng được chụp tạm thời được lưu trong ESP32 SPIFFS. Để dự án này hoạt động, ESP32-CAM cần được kết nối với bộ định tuyến có quyền truy cập internet – cần được kết nối với mạng cục bộ của bạn. Dự án này tương thích với bất kỳ bo mạch camera ESP32 nào có camera OV2640. Bạn chỉ cần đảm bảo rằng bạn sử dụng chức năng chỉ định pin phù hợp cho bo mạch mà bạn đang sử dụng: Bo mạch máy ảnh ESP32-CAM: Hướng dẫn gán pin và GPIO. Thư viện eSP32 MailClient Để gửi email bằng ESP32-CAM, chúng tôi sẽ sử dụng thư viện ESP32 MailClient. Thư viện này cho phép ESP32 gửi và nhận email có hoặc không có tệp đính kèm thông qua máy chủ SMTP và IMAP. Trong dự án này, chúng tôi sẽ sử dụng SMTP để gửi email có tệp đính kèm. Tệp đính kèm là một bức ảnh được chụp bằng ESP32-CAM. ...