Elliot Williams

Results 19 comments of Elliot Williams

You already found the "set fuses" solution to the problem, so that's great. The other possibility is to buy a 16 MHz (or whatever) crystal and just plug it in...

The code sets FCPU = 12 MHz. (What?) But then you're using Studio, which maybe ignores this value anyway. I have not kept up with Studio in the last few...

Hiya! That's lovely! I'll roll those into the code. (I haven't been doing as much maintenance on this codebase as I probably should. Thanks for helping out.)

I won't lie -- I'm not happy with the make/build system for the code in the book. There are two competing tensions: a) it's nice to have each chapter's code...

Hiya. Yeah, I really need to get some time to fix that! (Barely working is better than not at all?) I think some stuff got misplaced in a server move....

Had this error, came here, tweaked around the sound card in ALSA (hw:0,0) and updated the config and then it worked.

Hi, That's very probably due to a recent change in GCC. https://wellys.com/posts/avr_c_gcc_error/ See the very bottom of the post for the solution: In a nutshell, one has to add “–param=min-pagesize=0”...

What is the difference between the Wemos D1 Mini that I used and the D1 Mini Pro? Maybe it has a different memory map, and you can't use the image...

That's more recent than mine. If I get some hacking time, I'll have a crack at revamping this whole setup. I've been using more peripherals / libs lately, and it...