cancel
Showing results for 
Search instead for 
Did you mean: 

use B-L475E-IOT01A2 for data acquisition for training with NANOEDGE AI STUDIO.

hashimoto_m
Associate II

私はNANOEDGE AI STUDIO内のData Logger Generatorを参照しました。
現在ここに私が所有するB-L475E-IOT01A2(開発ボード)がありません。
そこでB-L475E-IOT01A2で温度・湿度・加速度のデータ・ログを取得し、
NANOEDGE AI STUDIOにて機械学習を実行したいと思っています。
なお温度は内部温度センサを使おうと思います。
そこでB-L475E-IOT01A2で使えるおすすめの湿度センサ・加速度センサを
教えてください。
また、内部温度センサ・湿度センサ・加速度センサのデータを取得する
サンプルプログラムがありましたら教えてください。

Translated to English by Community team with DeepL.com (free version)

I have referenced the Data Logger Generator in the NANOEDGE AI STUDIO.
Currently, I do not have my B-L475E-IOT01A2 (development board) here.
So I used B-L475E-IOT01A2 to get data logs of temperature, humidity, and acceleration,
I would like to use B-L475E-IOT01A2 to acquire temperature, humidity, and acceleration data/logs, and execute machine learning with NANOEDGE AI STUDIO.
For temperature, I would like to use an internal temperature sensor.
So, please let me know the recommended humidity sensor and acceleration sensor that can be used with B-L475E-IOT01A2.
Please let me know.
Also, please let me know if there is a sample program to acquire data from the internal temperature sensor, humidity sensor, and acceleration sensor.
Please let me know if you have any sample programs to acquire data from the internal temperature sensor, humidity sensor, and acceleration sensor.

1 ACCEPTED SOLUTION

Accepted Solutions
Julian E.
ST Employee

Hello @hashimoto_m ,

 

On your board you have:

  • Capacitive digital sensor for relative humidity and temperature (HTS221)
  • High-performance 3-axis magnetometer (LIS3MDL)
  • 3D accelerometer and 3D gyroscope (LSM6DSL)

So you should use these ones.

 

We don't really have sample code here, we only have some code for your humidity sensor here that you can take a look: stm32ai-nanoedge-datalogger/Projects/NUCLEO-L476RG/NUCLEO-L476RG_HTS221 at main · stm32-hotspot/stm32ai-nanoedge-datalogger · GitHub

 

You can try to ask in the forum related to MCU board instead: https://community.st.com/t5/stm32-mcus-boards-and-hardware/bd-p/mcu-boards-hardware-tools-forum 

They will probably be of a better help.

 

You can also take a look at a function pack made for this board:

https://www.st.com/en/embedded-software/fp-ai-sensing1.html#documentation

 

Have a good day,

Julian


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Julian E.
ST Employee

Hello @hashimoto_m ,

 

On your board you have:

  • Capacitive digital sensor for relative humidity and temperature (HTS221)
  • High-performance 3-axis magnetometer (LIS3MDL)
  • 3D accelerometer and 3D gyroscope (LSM6DSL)

So you should use these ones.

 

We don't really have sample code here, we only have some code for your humidity sensor here that you can take a look: stm32ai-nanoedge-datalogger/Projects/NUCLEO-L476RG/NUCLEO-L476RG_HTS221 at main · stm32-hotspot/stm32ai-nanoedge-datalogger · GitHub

 

You can try to ask in the forum related to MCU board instead: https://community.st.com/t5/stm32-mcus-boards-and-hardware/bd-p/mcu-boards-hardware-tools-forum 

They will probably be of a better help.

 

You can also take a look at a function pack made for this board:

https://www.st.com/en/embedded-software/fp-ai-sensing1.html#documentation

 

Have a good day,

Julian


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.