Search found 5 matches
- Thu Oct 25, 2018 3:31 pm
- Forum: General Discussion
- Topic: Implementation of 6LoWPAN using ESP32-devkitc v4
- Replies: 5
- Views: 10496
Re: Implementation of 6LoWPAN using ESP32-devkitc v4
One way possible for now is 6LoWPAN over BLE RFC7668. I did try myself with raspberry pi 3 (with forced ble activated) and it does work. Check out Benjamin Aigner work at https://es.technikum-wien.at/aignerb/esp32-rfc7668-public for esp-idf library you need to import BTstack library to inside folder...
- Wed Jul 25, 2018 12:22 am
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 940707
Re: What would you like to see in The Next Chip?
A must and perfect ESP32 would be nice to have BLE 5.0 and IEEE 802.15.4 support, wifi 5G can come later. Thank you.
- Wed Jul 25, 2018 12:08 am
- Forum: General Discussion
- Topic: Power consumption to high!
- Replies: 3
- Views: 7011
Re: Power consumption to high!
I've notice that firmware compiled using macOs has more consumption then if it was compiled under Linux or Windows, possible drivers issue. I'm not officialy esp32 staff but you should have a try to use USB 2.0 physical interface where you ESP32 is pulgin. Check your code. Tell us more how do you me...
- Mon Jul 23, 2018 1:08 pm
- Forum: General Discussion
- Topic: SNMP Private MIB.
- Replies: 6
- Views: 13810
Re: SNMP Private MIB.
Approved to public share and publish from my institution. Since noone did it or not able to share it, this is my example source code https://github.com/leandroadonis86/esp3 ... pv2c_agent . May apply also for ESP-8266 library with some few changes.
- Sun Jul 01, 2018 10:36 pm
- Forum: General Discussion
- Topic: SNMP Private MIB.
- Replies: 6
- Views: 13810
Re: SNMP Private MIB.
Hello, Just came to say I've tested in ESP32 protocol SNMPv2c with private MIB and works fine. Need some adjustments in the LwIP component library in ESP32 from the one avaliable here http://download.savannah.nongnu.org/releases/lwip/. I did for: ESP32_Core_board_V2 Version Framework ESP-IDF 3.0rc V...