The VM211 Earth Listener uses the VMA343 Lightning sensor.
The VM211 firmware (v3.4) documents one of the parameters like this:
#define AS3935_CAPACITANCE 72
// <-- SET THIS VALUE TO THE NUMBER LISTED ON YOUR BOARD (calculation between the caps)
// 72 pF default, 56pF for PlayingWithFusion board, 112pF for other
I would like to verify this, but cannot find an indication of this on the sensor board.
So would like to check this in the datasheet for the VMA343.
But I can not find it on the Velleman website.
In fact do not see the product VMA343 at all.
The value of the capacitance in the VMA343 board is 72pF.
The product VMA343 will be available as a stand alone by the end of July. We will also provide the datasheet & demo code.
Well it is mid 2020 and a month ago I bought the VMA343. I was not able to find any datasheet that gave me all the information on this board. What is the function of the JCS and JSI jumpers? Is there any example Arduino sketch availble? I tried to find the information on the Github platform but I couldn’t find any.
Does somebody know this? I’m a newbie on Arduino so I need this example data. For a sensor costing €31.50 I think Velleman should document this board a in little more detail.
The JSI jumper is there to select the interface:
SPI: JSI connected / I2C: JSI disconnected
The JCS is not used since the CS line will set the chip select function, so you can disconnect this header.
CS (Chip Select) is the output line that enables the breakout board to interact on the SPI bus; the CS is used because various devices can access the SPI and to avoid data collisions, only one at a time must be enabled for each communication session.