imayoda

Results 12 comments of imayoda

if I understand it right, you need to get in touch with the "routing" command set from CLI.. essentially you have to create routes from the main router to the...

route add network gw: adds a static route to a network (network given CIDR notation ('x.x.x.x/n')) via gateway gw don't forget CIDR notation :)

use "%20" for space character (without quotes) :)

Hit the problem last night, when I realized that I can't use millis() + Wdt operations.. would be nice to have timer0 millis() + wdt operative to kill the tiny...

thanks for the fast response and explanation :+1:

> The library will print to Serial only if manually enabled. Make sure you don't have any `#define ENABLE_DEBUG_PING` in your sketch +1 have the same behaviour here.. it gives...

could be a CPU limit, ovpn is somehow heavyload.. try on another computer and see the difference

so, it seems his module doesn't support one shot triggering... next workaround I'm trying is to reduce C2 from 0.01uF to something smaller in order to get shorter impulses.. otherwise...

OK.. removed C2 and used the C-TM pads beneath to do some test.. almost non-retriggerable behavior achieved. with 560picoF ceramic cap all seems good, interrupt is firing many times per...

you can shield the sensor in order to achieve 180° detection (cats yay!), I use an aluminium foil connected to ground just behind the sensor.. cuts signal a lot (can't...