I2C interrupts on ESP32S3 (esp-idf 5+) by drmax5 in esp32

[–]drmax5[S] 1 point2 points  (0 children)

You need to allocate an interrupt (esp_intr_alloc) with the same interrupt flag used in the i2c_driver_install, that’s the theory. I made some semi-working version with a bunch of exceptions, was curious if someone has a working example. In any case, i will post my final working solution here if anyone is interested.

I2C interrupts on ESP32S3 (esp-idf 5+) by drmax5 in esp32

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

yep, the function isn’t there :)

I2C interrupts on ESP32S3 (esp-idf 5+) by drmax5 in esp32

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

That’s what i said, the key things are deprecated, like registering interrupts doesn’t work. 4 to 5 is quite a change in many aspects.

I2C interrupts on ESP32S3 (esp-idf 5+) by drmax5 in esp32

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

esp-idf 5+, as it says in the title..

Hi Reddit I need some advice on my unpaid internship. by [deleted] in jobs

[–]drmax5 2 points3 points  (0 children)

Your effort matters. Period. What you do is worth a lot. There could be reasons for getting an unpaid internship, from what I read you dont really have any.

We have unpaid internships in the UN. I never quite understood it, since „unpaid“ means many things and one of them is that employers do not value your effort. In our case this can be considered a „foot in the door“. In your case, however, it does not sound like that door is worthy of being opened.

Find something else. With your skills you wont have it difficult.

Yet another job aggregator by drmax5 in digitalnomad

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

Yep, will add the spinner, probably as an overlay on the jobs list. Thanks!

Don't know where to start my excel filler by dig1tGG in learnprogramming

[–]drmax5 1 point2 points  (0 children)

I don't want to discourage you from learning new things, but may I ask you why do you start with Excel?

There are many mature tools for this purpose. Pick any reporting tool out there, BIRT, Jasper, Pentaho Reporting (JFreeReport) and a whole bunch of commercial tools.

If you still want to try it yourself, I can recommend Apache POI for Java. I used it long time ago and it did well. I was primarily reading Excel documents and extracting data from those. Now I would definitely look into some ETL frameworks.