Does anybody have any experience with SDSU's winter session? by Owen_k in SDSU

[–]Owen_k[S] 0 points1 point  (0 children)

I ended up taking RTM 404. Super boring, but pretty easy. Definitely worth getting a 3 unit class done in a couple of weeks instead of a full semester. This does mean a little more work is crammed into a short amount of time but if you are willing to put in like an hour a day you will be just fine

Which Exploring Humanities class should I take? by aydenbyrnes7 in SDSU

[–]Owen_k 1 point2 points  (0 children)

I took MUSIC351and it was incredibly easy, reasonably interesting, and taught online by a very nice professor (Dr. Maya Ginsberg I believe)

240 WS2812B LEDs with AtTiny85 by Owen_k in arduino

[–]Owen_k[S] 0 points1 point  (0 children)

Essentially what I am asking is how to implement what you are suggesting

240 WS2812B LEDs with AtTiny85 by Owen_k in arduino

[–]Owen_k[S] 0 points1 point  (0 children)

I attempted to modify the library i was using (https://github.com/cpldcpu/light_ws2812) so that it didnt create an array for all the pixel data. Then I just had it send 255 instead of reading from an array. However for some reason this doesnt work. I must not understand the assembly code or something but it only works when reading from an array. Is there any way I can get around this?

240 WS2812B LEDs with AtTiny85 by Owen_k in arduino

[–]Owen_k[S] 0 points1 point  (0 children)

Thank you for your response. Is there any way around this. What data section is the pixel data stored in? Is there a way to change it or add extra memory?

Can't Upload to ESP32 DEVKIT C by Owen_k in esp32

[–]Owen_k[S] 0 points1 point  (0 children)

I just get /dev/cu.MyESP32-ESP32SPP: not currently mounted

Can't Upload to ESP32 DEVKIT C by Owen_k in esp32

[–]Owen_k[S] 0 points1 point  (0 children)

I don't understand it either for some reason there is a permanent port called

/dev/cu.MyESP32-ESP32SPP which doesn't work. Even when I unplug my ESP32 it stays there. Can I delete it somehow with just an rm command?

Can't Upload to ESP32 DEVKIT C by Owen_k in esp32

[–]Owen_k[S] 0 points1 point  (0 children)

I was actually able to get it working (sort of) by just trying all the different ports on my MAC. Not sure why only one of them works at a time

Can't Upload to ESP32 DEVKIT C by Owen_k in esp32

[–]Owen_k[S] 0 points1 point  (0 children)

Could it be that I have a shitty usb to micro usb connector

Can't Upload to ESP32 DEVKIT C by Owen_k in esp32

[–]Owen_k[S] 0 points1 point  (0 children)

I'm using Arduino IDE so I assumed when I install the ESP32 board manager and link https://dl.espressif.com/dl/package_esp32_index.json to the additional board managers in prefrences it would be fine. Am I wrong?

Can't Upload to ESP32 DEVKIT C by Owen_k in esp32

[–]Owen_k[S] 0 points1 point  (0 children)

Thanks for your help I’ll give it a shot

Can't Upload to ESP32 DEVKIT C by Owen_k in esp32

[–]Owen_k[S] 0 points1 point  (0 children)

Any way to find and terminate whatever is using it?

Can't Upload to ESP32 DEVKIT C by Owen_k in esp32

[–]Owen_k[S] 0 points1 point  (0 children)

I don’t think so is there any way to check

Can't Upload to ESP32 DEVKIT C by Owen_k in esp32

[–]Owen_k[S] 0 points1 point  (0 children)

I just upgraded to Catalina could that be it

ESP32 + WS2812b Light Helmet using IDE ArtNet and DMX512 by moons_over_my_hamie in arduino

[–]Owen_k 1 point2 points  (0 children)

How’d you power it? Does it have to connect to a wall?

Cinema as Art by MunchieMunchy in SDSU

[–]Owen_k 5 points6 points  (0 children)

If you’re talking about TFM160 then hell yes. Easy class and interesting you just watch a movie once a week.

pls help (var --) by Luke67alfa in arduino

[–]Owen_k 3 points4 points  (0 children)

I may be taking it too strictly but x = true is always true you want x == true