Search found 98 matches

by bobolink
Thu Jun 10, 2021 10:48 am
Forum: General Discussion
Topic: FFT - iFFT
Replies: 3
Views: 3769

Re: FFT - iFFT

For complex numbers you can use the FFT for the IFT:
ift = conjugate, fft, conjugate, scale
Check a math book for details.
by bobolink
Sun Apr 18, 2021 4:26 pm
Forum: Hardware
Topic: ESP32-C3 revision engineering sample
Replies: 2
Views: 2908

Re: ESP32-C3 revision engineering sample

When I bought the ESP32-C3 DevKitM-1 they make you read a statement on what Engineering Sample means. I clicked through quickly but I think they’re saying not all features are present ( jtag debugging I think and not all specifications are met). You might not want to do BLE5 range tests for example....
by bobolink
Sun Apr 18, 2021 1:18 pm
Forum: Hardware
Topic: ESP32 with BLE5 support?
Replies: 8
Views: 7232

Re: ESP32 with BLE5 support?

I thought it might be a joke. I saw a sort of a Frankenstein board.
But on the internet it’s hard to tell a joke. I made sure it was not April 1.
A lot of functional redundancy. I missed the zig-bee gateway application.
I’ll stick with the ESP32-C3.
:D
by bobolink
Sat Apr 17, 2021 11:43 am
Forum: Hardware
Topic: ESP32 with BLE5 support?
Replies: 8
Views: 7232

Re: ESP32 with BLE5 support?

I’m confused
by bobolink
Mon Apr 05, 2021 10:48 am
Forum: General Discussion
Topic: ESP-IDF development with Apple M1 chip?
Replies: 3
Views: 7910

Re: ESP-IDF development with Apple M1 chip?

I had trouble with zsh but ordinary install worked with bash
chsh -s /bin/bash
Big Sur now defaults to zsh.
Couldn’t get fish to work with IDF either
by bobolink
Sat Apr 03, 2021 11:28 am
Forum: General Discussion
Topic: The future of ESP32 hardware revision(fixing annoying hardware issues?)
Replies: 7
Views: 6793

Re: The future of ESP32 hardware revision(fixing annoying hardware issues?)

What chip would you switch to instead of adding an external adc?
Exactly.
That’s a good question. Maybe it’s too difficult to put a good ADC a microcontroller.
by bobolink
Sun Mar 21, 2021 12:10 pm
Forum: Hardware
Topic: Building a smart watch using esp 32
Replies: 3
Views: 3485

Re: Building a smart watch using esp 32

I just saw this. I was waiting for the GPS version.
I wonder how they get those tiny maps in there :D

https://www.cnx-software.com/2021/03/21 ... rosd-slot/
by bobolink
Sun Mar 21, 2021 11:58 am
Forum: General Discussion
Topic: unable to open MENUCONFIG in vscode
Replies: 2
Views: 3831

Re: unable to open MENUCONFIG in vscode

I seem to remember it was something like:
pio run -t menuconfig
And the terminal needed to be resized.
But I haven’t used it in a while.

Edit. Oh, I was also using Platform IO with VS Code. So not much help I guess.
by bobolink
Wed Feb 03, 2021 12:50 pm
Forum: General Discussion
Topic: BLE low power status
Replies: 8
Views: 14068

Re: BLE low power status

This guy gets the best battery numbers. His ESP32 “Trig Board” spends its time off and is triggered on (by a RTC or sensor) sends a message, then turns off.
https://www.tindie.com/products/kdcircu ... -platform/
by bobolink
Sat Jan 23, 2021 12:50 pm
Forum: General Discussion
Topic: ESP32 was ahead of its time
Replies: 3
Views: 3802

ESP32 was ahead of its time

The internet is buzzing over some new silicon in a MCU from the Raspberry Pi foundation.
But this only emphasizes how far ahead the ESP32 was years ago. And may still be. Really. The M0+
Not perfect. The ADC and in-circuit debugging are troublesome.
But it has a radio in it!
:D