-
Lidar test with ESP-Now
10/23/2018 at 07:19 • 0 commentsSo last night I was testing to use ESP-NOW to transfer data between the two Nodemcu´s. We are still using Wireless power for the rotating head, the ESP-Now does not seem to get any interference from the Coils (As the IrDA2 boards).
For a first test this seems promising, I need to improve speed and see how fast we can transfer data over ESP-Now.
-
First Prototype
10/22/2018 at 09:21 • 0 commentsSo time for a small update on this project.
We have a the first prototype ready for testing (1-axis rotation with IR and Wireless power).
We made it bigger so we could fit all kinds of pre-built components within. We are using the IrDA2 click board for IR send / receive LidarliteV3 data between the Nodemcu´s.
First test is partly successful. While utilizing the USB on both Nodemcu´s the IR transfer is successful with 115.2kbit/s and data is returned successful.
If we try to power up the Nodemcu (the one that is placed inside the lidar head) and utilizing the power coils the serial mointor for the the other Nodemcu freezes (The one that is outside and connected over USB) and should receive the IR data from the head.
Maybe there is some interference from the Wireless power coils that destroys / interference with the TX/RX lines on the IrDA2 board communication. I would also need to check if the power is sufficient from the RX power coil.
Previous tests with simpler solutions worked without any problem when running over wireless coils and did not show any interference from the Power coils.
Here is a very simple sketch on how it’s connected:
Any suggestions? Please feel free to to leave a comment
-
IrDA2 Click and two NodeMcu’s at 115.2kbit/s
07/30/2018 at 12:56 • 0 commentsLIDAR-Lite V3 serial communication with IrDA2 Click and two NodeMcu’s at 115.2kbit/s