Search found 16 matches

by MoDu
Tue Sep 20, 2022 12:40 pm
Forum: Off topic
Topic: Blue Pill is a breadboard hog
Replies: 2
Views: 2326

Re: Blue Pill is a breadboard hog

Son, this is America, you need bigger breadboards!
by MoDu
Tue Aug 30, 2022 2:08 pm
Forum: General discussion
Topic: Serial Tx / Rx over one wire?
Replies: 5
Views: 3663

Re: Serial Tx / Rx over one wire?

You should be able to replicate the Serial-to-OneWire method, maybe?
Both sides can pull the line down or "leave it" at high.

Image

https://github.com/dword1511/onewire-over-uart
by MoDu
Tue Oct 12, 2021 4:01 pm
Forum: General discussion
Topic: Reducing the current consumption of STM32L412KB
Replies: 9
Views: 3517

Re: Reducing the current consumption of STM32L412KB

600 uA in deep sleep
I'm more concerned with this, isn't it still a bit high?
by MoDu
Thu Oct 07, 2021 1:37 pm
Forum: Projects
Topic: RoEnDi [crowdsupply]
Replies: 2
Views: 1867

Re: RoEnDi [crowdsupply]

Nice, I will probably build something similiar in the future, and I will definitely check this out again!
Especially since you claim I can build it with STM32duino, instead of the Cube IDE....
by MoDu
Sat Apr 03, 2021 12:36 pm
Forum: Off topic
Topic: Throttle wireless sensor
Replies: 16
Views: 9854

Re: Throttle wireless sensor

Please post results then, I assume you would require a high angular resolution for telescope orientation, in the order of arc seconds?
by MoDu
Fri Mar 19, 2021 2:33 pm
Forum: General discussion
Topic: Serial dropping bytes
Replies: 6
Views: 4055

Re: Serial dropping bytes

FastLED, like any other bit-banged protocol delivery, blocks interrutps while bit-banging. The most likely scenario is that you're missing serial interrupts because you're hogging the interrupts on FastLED, ON TOP of the USB interrupts.
by MoDu
Fri Feb 05, 2021 6:08 pm
Forum: General discussion
Topic: incorrect micros() value for stm32f411re
Replies: 18
Views: 9295

Re: incorrect micros() value for stm32f411re

I've had trouble with DWT timing in the past, because of naughty Arduino libraries blocking the interrupts and skeweing the timer counter. Nowadays I just use the RTC if I want accurate time in periods longer than ~100 ms.
by MoDu
Wed Jan 27, 2021 2:57 pm
Forum: Projects
Topic: Sega Genesis to USB (XBox360) adapter
Replies: 7
Views: 7260

Re: Sega Genesis to USB (XBox360) adapter

From a fellow retro converter, good stuff!
Thanks for sharing.
by MoDu
Wed Jan 27, 2021 2:46 pm
Forum: Off topic
Topic: Little-known Japanese CPU threatens to make Nvidia, Intel and AMD obsolete in HPC market
Replies: 5
Views: 4975

Re: Little-known Japanese CPU threatens to make Nvidia, Intel and AMD obsolete in HPC market

hope this one is better https://www.hpcwire.com/2019/11/12/cray-fujitsu-both-bringing-fujitsu-a64fx-based-supercomputers-to-market-in-2020/ https://www.hpcwire.com/2020/02/03/fujitsu-arm64fx-supercomputer-to-be-deployed-at-nagoya-university/ but i think they won't be the only one, and i think more ...
by MoDu
Wed Jan 27, 2021 2:31 pm
Forum: Off topic
Topic: Throttle wireless sensor
Replies: 16
Views: 9854

Re: Throttle wireless sensor

Here you go. Have fun with perfect absolute rotational encoders.

@sigi You are close, but there's chip ICs that output rotational position directly now.

Go to advanced search