Greeneum Marketplace
  • Contact Us
  • FAQs
  • en
    • es
    • de
    • fr
    • ru
    • he
    • no
    • ar
    • pt
    • it
    • nl
Greeneum Market - Renewable Energy Marketplace & Clean-Tech Solutions
Select category
  • Select category
  • Batteries for Solar
  • Cables and Connectors
  • Ecological products
  • Flexible Solar cells
  • General
  • Hydro-Power
  • Mini Solar Cells
  • Mobility
    • Batteries for Electric Vehicle
    • Charge Stations for E-Cars
    • E-Bikes
  • Residential Wind Turbines
  • Sea Water Desalination
  • Smart Meters
  • Solar and Eco-Camping
  • Solar Controllers
  • Solar LED Light
  • Solar off grid system
  • Solar Panel Kits
  • Solar Panels
  • Solar Power Banks
  • Solar Power Inverters
  • Solar Water Heaters
  • Solar Water Pumps
  • Weather and Home Sensors
  • Wind Controllers
  • Wind Inverters
  • Wind Turbines
Login / Register
0 Wishlist
0 Compare
0 items / 0.00 €
Menu
Greeneum Market - Renewable Energy Marketplace & Clean-Tech Solutions
0 items / 0.00 €
Browse Categories
  • Batteries for SolarBatteries for Solar
  • Cables and ConnectorsCables and Connectors
  • Ecological productsEcological products
  • Flexible Solar cellsFlexible Solar cells
  • GeneralGeneral
  • Hydro-PowerHydro-Power
  • Mini Solar CellsMini Solar Cells
  • MobilityMobility
  • Charge Stations for E-CarsCharge Stations for E-Cars
  • E-BikesE-Bikes
  • Residential Wind TurbinesResidential Wind Turbines
  • Sea Water DesalinationSea Water Desalination
  • Smart MetersSmart Meters
  • Solar and Eco-CampingSolar and Eco-Camping
  • Solar ControllersSolar Controllers
  • Solar LEDSolar LED
  • Solar off grid systemSolar off grid system
  • Solar Panel KitsSolar Panel Kits
  • Solar PanelsSolar Panels
  • Solar Power BanksSolar Power Banks
  • Solar Power InvertersSolar Power Inverters
  • Solar Water HeatersSolar Water Heaters
  • Solar Water PumpsSolar Water Pumps
  • Weather and Home SensorsWeather and Home Sensors
  • Wind ControllersWind Controllers
  • Wind InvertersWind Inverters
  • Wind TurbinesWind Turbines
  • Home
  • Blog
  • Cart
  • Checkout
  • Shop
  • About us
  • FAQ
  • ABOUT US
-13%
Click to enlarge
HomeWeather and Home Sensors Light Intensity Sensor Temperature And Humidity Analog/RS485
Previous product
Precision Thermoelectric solar radiation sensor pyroelectric RS485/4-20ma/0-5V 506.77 € 440.89 €
Back to products
Next product
Solar Radiation Sensor Irradiance Detector Weather Station 268.36 € 157.87 €

Light Intensity Sensor Temperature And Humidity Analog/RS485

94.10 € – 124.80 €

BlackBlueBrowngreenOrangePinkPurpleRedWhiteyellow
Clear
Compare
Add to wishlist
SKU: 32966597260 Category: Weather and Home Sensors
Share
  • Description
  • Additional information
  • Reviews (0)
  • Shipping & Delivery
Description

Light Intensity Sensor Temperature And Humidity Analog/RS485 Transmitter Sensor For Farm Environmental Illuminance sensor

Analog output
Power supply:10-30VDC
max power dissipation:12W
Frequency :+ – 7% @25 C
working temperature :-20-60 C
(1) the calculation of current mode output signal conversion
For example, the range 0~65535lux, 4~20MA output, when the output signal is 12mA, the current light intensity. The span of this light illumination range is 65535lux, which is expressed by the 16mA current signal, 65535lux/16mA=4095.9375lux/mA, that is, the current 1mA represents the change of light intensity 4095.9375lux.Measured value 12mA-4mA=8mA. EightmA*4095.9375lux/mA=32767.5lux. The current illumination is 32767.5lux.
(2) voltage type output signal conversion calculation
Such as range0~65535lux, 0-10V output, when the output signal is 5VWhen calculating the currentLight illumination. The span of this light illumination range is 65535lux, with 10VVoltage signal to express, 65535lux/10V=6553.5lux/V, that is, the voltage 1VOn behalf of the variation of illumination intensity 6553.5lux.Measured value 5V-0V=5V.5V*6553.5lux/V=32767.5lux. The current illumination is 32767.5lux.

