Search found 195 matches

by fasani
Wed Sep 22, 2021 5:48 am
Forum: Sample Code
Topic: How to Sniff binary data using ESP32
Replies: 6
Views: 30127

Re: How to Sniff binary data using ESP32

Wow Rudi, what a good detailed answer (takes his hat off)
by fasani
Tue Sep 21, 2021 8:31 pm
Forum: Sample Code
Topic: JPEG decoding research rom/tjpgd.h vs bitbank2/jpegdecoder
Replies: 1
Views: 13831

Re: JPEG decoding research rom/tjpgd.h vs bitbank2/jpegdecoder

Image

Demo of 1872*1404 epaper driven by It8951 and ESP32 using this JPG decoder example
by fasani
Tue Sep 21, 2021 8:28 pm
Forum: ESP-IDF
Topic: Support for "bearer" authentication type in https client [solved]
Replies: 3
Views: 4101

Re: Support for "bearer" authentication type in https client

Awesome! You can edit the first entry and add [Solved] or similar so you help to identify the entries that are still not resolved.
by fasani
Sat Sep 18, 2021 6:50 am
Forum: ESP RainMaker
Topic: [Solved] App Issues on Android Xiaomi miA3: Selecting WiFi network not possible
Replies: 7
Views: 25596

Re: [Solved] App Issues on Android Xiaomi miA3: Selecting WiFi network not possible

Hello ESP Piyush, Marked the issue as solved since it was mostly my fault. As you mention there was no Bluetooth but still my client managed to get to this screen in the App. How I don’t know, but as you can see I‘m not the only one that experienced this. So I’m sure there is a small bug somewhere. ...
by fasani
Sat Sep 18, 2021 6:38 am
Forum: ESP RainMaker
Topic: Generating a QR code
Replies: 1
Views: 13254

Re: Generating a QR code

Any news or move in this direction ESP Rainmaker team?
by fasani
Sat Sep 18, 2021 6:35 am
Forum: ESP-IDF
Topic: A guide on how to add a component into a project
Replies: 5
Views: 5539

Re: A guide on how to add a component into a project

First of all, I see you didn’t read the Build system like I recommended and just focused to solve the problem. But sometimes you need to put the problem aside and read documentation in order to come with a proper solution. Also the error is clearly indicating that the component is not found in that ...
by fasani
Fri Sep 17, 2021 12:45 pm
Forum: ESP-IDF
Topic: nvs_partition_config.csv now doesn't like quotation marks
Replies: 2
Views: 2132

Re: nvs_partition_config.csv now doesn't like quotation marks

I think you are safe removing the quotes. If you look at the default partitions they do not use quotes at all: https://github.com/espressif/esp-idf/tree/master/components/partition_table Other than that why in Windows is different I don't know, it shouldn't be, but truth to be told I don't use Windo...
by fasani
Fri Sep 17, 2021 12:39 pm
Forum: ESP-IDF
Topic: (resolved) simple cmake question (using subdirectories)
Replies: 6
Views: 5684

Re: simple cmake question (using subdirectories)

Maybe it will be the best that you upload this code in Github if you don't mind sharing. Because like this is hard to understand what you are trying to do and how is your local setup. But from the top of my head it will be possible to do this with CMake. Anyways if you add it "as a component" it wil...
by fasani
Tue Sep 14, 2021 10:29 am
Forum: Showcase
Topic: BlazeTrak - ESP32 with GPS, IMU, Altitude Sensor, USB and Data Logging
Replies: 15
Views: 83699

Re: BlazeTrak - ESP32 with GPS, IMU, Altitude Sensor, USB and Data Logging

Hi Kevin,

nice project!
I'm also interested to know if it has a battery charging circuit and what GPIOs are exposed, if you would like to add an epaper display or similar, to have a readable screen.

Would you mind sharing the circuit (KiCad or just a PDF) so we can take a more extensive look?
by fasani
Tue Sep 14, 2021 6:02 am
Forum: ESP-IDF
Topic: Help with secure Peer to Peer bidirectional communications on a local network: Websocket? MQTT? Other?
Replies: 2
Views: 2216

Re: Help with secure Peer to Peer bidirectional communications on a local network: Websocket? MQTT? Other?

Hi there! >Since I don't know the IP ahead of time, I can't sign a certificate with the proper IP, especially since this is bound to change. Can't you use MDNS so you can resolve the IP address? Just as the ESP32 Mesh lamps do. Reference: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/a...