Search found 5 matches
- Mon Mar 01, 2021 6:38 pm
- Forum: ESP-IDF
- Topic: Can I use Arduino HX711 Library in ESP-IDF?
- Replies: 1
- Views: 3684
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...
- Tue Oct 27, 2020 5:50 pm
- Forum: ESP-IDF
- Topic: Can't flash ESP32 on Ubuntu VirtualBox
- Replies: 2
- Views: 4774
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.
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.
- Tue Oct 27, 2020 3:54 am
- Forum: ESP-IDF
- Topic: Can't flash ESP32 on Ubuntu VirtualBox
- Replies: 2
- Views: 4774
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...
- Mon Feb 24, 2020 3:37 am
- Forum: General Discussion
- Topic: What to do if resolution in GATT not high enough?
- Replies: 1
- Views: 3167
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
https://www.bluetooth.com/wp-content/up ... height.xml
- Sun Feb 16, 2020 4:33 am
- Forum: ESP-IDF
- Topic: How to include HX711 component library?
- Replies: 1
- Views: 3756
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...