Posts tagged ‘interface’

Multisensor LoRa interface module

A multisensor LoRa end device has been designed for connecting different sensors to LoRa network. It’s primary use can be LoRa weather station but is not limited only to enviromental applications.

LoRa sensor interface – typical application

Typical “weather” application is shown in image above: 1-LoRa sensor interface, 2-Particle sensor, 3-Sun shield with temperature and humidity sensors, 4-UV-index and illumination sensor, 5-solar panel for autonomous operation. Different sensors will be described separately. I hope this project could grow into different directions.

Continue reading ‘Multisensor LoRa interface module’ »

USB to RS485

Testing of sensors with RS485 using PC without proper interface is not possible. Since RS232 interfaces are very rare, the interface should be hooked to USB. The interface between USB and RS485 can be soldered with one of the many FTDI interfaces with added RS485 driver, or bought as assembled module. There is always the third option. I made it from scratch.

I took smallest STM32F0 with USB and UART interface. The best thing with UART in the STM32F0 is that signal for driver enable is provided within hardware. The complete pinout of the microcontroller is:

pinout

Continue reading ‘USB to RS485’ »