DIY Arduino 入射式测光表

A Lightmeter/Flashmeter for photographers, based on Arduino. Components:

  • Arduino NANO v.3
  • BH1750 light sensor
  • SSD1306 128*96 OLED SPI Display
  • Buttons

Thanks @morozgrafix for creating schematic diagram for this device. The lightmeter based on Arduino as a main controller and BH1750 as a metering cell.

Information is displayed on SSD1306 OLED display. The device is powered by 2 AAA batteries. Functions list:

  • Ambient light metering
  • Flash light metering
  • ND filter correction
  • Aperture priority
  • Shutter speed priority
  • ISO range 8 - 4 000 000
  • Aperture range 1.0 - 3251
  • Shutter speed range 1/10000 - 133 sec
  • ND Filter range ND2 - ND8192
  • Displaying amount of light in Lux.
  • Displaying exposure value, EV
  • Recalculating exposure pair while one of the parameter changing
  • Battery information
  • Power 2xAAA LR03 batteries

Detailed information on my site: https://www.pominchuk.com/lightmeter/

阅读更多

用ESP8266扩展家中局域网

via https://github.com/rubfi/esp_wifi_repeater

ESP无线中继器

这是一个在esp8266作为WiFi NAT路由器的概念和实现。它可以作为现有WiFi网络的无线AP扩展。esp以STA和soft-AP模式透明转发任何IP的流量。因为它使用NAT转发,所以在网络端和连接的站点上都不需要路由条目。站点在192.168.4.0/24网络中默认通过DHCP配置,并从现有的WiFi网络接收其DNS地址。 经过测试,ESP无线中继器可以在两个方向上实现约 5 Mbps,因此即使流媒体也是可能的。ESP无线中继器还允许远程监控(或数据包嗅探),例如使用 Wireshark。

阅读更多

在单片机上运行Linux(转载)

介绍

在Linux论坛中,常见的问题是询问Linux的最低规格是多少。常见的答案是,它需要32位体系结构,一个MMU和至少一兆字节的RAM以适合内核。该项目旨在(并成功)的粉碎这些概念。您在右侧看到的开发板基于ATmega1284p。我也使用ATmega644a取得了同样的成功。该主板没有其他处理器,并且可以启动Linux 2.6.34。实际上,它甚至可以显示完整的Ubuntu堆栈,包括(如果有时间等的话)X和gnome。

阅读更多
Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×