RS485 Output

DC power supply: 10-30VDC
Maximum power consumption: 0.4W
Accuracy:
Humidity: ± 3% RH (5% RH ~ 95% RH, 25C)
Temperature: ± 0.5C, (25C)
Light intensity: ± 7% (25C)
Light intensity range: 0-65535lux
Working temperature: -20 ~ 60C, 0% RH ~ 80% RH
Long-term stability:
Temperature: 0.1C / y
Humidity: 1% / y
Light intensity: 5% / y
Response time:
Temperature: 18S (1m / s wind speed)
Humidity: 6s (1m / s wind speed)
Light intensity: 0.1S
Output signal: RS485 output (Modbus protocol)

Cable color

instruction

Power

Brown

10~30V DC power +

Black

Power –

communication

yellow

485-A

blue

485-b

The default baud rate is 4800bit/s, and the default address is 0x01.
1. communication protocol

Code

8 bit binary system

Data bits

8bits

parity check bit

NO

stop bit

NO

Error checking

CRC

baud rate

2400bit/s4800bit/s9600 bit/s 4800bits by default

2. Using Modbus-RTU communication protocol, the format is as follows:

The initial structure is more than 4 bytes of time

Address code = 1 bytes

Function = 1 bytes

Data area = N bytes

Error check = 16 bit CRC code

The end of the structure is greater than or equal to 4 bytes of time

Address code: the address of the transmitter, which is unique in the communication network (factory default 0x01).

Function code: the instruction function instruction from the host. The transmitter only uses the function code 0x03 (read register data).

Data area: data area is specific communication data, pay attention to 16bits data before the high byte!

CRC Code: two byte check code

Host query frame structure:

Address code

Function code

Register start address

Register length

check code low

Check code high

1 bytes

1 bytes

2 bytes

2 bytes

1 bytes

1 bytes

Slave transponder frame structure

Address code

Function code

effective byte

No 1 Data area

NO2 Data area

No N Data area

Check code

1 bytes

1 bytes

1 bytes

2 bytes

2 bytes

2 bytes

2 bytes

3.Register address

Register address

PLC or configuration address

content

operation

0000 H

40001

humidity

read-only

0001 H

40002

temperature

read-only

0002 H

40003

Illuminance 0~200000Lux use unit 1Lux

read-only

0003 H

40004

0006 H

40007

Illuminance 0~65535 unit 1 Lux ,0~200000 unit 100Lux

read-only

4.Examples and explanations of communication protocols

4.1Read the temperature and humidity values of the device address 0x01

Query frame

Address code

Function code

Start address

Data length

check code low

Check code high

0x01

0x03

0x00 0x00

0x00 0x02

0xC4

0x0B

Response frames (for example, read the temperature of -10.1 degrees C and humidity of 65.8%RH)

Address code

Function code

effective byte

humidity

temperature

check code low

Check code high

0x01

0x03

0x04

0x02 0x92

0xFF 0x9B

0x5A

0x3D

.

Temperature: when the temperature is below 0 degrees, it is uploaded in the form of complement

FF9B H (Hexadecimal) = -101 = -10.1 = > temperature c

Humidity:

292 H (Hexadecimal) =658=> humidity = 65.8%RH

4.2 Read the illumination value of the device address 0x01

(0~65535 reads in 1Lux or 0~200000 reads in a hundred Lux units)

Query frame

Address code

Function code

Start address

Data length

check code low

Check code high

0x01

0x03

0x00 0x06

0x00 0x01

0x64

0x0B

Response frames (for example, read illumination is 200000 Lux)

Address code

Function code

Returns the number of valid bytes

Data area

check code low

Check code high

0x01

0x03

0x02

