XAVIER
Bewertet in Frankreich am 29. Februar 2024
Cette carte que j’ai achetée en 3 exemplaires a beaucoup de possibilités dans un tout petit volume mais s’enraye très facilement. Après avoir bien fonctionné, pour un oui ou pour un non elle n’est plus reconnue par l’ordinateur soit totalement soit au moment du televersement du programme. Après beaucoup de temps et de recherches sur les tutos j’ai pu les reprogrammer en faisant un double reset et en les faisant reconnaître alors que la carte clignote en orange.
Müller
Bewertet in Deutschland am 28. Februar 2024
Alles Bestens
999 Distribution
Bewertet in Italien am 28. Juli 2024
Peccato non aver potuto utilizzarlo perché non funzionante. Restituito.
Magnus
Bewertet in Schweden am 5. Dezember 2023
x
FACTURAONE SOFTWARE S.L.
Bewertet in Spanien am 14. August 2023
Sin duda es una gran elección, la calidad del producto es buenísima, y el precio es muy razonable para todo el conjunto de sensores que incluye.
Sean R.
Bewertet in Kanada am 10. Dezember 2023
this is a great dev board. it comes with all the basic sensors you would want built in except wifi, it only has Bluetooth low energy for wireless connections. I used to have to spend time and effort connecting all these sensors to a board and then programming for them and now its a simple board and I can build off the example projects in the Arduino IDE. the machine learning features on this are very basic, and Arduino site provides everything you need to get started using it for free. I didnt really train anything outside of the examples so far but the examples are fairly hit or miss models that dont always identify the movements, or when training for keyword, it would not pick the keyword out of a sentence, but if I said the word alone it would catch it. that was with basic examples, I didnt train the models myself other than following instructions to do so, I think I could train them better.further this board is compatible with MicroPython which has made dev life a lot easier. previously you would need to program in C in the IDE, then compile the program, upload the program to the board every time you made the slightest change to your code. something not running properly, need to change a 5 to a 6? you had to go through the whole process, not even to mention if you had to disconnect the board from your project to upload the changes every time. with MicroPython it runs an interpreter on the board so you can make a change in the IDE and see the result running in code on the board right away, not compiling etc. the old C method still has its advantages but for some quick fun hobby dev work MicroPython has really made things easier.