aomanchuria
aomanchuria
Having the exact problem. I just generated a 12gig FRD and my 32 gig computer runs out of memory. it will be an overnight thing to run that simulation again...
same here with buster. it doesn't actually start, but when manually started it asks for root and it doesn't remember the credentials from the previous connection.
I ended up just following the instructions here: https://www.raspberryconnect.com/projects/65-raspberrypi-hotspot-accesspoints/157-raspberry-pi-auto-wifi-hotspot-switch-internet you get a lot more control and the connection is automatic. The only down side is that there isn't a way...
I've added a few more examples by adding subsequent mirrors. you'll notice how the beam seems to fade in certain locations right after every bounce [ray_tracing.zip](https://github.com/LuxCoreRender/BlendLuxCore/files/9145389/ray_tracing.zip) .
I've added a few more examples by adding subsequent mirrors. you'll notice how the beam seems to fade in certain locations right after every bounce [ray_tracing.zip](https://github.com/LuxCoreRender/BlendLuxCore/files/9145389/ray_tracing.zip) .
fantabulous. Do you have some recommended boards from mamazone for this? This is, I'm not kidding, the 4th board I try to get this very simple task done and some...
this sort of worked: ```python from machine import Pin import utime class UART: def __init__(self, tx_pin, baud_rate=2500): self.tx_pin = Pin(tx_pin, Pin.OUT) self.baud_rate = baud_rate self.bit_period_us = int(1000000 / baud_rate) def...
the timing seems correct:  but it doesn't look exactly like the original signal from the projector i'm trying to reverse engineer: 
Over in raspberry pi land, I got this to work but the timing seems really unstable, the waveform looks exactly as it should be but some times the timing is...
Robert-hh, you're so cool! Look I got it to work! its a baby step, I gotta see if the projector actually gets fooled so simply, but man this gives me...