Search found 5 matches

by SteaLTH_INSteaD
Mon Mar 01, 2021 6:38 pm
Forum: ESP-IDF
Topic: Can I use Arduino HX711 Library in ESP-IDF?
Replies: 1
Views: 3000

Can I use Arduino HX711 Library in ESP-IDF?

Hi, I am moving from Arduino to ESP-IDF and I was wondering if its possible to use Bogde library instead of UncleRus for ESP-IDF. Arduino Bogde: https://github.com/bogde/HX711 ESP-IDF UncleRus: https://github.com/UncleRus/esp-idf-lib/tree/master/components/hx711 I was able to get some raw ADC data u...
by SteaLTH_INSteaD
Tue Oct 27, 2020 5:50 pm
Forum: ESP-IDF
Topic: Can't flash ESP32 on Ubuntu VirtualBox
Replies: 2
Views: 3916

Re: Can't flash ESP32 on Ubuntu VirtualBox

I tried next morning and it seems to be working now on ttyS1 instead of ttyUSB0!
My guess is that it should be ttyS instead of ttyUSB since it's Serial instead of USB even though it's connected to the USB port.
by SteaLTH_INSteaD
Tue Oct 27, 2020 3:54 am
Forum: ESP-IDF
Topic: Can't flash ESP32 on Ubuntu VirtualBox
Replies: 2
Views: 3916

Can't flash ESP32 on Ubuntu VirtualBox

Hi, I can't seem to flash ESP32-DevKitC on the VirtualBox with Windows 10 as the Host Machine and Ubuntu 20.04.1 as the Guest Machine after following multiple guides, including this one: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/establish-serial-connection.html After pl...
by SteaLTH_INSteaD
Mon Feb 24, 2020 3:37 am
Forum: General Discussion
Topic: What to do if resolution in GATT not high enough?
Replies: 1
Views: 2891

What to do if resolution in GATT not high enough?

Hi, For example let's says if I'm looking at height measurements which says it has a resolution in 0.01 meters, but I want 0.001 meter
https://www.bluetooth.com/wp-content/up ... height.xml
by SteaLTH_INSteaD
Sun Feb 16, 2020 4:33 am
Forum: ESP-IDF
Topic: How to include HX711 component library?
Replies: 1
Views: 3297

How to include HX711 component library?

I am having trouble including external component libraries. I was reading https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html - but still having trouble understanding all the file structures and flow. I am trying to include HX711 library from https://github.com/UncleRu...