You are browsing as a guest. Sign up (or log in) to start making projects!

NathanOsborne

@NathanOsborne

Joined June 24th, 2026

  • 8Devlogs
  • 2Projects
  • 0Ships
  • 0Votes
Open comments for this post

3h 26m 22s logged

LiDAR Scaner V2 Prototype:

The original V1 used the LiDAR_LD06 Modual and a Pi Pico W. The V2 is now using a VL53L5CX ToF sensor which uses an 8x8 array of measurements. The V2 is suposed to have 64X resolution and only take ~2-3 minutes instead of the V1s ~24 minutes.

In the second image the left is the V1 and the right is the V2 Prototype.

0
0
6
Open comments for this post

3h 12m 50s logged

Image decompressing has been added to the esp32 and some error handling has been added to the packet system on both the server and client side. I broke the display I was going to use for this project (the voltage reg blew (somehow…)). But that is fixed now i think and should be good fro tommow. The bugs with the Arduino IDE have been fixed.

Here is some C++ Arduino RLE Code. (I have no idea if the code works yet so that will be tested tommow.)

0
0
7
Open comments for this post

5h 12m 33s logged

Spent hours converting an image from 24-Bit to 8-Bit and compressing it with RLE (Run Length Encoding). And the image size went from 216KB to roughly 20KB. It’s a MASSIVE improvement. Roughly a 90% file size decrease! (Less quality tho… But it’s smaller)

0
0
6

Followers

Loading…