Suggestions about the Wiki Websites #69
Replies: 13 comments 10 replies
-
Am developing proofs-of-concept in precision irrigation (https://github.com/SoothingMist). Have successfully used Seeed sensors in LoRa remote monitoring. Want now to demonstrate Arduino Mega 2560 and sending complex data structures via LoRa. The sensor in question is an RGB camera. To date, I have been unable to find a combination of Mega, LoRa, and camera that is workable. Incombatibilities prevent the combinations tried to date. Does Seeed offer a camera/lora "kit" that is compatible with the Arduino Mega 2560? |
Beta Was this translation helpful? Give feedback.
-
I really love your little Seeed Modules, i'd love to use them for some projects, but sadly i'm currently running around it in circles because somehow i'm either to stupid or there are some problems deeper down i can't figure out. i'd love to use these Modules, especially the esp32c3 and esp32s3 with [ESPHome)(https://esphome.io/) and i saw, that you have a small example for the C3 Variant in the Wiki, sadly both of these boards seem to be quite unreliable running ESPHome, either they don't boot at all, go into bootloops, don't connect to Wifi, etc. I also had quite some problems to actually get logs out of these little boards through the usb connection because of the serial chip used, with the arduino platform i mostly got really low level bootloader logs that did not really help, the jtag/cdc was kinda only available with the esp-idf platform which on the other hand doesn't support the webserver yet. Could you please create a working example with working wifi/bluetooth & webserver for the s3 and c3 boards, that would be so awesome and also open these budget friendly little boards to so many possibilites. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Welcome to our product documentation platform! We value user feedback and contributions, so we couldn’t be more grateful that you can help us improving the documentation. Hence, if you find obvious errors in the product documentation, or you have additional ideas and insights about using products, please contribute to us. If you need technical support, you can email it to fae@seeed.cc. If you want to discuss the product, I recommend the Seeed Studio Forum and Seeed Studio Discord Channel The "Discussion channel" in Github here is a relatively new addition and may not receive much attention. |
Beta Was this translation helpful? Give feedback.
-
I got my MPU5060 accelerometer working (thru I2C) but now, I cannot for the life of me figure out how to get the MQTT protocol working. Any directions or tuturials would be extremely helpful. |
Beta Was this translation helpful? Give feedback.
-
Why I am not able to start the recording wen i plug the ESP32 S3 to the power plug |
Beta Was this translation helpful? Give feedback.
-
Nrf52 library mentioned in documentation is not available in arduino ide library manager and zip file link is not provided in ddocumentation |
Beta Was this translation helpful? Give feedback.
-
The echo cancellation effect of Respeaker Mic v2 is very poor |
Beta Was this translation helpful? Give feedback.
-
I found a code error on the Grove Light Sensor Wiki for the Arduino code: Grove_LED_Bar bar(3, 2, 0); // Clock pin, Data pin, Orientation Without the LED_BAR_10 it will not work. James |
Beta Was this translation helpful? Give feedback.
-
I adapted Marcelo Rovai's code using the Seeed Xiao ESP32-S3 Sense and the Round Display to display bounding boxes on the display while detecting objects using Edge Impulse Arduino Library. In my case, I noticed that the bounding boxes were appearing very small on the TFT display. After much investigation, I understood that, although the camera was set to a frame size of 240x240, somehow the coordinates on the display did not reflect this and gave the impression of being set to the camera's maximum resolution of 1600x1200. That's why I had to make the compensation, multiplying the width by 6 (6,667....) and the height by 5. Here is my code:
|
Beta Was this translation helpful? Give feedback.
-
Hello you missed for XIAO ESP32C6 in Wiki that the external antenna gets aktive. |
Beta Was this translation helpful? Give feedback.
-
Hi @MatthewJeffson , I see the provisioning methods have changed for the J4012 and J3010. These are devices that we support in balenaOS on L4T 35.4.1 and 35.5.0, and we'd like to update to Jetpack 6. Would it be possible to share:
Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi there, great stuff! |
Beta Was this translation helpful? Give feedback.
-
Hi, I adapted a micropython library for grove I2C motor driver TB6612FNG on ESP32. I especially wanted stepper motor control. |
Beta Was this translation helpful? Give feedback.
-
Welcome to our product documentation platform! We value user feedback and contributions, so we couldn’t be more grateful that you can help us improving the documentation.
Hence, if you find obvious errors in the product documentation, or you have additional ideas and insights about using products, please contribute to us.
As you may guess already, once you comment at the bottom of the wiki, a new discussion will arise here in the GitHub 'Discussions' channel. We want this function alive, as presenting the questions and solutions regarding the product you are looking at.
Nonetheless, we hope you find it helpful with the help of others. We will clean it up on a monthly basis.
Beta Was this translation helpful? Give feedback.
All reactions