Page 1 of 1

Combining Z-Uno and XeThru (How to adapt Arduino Mega code to Z-Uno?)

Posted: 27 Feb 2019 11:39
by cbhoyer
Hi,
trying to figure out how to combine the XeThru X4M300 (https://www.xethru.com/x4m300-presence-sensor.html) and a Z-Uno.

There are examples for Arduino on their webpage and on GitHub (https://github.com/xethru/XeThru_Arduino_Examples), especially this one: https://github.com/xethru/XeThru_Arduin ... xample.ino.

The author has made several different versions (https://github.com/oyvdahl/xethru-arduino-radar), e.g. a version that controls LED with breathing (https://community.arm.com/iot/embedded/ ... our-breath).

However, they're all made for Arduino Mega and I can't figure out how to adapt it to work with the Z-Uno.

Any suggestions on how to adapt the code to work with Z-Uno?

Regards,
Chr.

Re: Combining Z-Uno and XeThru (How to adapt Arduino Mega code to Z-Uno?)

Posted: 03 Mar 2019 10:42
by PoltoS
We have not tested the code yet, but there is nothing really non-supported in this code. May be some slight adoption in function names is required.

What problems have you experienced?