You are on page 1of 6

Measurement-control system based on the Cortex-M7

core microcontroller for testing energy harvesting


structures
Łukasz Jastrzębski Arkadiusz Kozieł
Department of Process Control Department of Process Control
AGH University of Science and Technology AGH University of Science and Technology
Krakow, Poland Krakow, Poland
lukasz.jastrzebski83@gmail.com arkadiuszkoziel93@gmail.com

Abstract—The paper deals with design, structure, functional Harvesters were also put to use in ‘smart’ vibration
testing and application of measurement-control system equipped reduction systems, which do not require an external power
with 32-bit microcontroller based on ARM Cortex-M7 core. The supply. The work [3] summarises the first concepts of a self-
system enables testing electronic circuits, electric transducers, powered vibration reduction system incorporating a
self-powered vibration reduction systems based on magnetorheological (MR) damper. The authors created a
magnetorheological dampers and electromagnetic harvesters. mathematical model and provided the results of computer
The system includes dedicated extension modules which allow to simulation of a dedicated system for vibration reduction in a
adapt a number of analog and digital inputs/outputs very easy. multi-storey building. Results of experimental testing of a
The software of the system engineered by the authors is based on
vibration reduction system incorporating an MR damper and
FreeRTOS real-time system.
an electromagnetic harvesting device are summarised in the
Keywords—measurement system, control system, work [5], demonstrating that the harvester is able to
microcontroller, energy harvesting. effectively supply the damper coil both in the conditions of
harmonic and seismic excitations. A similar design of a
vibration reduction system is outlined in the work [6],
I. INTRODUCTION incorporating an electrorheological (ER) damper and a
The potentials of harvesting energy from mechanical harvester comprising a generator and a mechanism
vibrations have received a great deal of attention for decades converting reciprocating motion into rotary motion. The
and research efforts have focused on the following areas: work by [14] summarises the results of experimental testing
of a vibration reduction system incorporating an MR damper
• design and construction of energy harvesters; supplied from an electromagnetic harvester whose operating
• design and testing of systems dedicated to processing principles are outlined in the work [13], which also explores
and storage of electric energy harvested from the potential applications of energy conversion circuits
vibrations; interconnected between the harvester coil and the MR
• applications of energy harvesting systems in damper.
mechanical structures;
• integration of harvesters with actuators acting as Extensive efforts have been made to integrate the MR
receptors of electric energy; dampers with electromagnetic harvesters [1], [4], [7], [20] or
with a displacement sensor [18], [19], and their
Kinetic energy of a vibrating mechanical structure can be implementations in vibration reduction systems have been
converted into electric energy via a piezoelectric, thoroughly investigated [16].
electromagnetic, magnetostrictive or electrostatic mechanism
of energy recovery. Electric devices with the power As it was demonstrated in the work [9], in order to improve
consumption below 100 mW are typically power-supplied the dynamic behaviour of a mechanical structure incorporating
via piezoelectric energy harvesting. As explained in the work a vibration reduction system with the energy harvesting
by [8], power generation is sufficient to supply vibration capability, it is required that additional electrical circuits should
sensors and to transmit data by radio. The work [2] provides be provided between the harvester coil and the MR damper.
a thorough review of research reports on energy harvesting Their purpose is to prevent a dramatic increase of vibration
with the use of piezoelectric materials and their practical amplitude of an object to be vibro-isolated at frequencies in
implementations. excess of the resonance frequency. Among the electric energy
conversion circuits outlined in the work [11] there is a four-
Electric devices with the power demand between 10-20 terminal network incorporating a battery of bipolar condensers.
W are supplied utilising the electromagnetic conversion Its main function is to cut-off the current from the MR damper
mechanism based on electromagnetic induction effect coil for frequencies significantly higher than the resonance
(Faraday’s law). The work [21] presents a harvester frequency of a mechanical structure. Further reduction of the
comprising a set of about ten permanent magnets moving vibration amplitude can be achieved through increasing the
with respect to a system of 4 independent coils. The current in the damper coil in the neighbourhood of resonance
harvesting device is highly efficient generating high power in frequency, at the same time cutting-off the current for
relation to its small geometric diameters and mass. A frequencies beyond this range. An example of such circuit is a
different design is demonstrated in the works by [12], [13], four-terminal network RLC whose design, operating principles
incorporating a mobile core with two systems of permanent and experimental test results are summarised in the work [10]
magnets in a specified polarity configuration, moving with where the authors utilise the voltage resonance effect.
respect to a single winding made of copper foil.

