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

2024-08

Development/Design

[Stock issue] What if a part is out of stock when I place my order? Using JLCPCB’s pre-order.

In order to deal with out-of-stock issues like this one when they decide to order, JLCPCB allows pre-ordering, which means that the parts can be ordered before the PCB assembly is ordered and kept in stock at JLCPCB until the PCBA service is required. These pre-ordered parts are sent together with the PCB (and surface mount if you have also asked for surface mount), rather than separately from the PCB and only the parts are sent to you.
application(Flutter)

[Flutter] How to convert m4a to mp3 using ffmpeg_kit_flutter_audio

Change to a policy of converting m4a to mp3 using the ffmpeg_kit_flutter_audio package. This package supports a wide range of formats using external libraries and includes the lame library needed for conversion to mp3 format.
Entrepreneur

[Mia] How to set up an interactive user experience on your website.

'Wouldn't it be possible to set up a 3D model of Mia on the HP and offer an interactive user experience on the HP as well, with a 360-degree rotation for viewing, and eyes that move and talk when you nod your head?' I came up with the idea.The part of Mia's head to be touched was made into an orange sphere (like a mandarin orange) to clearly indicate the part to be touched. The switching gif image and audio file were uploaded to the media and made a URL reference.
application(Flutter)

[Flutter] Setup to run the application on an actual Android device.

This article describes the steps to build a Flutter application on an actual Android device. First, the actual Android device on which the Flutter app is to be built needs to be recognised as a development device: set up the Android SDK using Android Studio and install the Flutter plugin and Java.
application(Flutter)

[Flutter] How to deal with JavaScript invalidity error when opening Google Forms in web view on Android.

Introduction. Developing "Mia," a talking cat-shaped robot that speaks in various dialects. A few days ago, we described...
application(Flutter)

[flutter_sound × Go] Upload audio files to AWS S3 via API

In this case, we want to implement the part where the app uploads the voice files recorded with the flutter_sound package from the app to the server (AWS S3) via API communication. We will associate the S3 path of the uploaded audio file with a phrase in the database and update the voice_path field.
application(Flutter)

[Flutter] Implementation of voice recording playback and uploading functionality using flutter_sound.

Use the flutter_sound and file_picker packages to allow users to playback audio recordings and upload audio files in flutter apps To use the audio recording functionality with the flutter_sound package, you need to request access to the microphone in XCode. permission to access the microphone in XCode.
Entrepreneur

[Mia Shipping] Trying to optimize box size and shipping costs.

Until now, we have been dealing with intangible software products such as SaaS and apps, so we did not have to worry about delivery and packaging, but this is our first tangible product, so we have to think about packaging size and shipping costs. Trial and error with Yamato's web pick-up service and Japan Post.