Search found 168 matches

by DrMickeyLauer
Wed Nov 13, 2024 1:02 pm
Forum: General Discussion
Topic: vTaskDelay below 10 ms
Replies: 3
Views: 795

Re: vTaskDelay below 10 ms

This might be interesting for you: https://github.com/mickeyl/esp-microsleep
by DrMickeyLauer
Mon Nov 04, 2024 1:15 pm
Forum: Hardware
Topic: ESP32-P4: Internal Ethernet MAC vs external SPI Ethernet controller
Replies: 4
Views: 1031

Re: ESP32-P4: Internal Ethernet MAC vs external SPI Ethernet controller

I've used the W5500 in some projects. It's a stable workhorse, but it requires quite some support circuitry and it lacks MDI-X.
by DrMickeyLauer
Mon Oct 07, 2024 11:49 am
Forum: General Discussion
Topic: usb ncm ethernet speed option
Replies: 5
Views: 2166

Re: usb ncm ethernet speed option

Oh, ok, in that case it might not be a high priority issue.
by DrMickeyLauer
Mon Oct 07, 2024 11:48 am
Forum: Sample Code
Topic: ethernet over USB
Replies: 3
Views: 2804

Re: ethernet over USB

That's not bad, thanks for the results and your work!
by DrMickeyLauer
Wed Oct 02, 2024 1:43 pm
Forum: General Discussion
Topic: usb ncm ethernet speed option
Replies: 5
Views: 2166

Re: usb ncm ethernet speed option

That's amazing. How can we pester Espressif to sync their port with upstream?
by DrMickeyLauer
Fri Sep 06, 2024 11:21 am
Forum: ESP-IDF
Topic: NVS Key values pairs
Replies: 8
Views: 2723

Re: NVS Key values pairs

ESP_Sprite wrote:
Fri Sep 06, 2024 10:13 am
atique wrote:
Fri Sep 06, 2024 8:16 am
while my partition size is just 0x1000.
That may be your problem: NVS needs at least 3 sectors and you're only giving it one.
Is this requirement documented?
by DrMickeyLauer
Fri Sep 06, 2024 11:20 am
Forum: ESP-IDF
Topic: VS CODE: use one source code for different devices (e.g. ESP32 WROOM, ESP32C6)
Replies: 3
Views: 1890

Re: VS CODE: use one source code for different devices (e.g. ESP32 WROOM, ESP32C6)

Care to elaborate? I'm always curious about ways to solve this problem. Conceptually, I like how platformio solves it, however I don't like the additional non-standard abstractions it comes with. I'm using different board directories where each of it has a dedicated `sdkconfig`, while the code direc...
by DrMickeyLauer
Thu Sep 05, 2024 1:57 pm
Forum: ESP-IDF
Topic: Netif traffic indicator
Replies: 5
Views: 2195

Re: Netif traffic indicator

I don't know. The PR has been merged back in April, so it's in master by now, but I don't know when they will backport it to the next release. Perhaps try asking on https://github.com/espressif/esp-idf/pull/13348
by DrMickeyLauer
Fri Jun 28, 2024 9:03 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF extension for Visual Studio Code 1.8.0
Replies: 1
Views: 4137

Re: ESP-IDF extension for Visual Studio Code 1.8.0

Thanks for the continued development of that. I think it's the best "middle ground abstraction" IDE.
by DrMickeyLauer
Fri Jun 28, 2024 9:02 am
Forum: General Discussion
Topic: whether ESP32-S3 support Apple homekit SDK?
Replies: 2
Views: 1468

Re: whether ESP32-S3 support Apple homekit SDK?

Technically yes, you can talk WiFi or BLE and implement an Apple HomeKit appliance with the ESP32-S3. Many manufacturers did that, e.g. have a look at the Tasmota firmware.

If you want to create a commercial device, you need to get the Apple certification though.