978-1-7281-0702-8/19/$31.00 ©2019 IEEE


Experimental testing of prototype circuits comprising the Suppl y lines
energy conversion systems and of mechanical structures [17] Module Module Module Module Module
in which they are implemented requires the use of dedicated #0 #1 #2 #3 #4
measurement and control systems. Their main function is to
SPI, ADC, DAC SPI, ADC, DAC
reduce the time required for testing subsequent variants of
energy conversion circuits through automatic derivation of Microcontroller #1
SPI Microcontroller #2
PC station
time and frequency characteristics. Furthermore, the Eas yMx Pro v7 STM32F746-DISCO USB
UART
measurement and control system ought to enable the testing UART I2C
of the impacts of the change in system’s parameters without Program mable Suppl y lines Touch
the need for an operator to manually alter its configuration. power supply screen
Besides, the measurement and control system has to be Measurement and control system
flexible and able to support a diversity of analogue and
digital input/output configurations, thus allowing the most Fig. 1. Block diagram of measurement-control system
complex electrical circuits to be tested and additional sensors
to be connected. Besides, it is required that the measurement Microcontrollers are STM32F7 series, supporting 32-bit
and control system should be able to supply the MR damper Cortex-M7 cores and featuring a float-point unit and required
coil directly with current sufficient for its activation, similar peripherals: 12-bit ADC, 12-bit DAC, a DMA module as
to the external power amplifier investigated in the work [15]. well as interfaces: 12C, SPI, USART, CAN, Ethernet. The
system was based on two commercially available
This paper summarises the structural design of modular development kits containing STM32F7 microcontrollers:
measurement-control system developed by the Authors to be STM32F746G DISCO [24] and ‘EasyMxPROv7 MCU card
used for testing of energy harvesting structures based on MR with STM32F746-100” [25]. STM32F746G DISCO
dampers. The objectives and outlined alongside the software incorporates a 4.3” touch-up display screen for user
implementations to control the system operation are interaction as well as communication interfaces: USB-OTG
synthesised and the results of functional tests are provided. (2 items), RJ45 (Ethernet-1 item).
Testing of the measurement and control system consisted in
automatic derivation of frequency characteristics of an The two interacting microcontrollers allowed for separating
electrical circuit comprising a four-terminal network RLC and implementing tasks associated with support of the LCD
and MR damper coil. display with a touchscreen, communication with PC computers,
acquisition and processing of measurement data.
II. STRUCTURE OF MEASUREMENT-CONTROL SYSTEM Microcontrollers are interconnected via SPI communication
interfaces (exchange of measurement data) and via UART
The measurement-control system were designed to commands to configure extension modules. The key functions of
enable the testing of prototype electrical circuits, the first microcontroller (EasyMxProv7 MCU card) include
electromagnetic energy harvesters and self-powered configuration of measurement modules, communication with a
vibration reduction systems based on MR dampers and to programmable power supply and data acquisition. The other
satisfy the following design requirements: microcontroller (STM32F746G DISCO) implements the
measurement data acquisition, supports the touch screen and
• voltage measurement range ±10 V (standard range in interacts with a PC. Due to the task separation, the measurement
commercially available measurement systems); and control system is able to handle 12 analogue inputs and 2
• current measurements in the range ± 5 A; analogue outputs simultaneously (via 5 extension modules).
• voltage generation in the range ± 12 V and the The measurement-control unit is supplied from a
maximal output current: up to 5 A;
programmable power supply, supplying the voltages:±12 V
• easy modification of the number of analogue and
(max 5 A), ± 15V (max 1 A), +5V (max 3 A). It allows the
digital inputs/outputs because of its modular
voltage and current levels to be monitored and provides the
structure;
adequate system protection against overload, short circuits
• input and output protection against short circuits and and overvoltage.
overvoltage;
• filtering of analogue signals; The system uses dedicated extension modules developed
• data transmission to PCs; by the Authors: a voltage measurement module (2 channels),
• immediate signal analysis and processing (without the a current measurement module (2 channels), a power
need to connect to a PC). generator module (1 channel) and a relay module (8
channels).
A block diagram of the measurement and control system The development kits comprising microcontrollers and
is shown in Fig. 1, comprising two 32-bit microcontrollers, extension modules are integrated on the mainboard, shown in
extension modules and a programmable power supply. Fig. 2. The mainboard features 5 slots to handle extension
modules in the pinouts standard tailored to the requirements
of the measurement and control system. Each slot features
two connectors (see Fig. 2): analogue and digital connectors.
Extension modules are automatically detected and
configured by the system when connected in the slot. An
RGB diode is provided next to each slot, signalling
information about the current status of the extension module.
Voltage measurement module

