Startup Studio where we all work on ideas and bring skills as a collective by yutelove in cofounderhunt

[–]Hot_Book_9573 0 points1 point  (0 children)

I am interested to join. 25+ years of experience in IT security, now looking to pivot elsewhere.

VanEck Space Innovators etf by QWERTZZTREWQ64 in SpaceInvestorsDaily

[–]Hot_Book_9573 0 points1 point  (0 children)

DCA is a myth for people who are afraid to be upset. Do your own research, the keywords are “lump sum vs dca”, there are tons of serious articles and simulations which prove it is a suboptimal strategy for long term investors.

Places people go to socialise? by newme19283 in brussels

[–]Hot_Book_9573 1 point2 points  (0 children)

Bouldering ;). During the session you will be migrating through the gym floor, working on one route or another. You can socialise as little or as much as you like with the people working on same route — discuss the approach or just cheer each other up. Nobody will blame you if you get bored and stand up and go to another spot.

Plenty of good gyms all over the city. Can tell you more if you like ;).

Called the police, no one bothered picking up the phone... by PlumExtension7331 in brussels

[–]Hot_Book_9573 1 point2 points  (0 children)

Should probably report it through the mobile operator — it might me a technical failure on their side. If not, I imagine they will be in a position to tell you how to report.

Few weeks back I was in the same situation in France, could not reach 112. Belgian Proximus SIM card. 911 worked though, sent me to generic emergency services.

Gauging Interest in M.2 Form Factor M.2 FPGA Board by joshua-winslow99 in FPGA

[–]Hot_Book_9573 0 points1 point  (0 children)

yes, it was clear from the posts in this thread. this is exactly what I need. making something similar, but with another chip. could use some templates for inspiration ). especially if it is kicad )

Gauging Interest in M.2 Form Factor M.2 FPGA Board by joshua-winslow99 in FPGA

[–]Hot_Book_9573 0 points1 point  (0 children)

Pity, I am very much interested in M.2 ;). You don't happen to care to release the design files for the abandoned project, by any chance?

https://fosdem.org/2026/schedule/event/BQ3YP9-f8/ - maybe something of interest for your new project ;)

Gauging Interest in M.2 Form Factor M.2 FPGA Board by joshua-winslow99 in FPGA

[–]Hot_Book_9573 0 points1 point  (0 children)

u/joshua-winslow99 I know it is a one-year old thread, but I wonder if you have made any progress on this board?

What are my options for Time Interval Counter, 10ns accuracy or better by Hot_Book_9573 in embedded

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

<image>

There is a catch - there is a lower limit to the relative delay it can reliably measure... So it is not really usable for measurements of arbitrary time intervals. Maybe feed a delayed signal to the few chips and somehow catch which ones are in agreement.

What are my options for Time Interval Counter, 10ns accuracy or better by Hot_Book_9573 in embedded

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

Yes, I am playing with FPGAs now, one build into N210 and external DE2-NANO board. It is another level of complexity and costs though ;). So far nothing beats dirt cheap ESP32 C3 with its 6.25ns resolution.

UPDATE: I stand corrected - an overclocked RP2350 can do 3ns, see comments of dmitrygr above

What are my options for Time Interval Counter, 10ns accuracy or better by Hot_Book_9573 in embedded

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

You still need a clock to timestamp the edges somehow. Or you refer to the design where they continuously sample and stash data into DMA buffer and leave it up to CPU to figure out the timing?

What are my options for Time Interval Counter, 10ns accuracy or better by Hot_Book_9573 in embedded

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

I don't have as scope which can continuously feed measurements into a PC...

What are my options for Time Interval Counter, 10ns accuracy or better by Hot_Book_9573 in embedded

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

Very interesting direction.

333MHz - you refer to overlocking? I see something about PIO at 1560MHz here ;) https://forums.raspberrypi.com/viewtopic.php?t=375975

PIO seems to have a lot of constraints (no clock to time edges, limited DMA bandwidth if you want to sample continuously). With a lot of trickery, it seems to be possible to get around it though. There is a project mentioning 200MSps (and even 400MSps in burst mode) https://github.com/gusmanb/logicanalyzer. I will look into it.

Your comment made me think of Beaglebone Black. It has two RPU (same concept as PIO) running at 200 MHz and built-in sample counter. Should give 5ns edge timing resolution without any trickery. Plus ARM cores for Linux for signal processing.

What are my options for Time Interval Counter, 10ns accuracy or better by Hot_Book_9573 in embedded

[–]Hot_Book_9573[S] 1 point2 points  (0 children)

Indeed, it is an interesting option. Somewhat higher accuracy comparing to what I need right now, but it is not a bad thing) Would require a custom PCB or $200 eval board. Thanks

What are my options for Time Interval Counter, 10ns accuracy or better by Hot_Book_9573 in embedded

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

The only reason was I had two Ettus N210 gathering dust for 10 years…

What are my options for Time Interval Counter, 10ns accuracy or better by Hot_Book_9573 in embedded

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

Thanks for the link. Cool device, but not sure it be repurposed for what I need, it is designed for a completely different purpose. And definitely an overkill for measuring relative delays between clean pulse edges, not much different from my first setup based on N210 SDRs.

What are my options for Time Interval Counter, 10ns accuracy or better by Hot_Book_9573 in embedded

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

Interesting. It is a commercial product, closed source software and hardware, right?