Search found 156 matches

by hassan789
Mon Nov 05, 2018 12:24 am
Forum: General Discussion
Topic: Favorite IDE for debugging -- Eclipse, Visual Studio, or other?
Replies: 14
Views: 24988

Re: Favorite IDE for debugging -- Eclipse, Visual Studio, or other?

snahmad75 wrote:Does any of these IDE shows CPU utilisation per task/thread in real time.
yea, you can do that using eclipse with the systemview (via jtag) plugin.
by hassan789
Fri Nov 02, 2018 10:14 pm
Forum: ESP-IDF
Topic: CMake with CLion - working!
Replies: 7
Views: 15364

Re: CMake with CLion - working!

Great work. Been looking for an alternative to eclipse
by hassan789
Mon Oct 08, 2018 1:51 pm
Forum: General Discussion
Topic: [feature request] RF Testing tool to save setting in flash
Replies: 0
Views: 2247

[feature request] RF Testing tool to save setting in flash

The new RF testing tool GUI is great for testing RF (custom antenna performance, etc). However, for battery powered RF testing, when our device is being tested in a remote lab, we would like the ability to save the RF setting, so that they automatically start in (for example) CW mode on ch-6, 1mbps....
by hassan789
Wed Sep 26, 2018 3:59 pm
Forum: ESP-IDF
Topic: Unable to install PIP future or cryptography on msys32 for windows
Replies: 8
Views: 21709

Re: Unable to install PIP future or cryptography on msys32 for windows

Awesome, that did the trick.
Other than this warning, everything is looking good:

Code: Select all

WARNING: Toolchain version is not supported: crosstool-ng-1.22.0-80-g6c4433a5
Expected to see version: crosstool-ng-1.22.0-80-g6c4433a
by hassan789
Tue Sep 25, 2018 7:53 pm
Forum: ESP-IDF
Topic: Unable to install PIP future or cryptography on msys32 for windows
Replies: 8
Views: 21709

Unable to install PIP future or cryptography on msys32 for windows

Fresh install of msys32 toolchain on windows commit: 66fd7e9cc3d5327d94b5bf681100d1e3f2cf73e1 I am unable to install PIP "future" or "cryptography" already ran: pip install --upgrade setuptools python -m pip install --upgrade pip See attached pic. Any tips? File "C:/msys32/mingw32/lib/python2.7/dist...
by hassan789
Fri Sep 07, 2018 1:47 pm
Forum: General Discussion
Topic: Possible to start ESP in LR-softAP + WiFi-station?
Replies: 0
Views: 2323

Possible to start ESP in LR-softAP + WiFi-station?

I am trying to make an "ESP-router" for multiple sensors running on LR (250kbps long-range) protocol. I would like the ESP-router to connect to my WiFi as the source of the internet connection, while simultaneously being in LR-softAP, so that my sensors can send data to the ESP-router from long dist...
by hassan789
Sat Sep 01, 2018 3:36 am
Forum: General Discussion
Topic: FreeRTOS alternatives
Replies: 11
Views: 18195

Re: FreeRTOS alternatives

Deouss wrote:May I ask what is so special about NuttX ?
Never heard of it
It is a popular embedded OS for microcontrollers (unlike FreeRTOS, which is just the kernel, Nuttx is a full OS), that has a lot of features:
http://nuttx.org/
by hassan789
Sat Sep 01, 2018 3:30 am
Forum: General Discussion
Topic: Possible to force ESP32 to only be in 1mbps 802.11b mode?
Replies: 0
Views: 2420

Possible to force ESP32 to only be in 1mbps 802.11b mode?

Hi, Is it possible to force the ESP32 to stay in lowest supported mode by the AP? eg: stay in 1mbps 802.11b mode? The usecase is that as the device moves around, I would like to prioritize reliability, rather than speed. Usually the modulation rate will increase based on the RSSI. But since the RSSI...
by hassan789
Fri Aug 24, 2018 2:06 am
Forum: ESP-IDF
Topic: WiFi with automatic light sleep
Replies: 10
Views: 15406

Re: WiFi with automatic light sleep

if you can provide steps to reproduce the issue, and post on github, the devs can probably take a look.
by hassan789
Mon Aug 20, 2018 5:01 am
Forum: General Discussion
Topic: ESP32 DevKitC vs ESP32-PICO-KIT
Replies: 3
Views: 7008

Re: ESP32 DevKitC vs ESP32-PICO-KIT

Pico dev board is a "chip level" reference design, where as the devkit is a "module" based reference design. They both perform the same, but are different reference circuits for different use cases. For example, if you you will eventually make your own device (where size is a constraint), you may op...