Protect ion Differential


Voltage Fus e
diodes amplifier

Microcontroller
Digital to
Analog Offset OP Gain OP
analog
filter amplifier amplifier
converter

Fig. 3. Block diagram of voltage measurement module

Input voltage uin read out by the voltage module basing


on output voltage uout supplied to the ADC in the
microcontroller can be derived from the formula (1):
Fig. 2. System mainboard - general view

= [ ] (1)
Extension modules comprise digital and analogue 49400
( + 1)
electronic circuits. The mass AGND of analogue circuits 10000
incorporating measurement paths and filters is separated where uin, uout and uoff are input, output and offset voltages, R1 and
from the GND mass of digital circuits implementing the card R2 - digital potentiometer resistance of the first and second
configuration. Digital circuits contain digital potentiometers, operational amplifiers. In the case of the current measurement
allowing the gains of analogue paths to be varied in a module, the input signal processing formula is identical to (1),
programmable manner. Further, the modules feature the and needs to be divided (and the resultant value ought to be
EEPROM type memory such that calibration settings should
divided) by resistance of the reference resistor, in accordance
be saved and the module identified by the system.
with formula (2):
A. Voltage and current measurement modules = [ ] (2)
The voltage and current measurement module features
two independent channels implementing current or voltage where iin and uin are rms values of input current and voltage,
measurements. Key parameters of the voltage and current Rs=0.1 Ω - resistance of the reference resistor.
measurement module are compiled in Tab. 1. The actual values of resistance R1 and R2 of digital
potentiometers are adjusted by the microcontroller STM32F7.
TABLE I. VOLTAGE AND CURRENT MEASUREMENTS MODULE -
Due to the application of digital potentiometers the input signal
SPECIFICATION range (±10V) is adapted to match the ADC signal processing
range (0, 3) V. The transmission bands of measurement modules
Parameter Voltage module Current module are related to those of operational amplifiers. This configuration
Analog supply voltage DC, from ±12V up to ±15V of measurement paths allows the effective reconstruction of
Digital supply voltage DC, from ±4.5V up to ±5.5V signals with frequencies up to f=20 kHz.
Internal offset voltage Stabilized +1.5V
External offset voltage Stabilized, up to +5V B. Power generator module
Measuring band Up to 20kHz The power generation module comprises the main path in
AC or DC, from AC or DC, from which the voltage uout is generated which directly supplies the
Input signal range investigated device receiving electric energy with the power
-10V to +10V -5A to +5A
demand up to 60 W, and two circuits for measurements of
Number of channels 2 generated voltage and current uptake. The main circuit shown
Communication bus SPI schematically in Fig. 4 is based on a high-current and high-
Number of required
2
voltage operational amplifier OPA549 [23]. The gain is constant,
ADC input channels equal to G=6.6 V/V such that the output voltage uout should be in
the range ±12V, which corresponds to the input voltage range
(0,3) V.
Each measurement path shown in Fig. 3 incorporates
diode-based input protection with a polymer fuse, three Microcontroller Power generator module
Digital to
operational amplifiers and output protection. The first analog
Offset OP Gai n OP Power
Uout
Ci rcuit
amplifier amplifier amplifier under test
amplifier in the path is an instrumental amplifier AD620 converter

