mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.2K
active users

#arduinoide

0 posts0 participants0 posts today

I finally managed to fix my "problem" with #LoRaWAN proof of concept end device. Basically my #archlinux settings with #arduinoide sucked so much, that even if it said it uploaded code, it didn't... I think it is a usb permission issue, but whatever, sometimes dualboot with windows has any more usage besides playing cs 2. Now I need to motivate myself to learn how to use linux ;) Thanks for any help!

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

Does this count as Christmas lights? ✨

Finally got back into playing with lights and started using the ESP8266 and one of the LED rings I had in my stash for several years.

I'm still an absolute beginner, so I'm happy it works at all 😂 (using Arduino IDE with an Adafruit library)
See you at 38c3

#nanoring #rgbled #codingnoob #arduinoide #microcontroller
instagram.com/reel/DD67Gc_NSVh

InstagramStarfish on Instagram: "Does this count as Christmas lights? ✨ Finally got back into playing with lights and started using the ESP8266 and one of the LED rings I had in my stash for several years. I downloaded some sample code, then modified it bit by bit. Got a little help with the math side (I never would have thought of using modulo on the index ...), will need some more for smooth transitions. Plan is to use external input to trigger effects — I have two small projects in mind; one would take an integer, the other one registering buttons pressed. Later, some art stuff. I'm still an absolute beginner, so I'm happy it works at all 😂 (using Arduino IDE with an Adafruit library) See you at 38c3 #nanoring #rgbled #codingnoob #arduinoide #microcontroller"0 likes, 0 comments - starfishskies on December 23, 2024: "Does this count as Christmas lights? ✨ Finally got back into playing with lights and started using the ESP8266 and one of the LED rings I had in my stash for several years. I downloaded some sample code, then modified it bit by bit. Got a little help with the math side (I never would have thought of using modulo on the index ...), will need some more for smooth transitions. Plan is to use external input to trigger effects — I have two small projects in mind; one would take an integer, the other one registering buttons pressed. Later, some art stuff. I'm still an absolute beginner, so I'm happy it works at all 😂 (using Arduino IDE with an Adafruit library) See you at 38c3 #nanoring #rgbled #codingnoob #arduinoide #microcontroller".
Continued thread

Ben de biraz sevineyim!

Raspberry Pi 5'te ilk defa Arduino çalıştırdım!

PyCharm ile PyGame oyun çalıştırdım, ama Arduino çalıştırmamıştım.

İlkler bir başka oluyor. ツ

Elbette ki ilk kart olarak Arduino UNO ve kod olarak da "blink" çalışıyor ツ

Kısa bir video çektim, ama 92MB videoyu mastodon'a yükleyemedim.

Birkaç gün sonra arşivimi alınca sileceğim facebook hesabıma yükledim!

Linkini eklesem mi?
facebook.com/aslankemalaslan/v

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!

I mean, i have been struggling with the tooling for #EmbeddedRust with the #ESP32c6 a bit lately (some of it was #NixOS) mostly to the still fast moving development and changes.
But overall the experience is quite nice compared to #Arduino and #ArduinoIDE.
In regards to tooling i think only #CircuitPython or #MicroPython came close.
I hope that i can get #Embassy working by the end of the week, then i should have a reproducible environment across my devices.
#RustLang #MicroControllers #IOT

Discovering the ESP32... They appear to be very affordable and extremely capable little boards, even if they need some creativity when placing on a breadboard as they are quite wide.

Anyway, I successfully installed the board in the Arduino IDE and got a blink sketch running.

Using the internet I visually matched my board to be a "DOIT ESP32 DEVKIT V1".

This RandomNerd tutorial was very useful:

randomnerdtutorials.com/instal

Chuffed, I am, immensely, oh yeah! 🎉

#esp32
#arduinoIDE
#RandomNerd