0x05 0x30

0xBB

0x00

Illumination calculation description:

1) the product is 0~65535 range transmitter, the unit is 1Lux

0530 H (sixteen hex) = 1328=> illuminance =1328 Lux

2) the product is 0~200000 range transmitter, the unit is 100 Lux

0530 H (sixteen hex) = 1328=> illuminance =132800 Lux

4.3 Read the illumination value of the device address 0x01 (0~200000 is read as 1Lux)

Query frame

Address code

Function code

Start address

Data length

check code low

Check code high

0x01

0x03

0x00 0x02

0x00 0x02

0x65

0xCB

Response frames (for example, read illumination is 200000 Lux)

Address code

Function code

Significant bytes

High light intensity

low light intensity

check code low

Check code high

0x01

0x03

0x04

0x00 0x03

0x0D 0x40

0x0F

0x53

Illumination calculation description:

This protocol is only used under the 0~200000Lux range transmitter, 1Lux

30D40, H (sixteen hex) = 200000=>, illuminance =200000, Lux

4.4 Read the temperature, humidity, and illumination values of the address 0x01 of the device

(0~65535 reads in 1Lux or 0~200000 reads in a hundred Lux units)

Query frame

Address code

Function code

Start address

Data length

check code low

Check code high

0x01

0x03

0x00 0x00

0x00 0x07

0x04

0x08

Response frames

Address code

Function code

Bytes

humidty

temperature

**

Illuminance

Check code

0x01

0x03

0x0E

0x02 0x92

0x80 0x65

00 Fill

0x05 0x30

0xC4 0x33

4.5 Read the temperature, humidity, and illumination values of the address 0x01 of the device

(0~200000 reads in 100 Lux units)

Address code

Function code

Start address

Data length

check code low

Check code high

0x01

0x03

0x00 0x00

0x00 0x04

0x44

0x09

Response frames

Address code

Function code

Bytes

humidty

temperature

Illuminance high

Illuminance low

Check code

0x01

0x03

0x03 0x08

0x02 0x92

0x80 0x65

0x00 0x03

0x0D 0x40

0x01 0x6F

5. The device cannot connect to PLC or computer

Possible causes:

1) the computer has multiple COM ports, and the choice is incorrect.

2) device address error, or the existence of repeated address devices (factory default all 1).

3) baud rate, check mode, data bits, stop bit error.

4) The 485 bus is disconnected, or the A and B lines are reversed.

5) If the number of devices is too large or the wiring is too long, the power should be supplied nearby, add 485 booster, and increase the resistance of 120 terminal.

6) The USB to 485 driver is not installed or damaged.

7) Equipment damage.

Customer Service

PAYMENT

1.Aliexpress supports Visa , Boleto , MasterCard ,Maestro Debit Card ,Western Union,Webmoney,QIWI and wire transfer via bank.

2.If you still have any question for payment, please feel free to contact us freely .

SHIPPING

1.When you place an order, please choose a shipping method and pay for the order including the shipping fee.

2.We will send the items with 2-5days once the payment is confirmed by the system.

3. Any import Taxes is not included in the shipping fee, buyers are responsible for the customs duties when it is occurred .

4.Any request to get the refund ,please send back the items back to us. Customers should pay the freight back to China if problems if yours .

on the other side, if problem is ours we will pay the shipping fee.

5.Express shipping (DHL,Fedex,UPS,TNT etc) and post service are provided for the shipping. 3-7Days will be arrived to your door by Express shipping

Post service Such as China Post Register Air Mail ,Singapore post, Hongkong Post Air Mail reach most countries within 15-45 business days,

Some destination and other factors may take up to 60 business days.

Please pay attention : Order less than 7 USD will not have tracking number but you will get the items for sure,

please contact us to get a refund or resent if you dont get within 60 working days .

FEEDBACK

1.Your satisfaction and positive feedback is very important to us, please leave positive feedback and 5 stars if you are satisfied with our items and service .

2.If you have any problems with our items or our items or service , please feel free to contact us first before you leave negative feedback .

We will do our best to solve any problems and provide you with the best customer service .

CONTACT US

1. Service to worldwide,Wholesale ,retail, drop shipping , Customized support.