[22], featuring input impedance of the order of 10 GΩ. The Analog to ADC1
Voltage measuement path
digit al
second amplifier is implemented in the TL071 configuration. converter
ADC2
Current measuement path
Both amplifiers interact with a digital potentiometer,
allowing its gains to be adjusted in a programmable manner. Fig. 4. Block diagram of power generator module
The main function of the third operational amplifier (TL071)
is to add a constant voltage value uoff (offset) to the A power amplifier OPA549 is equipped with a radiator and
measurement signal to adjust it to the input voltage range of fan to ensure effective heat dispersion. Full specifications of the
an ADC in the microcontroller. The path of the current power generation module are compiled in Tab. 2. Measurement
measurement card integrates the same components as in the paths in the power generation module are simplified versions of
voltage measurement card whilst the current signal is voltage and current measurement circuits, described in previous
converted into voltage via an additional reference resistor Rs sections. An additional functionality of the power amplifier
in-connected ahead of the diode-based input protecting OPA549 is programmability of the output current limits.
system with a polymer fuse.
TABLE II. POWER GENERATOR MODULE - SPECIFICATION TABLE IV. MICROCONTROLLERS COMMUNICATION BUSES
SPECIFICATION
Parameter Power generator module
DC, from ±12V, high current Bus Specification Purpose
Analog supply voltage - full duplex
capability
Measure data
Current capability 5A continous, 8A peak SPI - speed: 13,5Mb/s
transfer
Digital supply voltage DC, from ±4.5V up to ±5.5V - DMA
Internal offset voltage Stabilized +1.5V - speed: 115,2kb/s Command
UART data transfer
External offset voltage Stabilized, up to +5V - DMA
Measuring band Up to 20kHz The tasks to be executed by the system were separated
Generating band Up to 20kHz between two interacting STM32F7 microcontrollers. The first
Output voltage measuring range AC or DC, up to ±15V microcontroller supports all module sockets and gathers
Output current measuring range AD or DC, up to ±10A measurement data from the first three sockets. The other
Number of channels 1 microcontroller handles the readings from the two remaining
sockets, supports the touch screen and the power supply, and
Communication bus SPI
communicates with the PC (Fig. 6).
Number of required ADC
2
input channels Initialize m icrocontrollers and modules
Number of required DAC
1
output channels
Sample channels Sample channels
C. Relay output module
Generate signals Generate signals
The relay output module, shown schematically in Fig. 5,
features 8 relay outputs. The module is controlled via a serial Exchange data Exchange data
interface SPI, it incorporates a 16bit expander (MCP23S17), 8
relays and EEPROM memory. Relay module specifications are
Modules Modules
summarised in Tab. 3. The measurement and control system has management management
two relay output modules allowing the automatic variations of
parameter values and of structural configuration of the electrical Touchs creen
Power s upply
circuit (through connecting additional resistors, capacitors, and communication
coils) during the tests.
PC
Relay output modul e communication
IO Microcontroller #1 tas ks Microcontroller #2 tas ks
Microcontroller SPI Expander 8 relays
MCP23S17

Fig. 6. Executing FreeRTOS tasks


