方言を話すおしゃべり猫型ロボット『ミーア』をリリースしました(こちらをクリック)

2025-03

スポンサーリンク
Development/Design

[Rails] RSpec memorandum: describe / context / it / subject / let / let!

This presentation explains how memoization works when using subject in RSpec and the pitfalls of update tests, including why calling subject before does not reflect parameter changes, the correct timing of evaluation, and best practices for test design with concrete examples.
built-in(C++)

ESP32 + I2S microphone (INMP441) to implement speech recognition

Implement speech recognition using ESP32 and INMP441. This time, we only want to quickly verify if the signal is being processed from the I2S microphone, so we will do up to “Receive signal from I2S microphone → Display volume level and sample statistics in real time”.
スポンサーリンク