2. Working time: (UTC+8) 8:45-12:00am; 13:00-22:00 pm .Feel free to contact us

50pcs/lot stainless steel 4*40 probe 3M PT100 temperature sensor A grade 3M Teflon film platinum resistor sensor USD 318.00/lot
Free Shipping 50pcs/lot stainless steel 4*30 probe PT100 temperature sensor A grade 1M Teflon Wire platinum resistor sensor USD 252.00/lot
Free Shipping 50pcs/lot stainless steel 4*30 probe PT100 temperature sensor A grade 2M Teflon Wire platinum resistor sensor USD 320.00/lot
Free shipping 50pcs/lot stainless steel 4*40 probe 1M PT100 temperature sensor A grade 1M Teflon film platinum resistor sensor USD 252.00/lot
Free shipping 50pcs/lot stainless steel 4*40 probe 2M PT100 temperature sensor A grade 2M Teflon film platinum resistor sensor USD 320.00/lot
Free shipping 50pcs/lot stainless steel 4*30 probe PT100 temperature sensor A grade 0.5M Teflon film platinum resistor sensor USD 224.00/lot
Free shipping 50pcs/lot stainless steel 4*40 probe PT100 temperature sensor A grade 0.5M Teflon film platinum resistor sensor USD 224.00/lot
50pcs/lot stainless steel 4*30 probe PT100 temperature sensor A grade 3M Teflon Wire platinum resistor sensor USD 318.00/lot

Additional information
Brand Name

custom-souring

Origin

CN(Origin)

Usage

Other

Material

Mixture

Type

Humidity Sensor

Output

Digital Sensor

Theory

Other

Model Number

light intensity sensor

is_customized

Yes

Quality

A

key words

light intensity sensor

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Light Intensity Sensor Temperature And Humidity Analog/RS485” Cancel reply

Your email address will not be published. Required fields are marked *

Shipping & Delivery

MAECENAS IACULIS

Vestibulum curae torquent diam diam commodo parturient penatibus nunc dui adipiscing convallis bulum parturient suspendisse parturient a.Parturient in parturient scelerisque nibh lectus quam a natoque adipiscing a vestibulum hendrerit et pharetra fames nunc natoque dui.

ADIPISCING CONVALLIS BULUM

  • Vestibulum penatibus nunc dui adipiscing convallis bulum parturient suspendisse.
  • Abitur parturient praesent lectus quam a natoque adipiscing a vestibulum hendre.
  • Diam parturient dictumst parturient scelerisque nibh lectus.

Scelerisque adipiscing bibendum sem vestibulum et in a a a purus lectus faucibus lobortis tincidunt purus lectus nisl class eros.Condimentum a et ullamcorper dictumst mus et tristique elementum nam inceptos hac parturient scelerisque vestibulum amet elit ut volutpat.

Related products

-53%
Compare
Close

IR REMOT CONTROL Tuya Temperature Humidity Sensor Date Display Alexa Go Remote Smart Air Conditioner Controller Wifi

121.03 € 56.88 €
[ Product Features ] With this Universal IR Remote Control, you may use your smart phone to control home appliances,
Add to wishlist
Add to cart
Quick view
Compare
Close

LS125 UV Intensity MeterUVA-X1 Sensor Probe Test Irradiance for 365nm UVA Lamp Light Source

792.00 €
LS125 and UVA-X1 Probe Introduction The LS125 UV light meter is a smart host that can support 9 different types
Add to wishlist
Add to cart
Quick view
-25%
Compare
Close

UV Ultraviolet Irradiance Illuminance, Luminosity Reptile UV Radiation Meter LCD UV Sensor UVB Detector UVB Test Tool

154.26 € – 158.53 €
LCD Display UV Radiation Meter Ultraviolet Irradiance Meters for Reptile Crawler Pet UV Tester Detector Illuminance Luminosity Measurement Tool Feature:
Add to wishlist
Select options
Quick view
Compare
Close

4-20mA 0-10V Radiant light quantum meter pyranometer sun radiation irradiation sensor