Suppl y lines
Power s upply
Data acquisition relies on two 12bit ADCs operated
synchronously. The type of the synchronisation action is
Fig. 5. Block diagram of relay output module
dependent of the actual converters’ configuration: the
TABLE III. RELAY MODULE - SPECIFICATION channels can be synchronised by twos or threes.
Synchronisation of the pair of channels enables us to derive
Parameter Relay module the instantaneous power, basing on current and voltage
Digital supply voltage DC, from ±4.5V up to ±5.5V readouts taken at the same time instant. Thus,
Number of relay channels 8 synchronisation is possible between two channels in the
Us = +5V; Is = 70mA; current or voltage measurement modules or channels
Relay specification Umax = 250VAC/30VDC; executing voltage or current measurements at the output
Imax = 10AAC / 8ADC from the power generator whilst their readings are utilised to
derive the instantaneous power.
Communication bus SPI
The interaction with the user is effected via a touch
III. FIRMWARE screen. The measurement-control system signals the status of
The dedicated software for the measurement-control system the devices visually, through the use of RGB LED diodes.
is based on a real-time freeware FreeRTOS [26]. Due to the The information about the current uptake and incorrect
application of two microcontrollers, the number of analogue operation of power supply lines is obtained via a dedicated
inputs could be increased to 12 channels whilst the number of programmable power supply. Its software was dedicated to
analogue outputs went up to 2. Development kits used in be supported by AVR microcontrollers. Communication with
measurement-control system impose certain constraints, limiting a PC can be effected either via an Ethernet connection or via
the number of free pins and available peripherals. Interaction and an USB bus. There is a dedicated application to handle
communication between microcontrollers are achieved through communication with the system at the computer-end,
the use of available SPI and UART communication buses. enabling full configuration of the device, data acquisition and
Configuration of SPI and UART bus shown in Tab. 4. presentation.
IV. FUNCTIONAL TESTS 0.35

Functional tests of the measurement-control system were 0.3

performed to determine the transfer admittance magnitude |Y| 0.25

|Y| [S]
of an electrical circuit comprising a four-terminal network RLC 0.2

and MR damper control coil connected at its output (a two- 0.15


R1 = 0.55 Ω
terminal RL circuit). The experimental setup incorporates a 0.1 R2 = 0.65 Ω
modular measurement and control system, four extension 0.05 R3 = 0.85 Ω

modules, a power supply, a PC and the circuit to be tested. 0 -1


R4 = 1.05 Ω

Throughout the test procedure, the measurement-control


0 1
10 10 10
f [Hz]
system concurrently supported four extension modules: power (a)
generation module, voltage and current measurement modules
0.35
and the relay output module. During the electrical circuit tests
measurements were taken of voltage uin generated by the power 0.3

generator module, the current iin in the four-terminal network 0.25

RLC, voltage ud and current id in the MR damper coil. 0.2

|Y| [S]
0.15

0.1
L1 = 19.6 mH
0.05 L2 = 28.5 mH
L3 = 50.2 mH
0 -1 0 1
10 10 10
f [Hz]
(b)
0.35

0.3

0.25

0.2
|Y| [S]

0.15
C1 = 23.2 mF
0.1
C2 = 30.6 mF
0.05 C3 = 36.9 mF
C4 = 49.5 mF
0 -1 0 1
10 10 10
Fig. 7. Experimental setup f [Hz]
(c)
Experiments were performed under the applied sine
0.35
inputs uin with the amplitude 3V and frequency in the range
(0.1, 10) Hz varied with the step 0.1 Hz. The magnitude of 0.3

transfer admittance |Y| is derived by a microcontroller for 0.25

each frequency value basing on the uin and id readings, in 0.2


|Y| [S]

accordance with the formula: 0.15

0.1
U = 3V
1 m

( ) 0.05 U = 2V
m
U = 1V
| |= = [ ] (3) 0 -1
10
m

10
0
10
1

