Thank you so much!!! I am trying to use CubeAI for my Graduation Project, and your amazing video help me a lot !!! Thanks again!!!
@Electronzap4 жыл бұрын
That's a really cool microcontroller. It's a great time to be learning electronics :D
@eduardojreis Жыл бұрын
6:58 - What is this pre-made validation program showed earlier? I got a bit lost. 8:23 - Coding with the model in `main.c`
@sailfromsurigao3 жыл бұрын
I can't find the code that you mentioned you provided in the description? Can I ask for it?
@rickpandey89633 жыл бұрын
I also got into an infinite loop while debugging. I checked whats going on. I found it is due to the for loop structure that causes problem. In the for loop condition you are writing "AI_SINE_MODEL_1_SIZE" and its value is a positive integer. For loop will go into an infinite loop if the condition is just an integer. I just replaced it by a condition lets say "i
@苏峰雷-t5d24 күн бұрын
Thank you, it's a great video. Is there a tutorial for systematically learning X-CUBE-AI?
@rbclima21 күн бұрын
I'd like to know it too!
@apoorvsinghnegi67293 жыл бұрын
did anyone faded issue of "TOOL ERROR Didn't find op for built-in opcode "FULLY_CONNECTED" for version '9' Registration failed" while validating the model
@ZebroLebro3 жыл бұрын
Is there a video explaining how to set up the serial debugger?
@farouktilaoui74893 жыл бұрын
can you make a video about face recognition
@tomatosmusic25252 жыл бұрын
Hey there! I'm having an "invalid initializer error" on my sine_model.h code. It says the error is here, but I don't understand what's wrong. The error is both here: AI_DEPRECATED #define AI_SINE_MODEL_IN \ ai_sine_model_inputs_get(AI_HANDLE_NULL, NULL) And here: AI_DEPRECATED #define AI_SINE_MODEL_OUT \ ai_sine_model_outputs_get(AI_HANDLE_NULL, NULL) It was a code generated by the X-Cube-AI so I don't understand what's happening.
@nassimrami46512 жыл бұрын
me too. have you fixed the problem ?
@tomatosmusic25252 жыл бұрын
@@nassimrami4651 Hi, Nassim. I think it's because you're using a new version of X-Cube-AI. Try installing the same version he uses in the video and it'll work. I think version 7.0+ changed the way inputs and outputs are generated.
@027_lakshaynegi62 жыл бұрын
@@tomatosmusic2525 So you have any idea how new one works?
@mohammadbasilfaruqui3503 Жыл бұрын
@@tomatosmusic2525 You can't use previous version of library with the latest STMCubeMX firmware, and there's no way to use the previous version of firmware😢
@amiraaouadi7657 Жыл бұрын
@@mohammadbasilfaruqui3503 So what to do ??
@petercheung63 Жыл бұрын
great video, thanks
@augustoinafuco52609 күн бұрын
Hi, I'm having the same issue reported before by another viewer (nbatch = 0). I noticed that in the video there is this step: ``` // Pointer to our model ai_handle sine_model = AI_HANDLE_NULL; ``` Is this correct? Also, there is another issue. In version 9.1 there is no "ai_input[0].n_batches" or "ai_output[0].n_batches". Has anyone else faced these issues?
@kunjanbaraol22365 күн бұрын
have you solved this issue? I am also getting this sort of prblm
@unhandledexception5988 Жыл бұрын
I think XCube ai tool is no longer proprietary. 1:16 great explanation btw. Thanks
@poneetrahul3 жыл бұрын
This video looks like it took a lot of work to put together. I have a question about MVC: main.c looked to be written as a controller (interface between a model and the hardware), but I believe you referred to it as a model. Can you explain this to someone who would have taken some computer science courses at the college/university level?
@carlosfreitas18363 жыл бұрын
Very nice!!!!! I'm changing this code for STM32F4Discovery, but I have doubt, How to adapt this code for 3 inputs and 1 output? Thank you?
@baichuan97772 жыл бұрын
what do you mean ' pre-made validation program' ?
@POLIVERITO7 ай бұрын
Hi! Could I apply your awesome video using a STM32F103C8T6 board? (Help please)
@thornkylefourwalkmans20686 ай бұрын
i think F1 series does not support CubeAI
@shawntaylor95093 жыл бұрын
Are you turning grey?
@blahman4423 жыл бұрын
I got too many errors. Can I get a download link for the stm32 cube ide project?
@ButilkaRomm3 жыл бұрын
I am always imperssed with how much things are packed in 15 minutes.
@adaminsanoff4 жыл бұрын
Amazing!
@zgczmonkey1652 жыл бұрын
点赞
@MrWATCHthisWAY4 жыл бұрын
It’s not IF they will drop support in the future for ASTM32, but WHEN they will? Right after the money runs out! Happy Hacking!
@jaybee13594 жыл бұрын
Are you referring to STM going under or AI support for the STM32's? Not entirely sure what you're referring to here
@MrWATCHthisWAY4 жыл бұрын
Jay Bee - I was making a joke to the fact that, divisions of companies usually stop providing support when it’s no longer financially profitable to do so. When the money runs out! Sorry I was not explicit enough in my last comment and left you guessing what the hell I’m taking about??
@Emailing980883 жыл бұрын
Thank you so much. I am trying to use Cube AI ,and your amazing video help me a lot.