Search found 184 matches

by tommeyers
Sun Oct 03, 2021 11:04 pm
Forum: ESP-IDF
Topic: MQTT + SSL + WSS
Replies: 4
Views: 2879

Re: MQTT + SSL + WSS

The sender sets the topic of a message. Others subscribe to a pattern of a topic. For example my iot device sends write topics with data to be written to a db. My Java program subscribes to writes and puts the data in a db. My mgmt program can send a who topic. My iot devices all subscribe to who to...
by tommeyers
Sun Oct 03, 2021 12:21 pm
Forum: ESP-IDF
Topic: MQTT + SSL + WSS
Replies: 4
Views: 2879

Re: MQTT + SSL + WSS

1) you made me curious; I found this: http://dagrende.blogspot.com/2017/02/fi ... p.html?m=1
2) I don't understand: when you make a phone call how do you know what to say?
3) one way: subscribe to topic for new certificates.

Tom Meyers
by tommeyers
Wed Sep 15, 2021 9:17 pm
Forum: General Discussion
Topic: What is the dot-product of two images?
Replies: 4
Views: 4041

Re: What is the dot-product of two images?

Investigate SVD

http://blog.kleinproject.org/?p=588

Please tell us what you think.

Tom
by tommeyers
Tue Sep 07, 2021 2:54 pm
Forum: ESP-IDF
Topic: external interrupt jitter
Replies: 15
Views: 64223

Re: external interrupt jitter

What we are getting at is called Ringing.

It occurs when one signal tries to set the value high and another to set it low. Do you have that?

Is the other processor setting it high and your code setting it low? It looks like it.

Tom
by tommeyers
Mon Sep 06, 2021 6:13 pm
Forum: ESP-IDF
Topic: external interrupt jitter
Replies: 15
Views: 64223

Re: external interrupt jitter

Can you describe it show the circuit for the source of the interrupt.

And maybe the scope image of the interrupt when not connected to gpio.

Tom
by tommeyers
Fri Sep 03, 2021 7:08 pm
Forum: General Discussion
Topic: Questions about BLE radio
Replies: 1
Views: 1620

Re: Questions about BLE radio

Really!? This is the third time today,/here I have suggested this: Google "esp32 ....." Like "esp32 nominal channel bandwidth" : https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.micronovasrl.com/wp-content/uploads/2020/11/R20126901.pdf&ved=2ahUKEwjejeSlv-PyAhUPWDABHbjBBlgQFnoECAcQAQ&...
by tommeyers
Fri Sep 03, 2021 7:02 pm
Forum: ESP32 Arduino
Topic: PCNT (Pulse Counter) example (arduino ide)
Replies: 5
Views: 10462

Re: PCNT (Pulse Counter) example (arduino ide)

I googled: "esp32 pulse count"

This looks promising: https://docs.espressif.com/projects/esp ... /pcnt.html

What did you look for?

Tom
by tommeyers
Fri Sep 03, 2021 6:57 pm
Forum: General Discussion
Topic: FreeRTOS how to manage multiple tasks
Replies: 1
Views: 1769

Re: FreeRTOS how to manage multiple tasks

What have you studied? What have you searched for?

Start with Google: "multitasking free rtos tutorial"

Maybe some multiprogramming: esp 32 has 2 + processors.

Lots of books available and classes too.
by tommeyers
Sun Aug 29, 2021 2:09 pm
Forum: ESP-IDF
Topic: Compiler does not recognize special character
Replies: 2
Views: 1510

Re: Compiler does not recognize special character

I don't remember using < > in include syntax.