1 f [Hz]
( )
(d)
The investigated circuit contains an induction coil comprising Fig. 8. Admittance vs frequency in relation to: a) resistence R, b)
three coil sections with the inductance levels: L1=19.6 mH, inductance L, c) capacitance C, d) maximal voltage Um.
L2=28.5 mH, L3=50.2 mH and a battery of capacitors having the
capacitance: C1=23.2 mF, C2=30.6 mF, C3=36.9 mF, C4=49.5 Test result lead us to the following conclusions:
mF. The relay output module allows the inductance L and
capacitance C to be automatically varied during the test • increasing the resistance R results in reduction of
procedure. Inductance L could be reduced through shorting coil transfer admittance magnitude in resonance and
sections using the relays K1 and K2. Capacitance was increased reduction of resonance frequency of the electrical
by parallel connection of capacitors via the relays K3, K4, K5. circuit;
Furthermore, the relay output module allowed the additional • increase of inductance L leads to reduction of
resistance Ra to be connected in the four-terminal circuit RLC, resonance frequency of the electrical circuit,
using the relays K6, K7, K8. When each of the relays is shorted, without producing any major impacts on the
the resistance of the entire circuit, approaching R1=0.55 Ω, is transfer admittance magnitude |Y|;
due to the resistance of induction coil and that of the battery of • increasing the capacitance C results in reduction of
capacitors. The remaining resistance values registered during the resonance frequency of the electrical circuit;
tests are: R2=0.65 Ω, R3=0.85 Ω, R4=1.05 Ω. • change in the amplitude Um of the voltage does not
Figs 8a-8d illustrate the influence of key parameters: change the magnitude |Y| and the resonant
resistance R, inductance L, capacitance C and amplitude Um frequency of the electrical circuit;
of voltage uin on magnitude of transfer admittance |Y|, in the • the maximal quality factor of the electrical circuit
form of admittance vs frequency plots. On each of the figs achieved during the test is Q=1.32;
8a-8d presented reference plot of a magnitude |Y| prepared • resonance frequency of the circuit varies in the
for parameters L3, C3 and R1. range (3, 5.9) Hz;
Functional tests of the electrical circuit performed with the [6] Choi. S. B., Seong M. S., Kim K. S., “Vibration control of an
use of the measurement-control system designed by the electrorheological fluid-based suspension system with an energy
regenerative mechanism”, Proceedings of IMechE Vol. 223, Part D: J.
Authors and analysis of test results fully confirm its adequacy. Automobile Engineering, 2009, pp. 459-469.
Characteristics of the electrical circuit obtained during the tests [7] Choi Y. T., Werely N. M., “Self-powered magnetorhelogical
agree well with those obtained with the use of a commercially dampers”, Journal of Vibration and Acoustics, 131, 2009, pp. 44−50.
available measurement system and compiled in the work [10]. [8] Grzybek D., Micek P., “Piezoelectric beam generator based on MFC
as a self-powered vibration sensor”, Sensors and Actuators A:
Physical, Vol. 267, 2017, pp. 417-423.
V. SUMMARY
[9] Jastrzębski Ł., Sapiński B., “Electrical interface for a self-powered
Functional tests of a modular measurement and control MR damper-based vibration reduction system”, Acta Mechanica et
system operated in an automatic mode have demonstrated its full Automatica, Vol. 10, No. 3, 2016, pp. 165-172.
ability to derive the frequency characteristics of the energy [10] Jastrzębski Ł., Sapiński B., “Electrical interface for an MR damper-
conditioning circuit. The time required for testing of a prototype based vibration reduction system with energy harvesting capability”,
Proc. of 18th International Carpathian Control Conference, 2017, pp.
electric device should be shortened through generating a sine 189-192.
voltage with automatically varied frequency at the output of the
[11] Jastrzębski Ł., Sapiński B., “Magnetorheological self-powered
power generation module and calculating the magnitude of vibration reduction system with current cut-off: experimental
transfer admittance for each set frequency basing on voltage and investigation”, Acta Mechanica et Automatica, Vol. 12, No. 2, 2018,
current readings. The relay output module allows the regulation pp. 96−100.
of the circuit parameters during the tests in order to determine [12] Sapiński B., “An experimental electromagnetic induction device for a
how this parameter change should impacts on the frequency magnetorheological damper”, Journal of Theoretical and Applied
characteristics. It has been demonstrated that the system is able to Mechanics, Vol. 46, No. 4, 2008, pp. 933-947.
supply the required amount of electric energy to the circuit being [13] Sapiński B., “Vibration power generator for a linear MR damper”,
Smart Materials and Structures 19 105012, 2010.
tested. In the investigated circuit incorporating a four-terminal
[14] Sapiński B., “Experimental study of a self-powered and sensing MR
network RLC the power generator was subjected to the highest damper-based vibration control system”, Smart Materials and
loads for the frequency at which the voltage resonance effect Structures 20 105007, 2011.
occurred. [15] Sapiński B., Jastrzębski Ł., Rosół M., “Power amplifier supporting
MR fluid-based actuators”, Proc. of 13th International Carpathian
During the test procedure the system was able to Control Conference, 2012, pp. 612-616.
concurrently support four extension modules, thus confirming [16] Sapiński B., Rosół M., Węgrzynowski M., “Investigation of an
the adequacy of measurement data synchronisation mechanisms. energy harvesting MR damper in a vibration control system”, Smart
The data synchronisation was achieved thanks to the application Materials and Structores 25 125017, 2016.
of dedicated software based on real-time systems FreeRTOS and [17] Sapiński B., Snamina J., Jastrzębski Ł., Staśkiewicz A., “Laboratory
high-speed 32bit microcontrollers featuring ARM Cortex-M7 stand for testing of self-powered vibration reduction systems”,
core and an integrated float-point unit. The design was simplified Journal of Theoretical and Applied Mechanics, Vol. 49, No. 4, 2011,
pp. 1169-1181.
through incorporation of integrated peripherals, such as 12bit
ADC and DAC with multi-channel multiplexers. Application of [18] Wang D. H., Wang T., “Principle, design and modeling of an
integrated relative displacement magnetorheological damper based on
EEPROM memory in extension modules allowed the calibration electromagnetic induction”, Smart Materials and Structures 18
settings to be written and saved. Digital potentiometers enable 095025, 2009.
the range of measured quantities to be adjusted accordingly to [19] Wang D. H., Bai X. X., “A magnetorheological damper with an
match the measurement range of a ADC in the microcontroller. integrated self-powered displacement sensor”, Smart Materials and
To enhance its reliability, the measurement-control system is Structures 22 075001, 2013.
adequately protected against short circuits, surge voltages, [20] Xinchun G., Yonghu H., Yi R., Hui L., Jinping O., “A novel self-
overvoltage and overcurrent. powered MR damper: Theoretical and experimental analysis”, Smart
Materials and Structures 24 105033, 2015.
[21] Zuo L., Scully B., Shestani J., Zhou Y., “Design and characterization
ACKNOWLEDGMENT of an electromagnetic energy harvester for vehicle suspensions”,
Smart Materials ans Structures 19 045003, 2010.
This work is supported by AGH University of Science
[22] Analog Devices, https://www.analog.com/media/en/technical-
and Technology under research program No. 16.16.130.942 documentation/data-sheets/ad620.pdf, Instrumentation Amplifier
Technical Documentation.
[23] Texas Instruments, https://www.ti.com/lit/ds/symlink/opa549.pdf,
High-Voltage, High-Current Operational Amplifier, Technical
REFERENCES Documentation.
[1] Ahamed R., Rashid M. M., Ferdaus M. M., Yusuf H. B., “Modelling [24] STMicroelectronics, https://www.st.com/en/evaluation-
and performance evaluation of energy harvesting linear tools/32f746gdiscovery.html, Discovery kit with STM32F746NG
magnetorheological (MR) damper”, Journal of Low Frequency Noise MCU.
Vibration and Active Control, 36(2), 2017, pp. 177-192. [25] MikroElektronika, https://www.mikroe.com/easymx-pro-v7-stm32-
[2] Anton S. R., Sodano H. A., “A review of power harvesting using stm32f746vgt6, EasyMx PRO v7 STM32 MCUcard with
piezoelectric materials (2003-2006)”, Smart Materials and Structures STM32F746VGT6.
16 R1, 2007. [26] FreeRTOS, https://www.freertos.org, Free Real Time Operating
[3] Cho S. W., Jung H. J., Lee I. W., “Smart passive system based on a System.
magnetorheological dampers”, Smart Materials and Structures
14 707, 2005.
[4] Chen C., Liao W. H., “A self-sensing magnetorheological damper
with power generation”, Smart Materials and Structures 21 025014,
2012.
[5] Choi K. M., Jung H. J., Lee H. J, Cho S. W., “Feasibility study of
smart passive control system equipped with electromagnetic induction
device”, Smart Materials and Structures 16 2323, 2007.

You might also like