FREENOVE Basic Starter Kit for ESP32-WROVER (Included
FREENOVE Basic Starter Kit for ESP32-WROVER (Included) (Compatible with Arduino IDE), Onboard Camera Wireless, Python C, 412-Page Detailed Tutorial, 141 Items, 61 Projects
From the brand
Starter Kits, Boards, Robots
Weight: | 290 g |
Dimensions: | 19 x 9.19 x 4.9 cm; 290 Grams |
Brand: | FREENOVE |
Model: | FNK0061B |
Colour: | with Memory Card Slot and Card |
Batteries Included: | No |
Manufacture: | Freenove |
Dimensions: | 19 x 9.19 x 4.9 cm; 290 Grams |
Not exactly an absolute beginner kit, for that you’re better off with an Arduino UNO. BUT – if you are past that level, this is a REALLY nice next-level kit; lots of libraries and sketches. The support team was very responsive and quick to reply.
You will need to download the Arduino IDE and ESP32 support files within the IDE. There are some ESP32 board settings you need to set in the IDE to upload the compiled sketches. I didn’t see that info inside the documentation files 🙁
After that it’s pretty much like any Arduino and quite fun to tinker with.
You get the camera which has great resolution and range. I received a good picture from 25 feet and 2 rooms away with a closed door and a closed glass slider between the camera and router. The tutorials are good. I should have started here with my camera purchase and saved a lot of aggravation. The break-out board that comes with it more than justifies the price for this ESP32 package. Break-out board: Freenove ESP32 GPIO Extension Board. The picture image can be jumpy at times, but I believe that to be a feature of the hardware and the fact that my camera is on a moving robot. I had almost given up having video transmission on my robot project. Good Luck, JD3
Ich habe das Produkt dazu verwendet um mir eine Bewsserungsanlage zu bauen. Die Tutorials eignen sich Perfekt fr Einsteiger und step by step habe ich das Programmieren damit erlernt (hatte allerdings schon kleine vor Erfahrung).
purchased for child to start to learn about IoT. Documentation is all online but not 100% clear. However that’s part of the fun of learning. The screen is not great but this is a starter kit and works well with a sperate sensor kit purchased previously for Arduino.
Arrivato puntuale come sempre. Confezione accurata. Ottimo la schedina con il bus che porta tutti i pin del ESP. Devo ancora provare la camera tra l’altro gi installata. Attenzione che se non serve usarla preferibile staccarla per evitare contrasti tra i pin utilizzati dalla camera. Per toglierla sollevate delicatamente verso l’alto la barretta nera che fa da cerniera quindi estraete delicatamente la camera.
Soy primerizo en la programacin y uso de este tipo de dispositivos, por lo que busque algo que me pudiera guiar en el paso a paso para desarrollo; totalmente recomendable que lo compres y uses los diferentes archivos de apoyo para sus tutoriales, de igual forma en el correo que viene de soporte responden en menos de 24 hrs, muy recomendado si eres principiante
I ordered the esp32 kit it arrived and all worked nice apart from the camera it seems it broke during the shipping, the seller replaced it I am leaving 5 stars 🙂
The tutorial walks you from blinking an LED to bluetooth and finally a WiFi webserver. Big colour pictures with clear and simple text examples including all the source in C++.
Le kit contient tous les lments pour commencer tout de suite. La description pdf est trs claire et complte. J’ai pris ce kit pour apprendre Arduino avant de n’avoir aucune exprience avec Arduino ou Raspberry and co. J’ai donc suivi les instructions pour installer Arduino IDE et installer les pilotes, puis j’ai essay les croquis pour installer la camra.
Au dbut j’avais des problmes de performances, aprs quelques recherches sur internet j’ai essay un autre cble micro-USB, depuis il fonctionne parfaitement. Au total, il m’a fallu environ une heure jusqu’au premier succs.
De plus, j’ai achet un dtecteur de mouvement et j’ai maintenant une camra d’observation d’animaux pas chre avec une bonne qualit d’image !
I bought this primarily for the ESP32-WROVER, the associated camera and the breadboard adapter. I was hoping to use the latter with my other ESP32 Dev kit C V4 boards, as they do not fit breadboards as they are too wide and one strip of pins in inaccessible. You cannot do this however, as the pinouts on the two boards are different.
Other than that, the kit seems good value and the tutorials are OK. While the manufacturer expects you to use the Arduino interface, with a bit of tweaking you can modify the sketches to work with the richer Platform IO and Microsoft Visual Studio Code environment.
J’ai dj un module ESP32 sur lequel je programme depuis quelques semaines. Ce qui m’intressait dans ce nouveau module c’est qu’il dispose de 4Mo de RAM additionnels en plus des 500kb+ habituels. Mme si cette mmoire supplmentaire semble s’exploiter de manire particulire elle offre quand mme un sacr bol d’air !
Rsultat des courses, 25 au lieu de 12 mais en prime une micro camra (que je n’ai pas encore teste) et surtout une expansion board qui est pas si mal puisque ce dispositif permet d’exploiter l’ESP32 sur une seule carte de prototypage (l’ESP32 tant large, elle requiert 2 cartes)
Il y a aussi quelques petits trucs en bonus : des leds, un capteur de je sais-pas-quoi, 2 buzzers, quelques rsistances.
Donc rapport qualit prix trs bien !
Voici la trace de l’exemple himem esp-idf
I (0) cpu_start: App cpu up.
I (1106) spiram: SPI SRAM memory test OK
I (1114) cpu_start: Pro cpu start user code
I (1114) cpu_start: cpu freq: 160000000
I (1114) cpu_start: Application information:
I (1117) cpu_start: Project name: himem_test
I (1122) cpu_start: App version: 1
I (1127) cpu_start: Compile time: Feb 15 2022 15:37:07
I (1133) cpu_start: ELF file SHA256: c9828c63da1c94a6…
I (1139) cpu_start: ESP-IDF: v4.4-beta1-282-gd1f1b03beb
I (1146) heap_init: Initializing. RAM available for dynamic allocation:
I (1153) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (1159) heap_init: At 3FFB2D08 len 0002D2F8 (180 KiB): DRAM
I (1166) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (1172) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (1179) heap_init: At 4008EFD4 len 0001102C (68 KiB): IRAM
I (1185) spiram: Adding pool of 3967K of external SPI memory to heap allocator
I (1194) spi_flash: detected chip: gd
I (1197) spi_flash: flash io: dio
I (1201) esp_himem: Initialized. Using last 4 32KB address blocks for bank switching on 4224 KB of physical memory.
I (1214) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (1223) spiram: Reserving pool of 32K of internal memory for DMA/internal allocations
Himem has 4224KiB of memory, 4224KiB of which is free. Testing the free memory…
Done!