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

How can we improve the efficiency of information gathering?

Information gathering in an age of information overload. The sheer volume of information itself, but also the diversity of information-gathering methods, makes it difficult to know how to collect information efficiently. Decide when to collect information. Browse in print in a timeline format: broadly and shallowly → deeply and narrowly. Hit primary information as much as possible or narrow down who to focus on.
Note/Book

[Sublingual immunotherapy] Why can’t Cidacure be held under the tongue for 1 minute and then gargled for 5 minutes before eating or drinking?

Cidacure is a sublingual allergen immunotherapy for allergic rhinitis caused by cedar pollen. The dose is 2,000 JAU tablets for the first week and 5,000 JAU tablets for the second and subsequent weeks. Cidacure currently has limited shipments of 2,000 JAU tablets, and some patients who want sublingual immunisation may not be able to start due to lack of stock.
Note/Book

[Linear Algebra] Matrix operations, row basis transformations, sweep method, factorials, determinants, eigenvalues, eigenvectors, diagonalization

A branch of mathematics that studies the properties of vector spaces and linear maps. It deals mainly with matrices, vectors and systems of linear equations and is widely applied in various fields of science, engineering and economics. The factorial of a matrix indicates the intrinsic dimension of the matrix and the number of independent equations. The number of non-zero rows when the matrix is transformed into a staircase matrix by row basis transformation.
Entrepreneur

[Mia] Simulate every step of the packing process.

ちなみに最初の100台の組み立てに関しては、手作業で自分達で行うことにした。コストカットと、自分達が全工程を把握していないと、次の量産の段階でも明確な指示が出せないので。今回使用するTTP223タッチセンサーは、100個セットで届いているので1つずつに分解して、ピンヘッダーをハンダする必要がある。ひたすらハンダしていく。
Development/Design

[ESP32] Create NVS encryption key and encrypt NVS partition

Create a new NVS key partition as a dedicated partition for storing the encryption keys required to use the NVS encryption function of ESP32 As an NVS key partition, Type must be data and Subtype must be nvs_keys.
Development/Design

[Electronic Circuit] Found defective products after 100 boards were installed and filed a Quality Complaint with JLCPCB.

The order was placed with JLCPCB for 100 boards, but in reality some of the pin headers were slightly out of level, resulting in LCD displays interfering with each other and not fitting together The JLCPCB order history section has a 'Quality Complaint' field where you can enter the nature of the fault and the number of faulty boards. and the number of defective boards.
Note/Book

[ISFP] Adventurer. Introverted Emotional Type with a Sense of Extroversion (MBTI)

The ISFP is a cognitive function of the Fi-Se, so it makes decisions based on its own feelings and values from information obtained through the five senses. Although they tend to conform to their surroundings because they don't want to get into conflict with others because it is troublesome, they have the image of being free-spirited artists and having a seemingly contradictory state of being at their own pace.
Note/Book

[EQ] Habits that increase the intelligence quotient of the mind. From the manager onward, title and EQ are inversely proportional!

EQ is the ability to take optimal action by controlling one's emotions while understanding oneself and others; when EQ was compared with job title, EQ was highest in the manager class and then tended to decrease as one's title increased.
Note/Book

[Thinking Fitness] How do you train yourself to keep thinking instead of thinking?

Of course, being to the point, having a quick mind and being able to concentrate at a moment's notice are important, but only up to the upper middle level. From there onwards, the people will be at the same level as the above base, so I personally think that the two factors of 'health' and 'thinking stamina' make the difference.
Development/Design

[ESP32] How to deal with stack overflow error after MQTT communication that occurred after migration to ESP-IDF

Stack overflow is a phenomenon in which a task runs out of allocated stack memory Stack overflows can occur due to the receiving or parsing process of MQTT messages Sometimes it can be solved by changing the stack size setting in the sdkconfig file. This can be resolved by changing the stack size setting in the sdkconfig file.