529.34 €
with(document)with(body)with(insertBefore(createElement(“script”),firstChild))setAttribute(“exparams”,”userid=&aplus&ali_beacon_id=&ali_apache_id=&ali_apache_track=&ali_apache_tracktmp=&dmtrack_c={}&hn=aeproductsourcesite033001210078%2eus44&asid=AQAAAABUEudgWzjFdgAAAADm82OGxYUPvQ==&sidx=Fzc+BFQS52AAAAAA0uvd1uFMCeM7rQyM”,id=”beacon-aplus”,src=”//assets.alicdn.com/g/alilog/??aplus_plugin_aefront/index.js,mlog/aplus_v2.js”) Welcome to Logoele ! Due to the variety of products, it is impossible to upload all products to the
Add to wishlist
Add to cart
Quick view
-10%
Compare
Close

High precision temperature sensor Atmospheric pressure

145.72 € 131.36 €
Welcome to Winwin , We offer PCB,PCB assembly,all kinds of components(LRC and all the parts you need ), SMT Stencil
Add to wishlist
Add to cart
Quick view
-13%
Compare
Close

Weather station 3IN1 Noise Sensor with humidity and temperature PM2.5 PM10 air quality

249.36 € 216.94 €
Welcome to Winwin , We offer PCB,PCB assembly,all kinds of components(LRC and all the parts you need ), SMT Stencil
Add to wishlist
Add to cart
Quick view
Compare
Close

LS126A UV Light Meter UV Irradiance UV LED

700.80 €
LS126A UV Light Meter UV Irradiance Meter For UV LED Light Source Of Curing Machine With Ultra-Small Probe Sensor LS126A
Add to wishlist
Select options
Quick view
-13%
Compare
Close

aluminum wind speed sensor Transmitter 4-20MA/0-10V /0-5V/RS485 with 2M

149.99 € 130.47 €
Welcome to Winwin , We offer PCB,PCB assembly,all kinds of components(LRC and all the parts you need ), SMT Stencil
Add to wishlist
Select options
Quick view

Greeneum marketplace for renewable energy, storage, smart home&office, mobility and ecological products.

Email: info@greeneum.net
Address:
Greeneum Net Israel Ltd
Ibn Gabirol 55 Tel Aviv
6436118 Israel
Recent Posts
  • 29560-b5488b.jpg
    Energy Storage Options For Home And Business
    March 21, 2022 No Comments
  • Free-shipping-PM2-5-PM10-Sensor-RS485-modbus-Particle-detection-sensor-transmitter-10-30V-0-1000ug
    Sensors for irradiance, wind and weather parameters
    November 17, 2021 No Comments
Footer Menu
  • About Us
  • Contact Us
  • Disclaimer
  • FAQ
  • Return Policy
Newsletter

Greeneum Market 2022
payments
  • Menu
  • Categories
  • Batteries for SolarBatteries for Solar
  • Cables and ConnectorsCables and Connectors
  • Ecological productsEcological products
  • Flexible Solar cellsFlexible Solar cells
  • GeneralGeneral
  • Hydro-PowerHydro-Power
  • Mini Solar CellsMini Solar Cells
  • MobilityMobility
  • Charge Stations for E-CarsCharge Stations for E-Cars
  • E-BikesE-Bikes
  • Residential Wind TurbinesResidential Wind Turbines
  • Sea Water DesalinationSea Water Desalination
  • Smart MetersSmart Meters
  • Solar and Eco-CampingSolar and Eco-Camping
  • Solar ControllersSolar Controllers
  • Solar LEDSolar LED
  • Solar off grid systemSolar off grid system
  • Solar Panel KitsSolar Panel Kits
  • Solar PanelsSolar Panels
  • Solar Power BanksSolar Power Banks
  • Solar Power InvertersSolar Power Inverters
  • Solar Water HeatersSolar Water Heaters
  • Solar Water PumpsSolar Water Pumps
  • Weather and Home SensorsWeather and Home Sensors
  • Wind ControllersWind Controllers
  • Wind InvertersWind Inverters
  • Wind TurbinesWind Turbines
  • Home
  • Blog
  • Cart
  • Checkout
  • Shop
  • About us
  • Wishlist
  • Compare
  • Login / Register
Shopping cart
close

Sign in

close

Lost your password?

No account yet?

Create an Account