home.social

#arduinoide — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #arduinoide, aggregated by home.social.

  1. Bütün Kodlama çalışmalarım için sâdece Raspberry Pi 5 (Raspberry Pi OS) kullanıyorum.

    Artık PayGame ile Oyun yapamadığım için yüksek işlemciye de ihtiyacım yok!

    Hem zâten gerek yoktu!

    Raspberry yetiyordu ve onunla çalışabilen bir oyun yapınca her yerde rahat oynanabilecekti.

    #ArduinoIDE #geany #PyCharm #Thonny
    #cplusplus #python
    #raspberryPiOS #raspberrypi5_8gb

  2. @lucas111222

    Diejenigen die das könnten, programmieren ohne die #ArduinoIDE .

    Mit reinem C kann am #ATMEGA328P wesentlich viel mehr gemacht werden.

    Diejenigen die nicht programmieren können, nutzen ja die IDE weil Sie es nicht können.

    Somit auch nicht einen #Fork

    Ich sehe nicht das es einen geben wird der länger überlebt.

    Die breite Masse der #Arduino Nutzer werden den AGBs nachgeben weil sie es gewohnt sind.

    Siehe auch teures #Office365 versus z.B. #LibreOffice

  3. #VibeCoding und #VibeEngineering ist im Bereich der Produktivitätssteigerung durch Automatisierung in aller Munde. Doch dazu sind neue #FutureSkills notwendig, die die Steuerung cyberphysischer Systeme (Software/Hardware) und die KI-gestütze Programmierung (von #Excel, #Powerpoint bis Skripte, Software). Einige Gedanken, wie man diesen Muskel mit #ESP32 und #ArduinoIDE trainiert in einem neuen Blog-Beitrag: blog.dueckert.eu/2025/10/26/vi

  4. In Germany there we have this saying that talking about music is like dancing to architecture.

    In a simillar way, I find it rather difficult to describe to people why I prefer coding in a language which is usually considererd one or all of the following: old / outdated / dead / feeding-to-a-niche / hard-to-understand - but I will give it a last try:

    One of the things I like about the Forth programming language - in this case #esp32forth - is that you can easily add hardware specific words from the Arduino library.

    I was missing analogWrite, analogWriteFrequency and analogWriteResolution so I just added those.

    But aside from that, using Forth on the ESP32 makes prototyping so much easier: you save yourself the endless cycle of "code, compile, upload, test, code..." since you can actually write your code interactively on the device (using either the Block Editor or the Visual Editor).

    Being able to remotely connect to this development environment via either #Http or #Telnet just rounds it up for me.

    Maybe it's because it brings me back to the times when I was coding BASIC on my bedsit, but maybe it really is because it is a very efficient way to code ... 🤷‍♂️

    #Forth
    #ArduinoIDE
    #Coding

  5. One of the things that annoyed me when using #ESP32forth is that with recent versions of the #ArduinoIDE it is no longer possible to use plugins for uploading additional files to the #SPIFFS partition of the ESP32.

    There is a workaround solution for ESP32forth that allows a user to copy-paste code into the terminal, which is then stored on the filesystem - but that didn't convince me.

    So I spent the last two days tinkering with mkspiffs and esptool.py and finally found a way to not only upload files to the SPIFFS partition but also dumping files *from* that partition back to your computer. All from the command line, no ArduinoIDE and plugins required - see here:

    ufud.org/posts/2025-08-07-esp3

    #ESP32
    #Forth
    #ueforth

  6. a question to the #arduinio crowd: is there any working way for the current 2.3.6 #arduinoide to upload files to a #spiffs filesystem?

    Yes, I know there is arduino-esp32fs-plugin but this *does not* work with the current 2.3.6 IDE. It only worked with 2.0.

  7. a Code writing test using China's #deepseek

    I want to make a readout for my lathe that displays headstock spindle speed since I added a VFD motor to run it.

    Simple Arduino code to display on a 0.96" OLED driven by hall effect sensed pulses from a magnet on the shaft were OK but boring.

    I want a fancy looking analog meter on a round OLED display and realise that calls for something like an ESP32.

    Hearing about DeepSeek, I thought I'd give it a try, asking it to write me some code in my preferred Arduino IDE format.

    See Pastebin link for what it cam up with. I haven't tested it yet but it's very detailed with lots description on the choices it made.

    impressive!

    pastebin.com/embed_iframe/y9P1

    #Arduino #ArduinoIDE #ESP32 #GC9A01 #Programming

  8. Support for creating .tar and .tar.gz archives with ESP32-targz library is finally available for testing 🥳 🎉

    It will stay on an experimental branch until enough feedback is provided for the supported architectures (esp8266, rp2040, esp32)

    Request for feedback: please boost for visibility 🙏

    github.com/tobozo/ESP32-targz/

    #ESP32 #ESP8266 #RP2040 #RP2350 #ArduinoIDE #ArduinoLibrary

  9. (1/2) Heute mal einen #ws2812 #LEDStrip aus dem #esp32 Starter Paket programmiert. Das wäre so ein Use Case, den ich mir auch gut im #smarthome vorstellen könnte - dann aber mit #WLED integration.

    Anhand des Basis-Codes und KI ist man selbst als absoluter Beginner schnell am Ziel. In meinem Fall acht Farben in Knight Rider Optik anzuzeigen. Umgesetzt wurde das Ganze in der #arduinoIDE

    Ich hab den fertigen Code beigefügt, alles gut nachvollziehbar, wenn man es fertig hat.

    #esp32experiments

  10. Milestone!!

    This rather unspectacular screenshot shows my #FreeBSD desktop running #ArduinoIDE and #compiling #ESP8266 code (#Zimodem firmware). Serial communication also works, which is absolutely brilliant!

    It's been quite a ride until I got it all to work. It's a combination of the steps documented here:

    forums.freebsd.org/threads/a-g

    with additional info (checkout of #espressif 2.7.4 codebase) from here:

    imin.red/2021/05/12/compile-es

    but it also required me to set up #Linux compatibility (for the #xtensa compiler which is a Linux x86_64 binary) and modify arduino-builder before installing it from #ports

    I'll write down my steps in the next days, until then - if you have any questions - please comment. Thank you!

  11. İçinden Windows 10'u tamamen sildiğim masaüstü bilgisayarıma kurduğum Debian sürümü (Ubuntu tabanlı değil) 64bit LMDE6'ya;

    MicroPython için Thonny,
    PyGame ile Python çalıştırmak için PyCharm,
    ve bu gün de Arduino IDE'yi kurdum.

    Henüz yeni kurdum ve kart takmadım.

    #LMDE6 #Linux #Cinnamon
    #MicroPython #Thonny #Python3 #PyGame #PyCharm
    #Arduino #ArduinoIDE

  12. Şifrede numara yazdığımda numarayı yazmayıp, imleci en başa alıyor ve kalanları başa yazıyormuş!

    Tuhaf olan bir şekilde her seferinde giriş yaparken sorun yaşamıyordum da program yüklerken şifre istediğinde çalışmıyordu!

    Neyse sorunu çözdüğüme sevindim. LMDE6 ile bir ilgisi yokmuş!

    OBS Studio da yükledim. O da çalışıyor.

    Bu arada Raspberry Pi 5 muhafaza kutum ve diğer aparatları az önce kargo ile geldi.

    #LMDE6 #Cinnamon #Debian
    #Thonny #PyCharm #ArduinoIDE
    #RaspberryPi5 #RaspbianPi5

  13. Thonny tamam. Bakalım PyCharm ile Arduino IDE'yi de LMDE6'ya kurmayı başarabilecek miyim?

    Program kurarken şifremi kabul etmeyip kimlik doğrulama hatası vermesinin sebebini anladım, ama bu sefer de bu güne kadar Windows'ta bu hatayı almamış olmama şaşırdım!

    Eski Klavyemin Num Lock ışığı bozuldu yanmıyor. Dün geceden beri yeni işletim sistemi kurduğum için klavye de sıfırlanıyor.

    ...devamı yanıtta...

    #LMDE6 #Cinnamon #Debian
    #Thonny #PyCharm #ArduinoIDE

  14. ESP32 Partition Tool for #ArduinoIDE 1.8.x is now available in 14 languages 🥳

    some translations still need peer review

    please boost for visibility 🥺

    github.com/serifpersia/esp32pa

    #l10n #Arduino #PartitionEditor #Java #JDK8

  15. Well that's interesting...

    I think I have my board set right... I set it as a Nano on the IDE and have tried both the Nano settings. I have it on the right port too. It's just not working.

    Hmm... The Raspberry Pi definitely has a better IDE that's easier to use.

    avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00avrdude: stk500_recv(): programmer is not responding

    #arduino #Nano #nanoevery #arduinonano #arduinonanoevery #arduinoide

  16. @rommudoh great plan. I See you are working "up and bigger". I'm coming from the "other end" of the spectrum: I began using #RaspberryPi for temperature Sensors with #ds18b20 attached and programmed php web pages and a bit of python.

    Now I'm trying to get smaller and more energy efficient by learning to use and program #esp8266 especially the #d1mini and learning a bit #cplusplus and #arduinoide

  17. Ich hab' heute einfach mal etwas Dokumentation gelesen und mit #Arduino-IDE rumgespielt. Zumindest bin ich nicht zu blöd, das Board anzusprechen und ein beliebiges Beispielprogramm auszuführen.

    Dann suche ich mal nach Code, welcher den Sensor anspricht und mit einem energiesparenden Protokoll publiziert...



    #ESP8266
  18. An Affordable And Programmable PLC - We’re all used to general purpose microcontroller boards such as the Arduino or it... - hackaday.com/2022/12/08/an-aff #arduinohacks #arduinoide #stm32f103 #plc

  19. Add-On Makes ESP32 Camera Board Easier To Program - Don’t you just hate it when dev boards have some annoying little quirk that makes them harder to u... more: hackaday.com/2020/01/09/add-on #digitalcamerashacks #programming #arduinoide #esp32-cam #videowall #camera #serial #sketch #esp32 #reset #ftdi #gpio #usb