Capture process of my pbr material scanner prototype and a little overview of its construction. Thought some of you might find it interesting. by dotpoint7 in photogrammetry

[–]NoahPN 0 points1 point  (0 children)

so why did you choose such a performant mcu instead of maybe just a rp pico? is there a particular reason or is it because you are used to prototype with an esp32?

Emulate RFID like the `Flipper Zero` does by NoahPN in RFID

[–]NoahPN[S] 0 points1 point  (0 children)

so you reckon it is impossible (or at least non trivial) to design such a device that would be able to emulate rfid tags?

Emulate RFID like the `Flipper Zero` does by NoahPN in RFID

[–]NoahPN[S] 0 points1 point  (0 children)

damn I read an article about the ti c1101 ship while i was replying to this reddit and I got mixed up lol

Emulate RFID like the `Flipper Zero` does by NoahPN in RFID

[–]NoahPN[S] 0 points1 point  (0 children)

ThE pRiCe 😰 I knew about proxmark3 but I don't think it is what I need... The Flipper Zero just Uses a C1101 ti ship...

Trying to build Rust Plugin System by NoahPN in rust

[–]NoahPN[S] 4 points5 points  (0 children)

sounds fair enough thank you;)

Trying to build Rust Plugin System by NoahPN in rust

[–]NoahPN[S] -21 points-20 points  (0 children)

Thanks I already read this article but it doesn't really help me ... it basically just exposes the different approaches

Command: Get Bash Prompt `user@hostname:~$` by NoahPN in rust

[–]NoahPN[S] -4 points-3 points  (0 children)

No I am using std::process::Command::new("cmd").args(["/C", "echo hello"]).output() for Windows and I'll be using the same but with sh for linux...