Search found 23 matches
- Fri Jun 02, 2017 10:33 am
- Forum: ESP32 Arduino
- Topic: Info regarding BT and BLE
- Replies: 14
- Views: 28642
Re: Info regarding BT and BLE
I don't think there is yet, you can search the Arduino repo for the tickets where a lot of people request this. The situation seems to be that the underlying lib, IDF, does not yet have a stable API for it so the Arduino dev does not want to implement the lib until it stabilizes, but he's willing to...
- Thu Feb 16, 2017 5:04 pm
- Forum: News
- Topic: ESP32 "ESP-BLE-HELLO" DONE! 22 September 2016
- Replies: 4
- Views: 21934
Re: ESP32 "ESP-BLE-HELLO" DONE! 22 September 2016
Now create an Arduino component for BLE
- Wed Feb 08, 2017 4:19 pm
- Forum: ESP32 Arduino
- Topic: I can not get wificlient working
- Replies: 4
- Views: 12707
Re: I can not get wificlient working
That's how the Arduino WiFi client behaves, somehow the softAP is started
- Wed Jan 11, 2017 3:04 pm
- Forum: ESP32 Arduino
- Topic: Arduino ide and Bluetooth, avaible?
- Replies: 1
- Views: 6211
Re: Arduino ide and Bluetooth, avaible?
Hi,
The feature is not yet available for Arduino
I'm waiting for it as well, all I got is that it's a work in progress...
As far as I saw in the IDF forum, it doesn't work in that form either
The feature is not yet available for Arduino
I'm waiting for it as well, all I got is that it's a work in progress...
As far as I saw in the IDF forum, it doesn't work in that form either
- Thu Jan 05, 2017 7:51 pm
- Forum: ESP32 Arduino
- Topic: Info regarding BT and BLE
- Replies: 14
- Views: 28642
Re: Info regarding BT and BLE
Well, I think I would be grateful just for Arduino BLE support
Any other things would be a nice bonus.
I'm sure other people with more ideas for commercial products would ask for more features here
Any other things would be a nice bonus.
I'm sure other people with more ideas for commercial products would ask for more features here
- Thu Jan 05, 2017 5:31 pm
- Forum: ESP32 Arduino
- Topic: Info regarding BT and BLE
- Replies: 14
- Views: 28642
Re: Info regarding BT and BLE
Hi, Your description seems accurate from my basic understanding of how BLE works :) Since this is a school project, sending data from the ESP32 to the Android phone might be just enough. I have to think if there's any need for any initial configuration that might require the Android phone to send da...
- Thu Jan 05, 2017 4:41 pm
- Forum: ESP32 Arduino
- Topic: Info regarding BT and BLE
- Replies: 14
- Views: 28642
Re: Info regarding BT and BLE
I want to expose the values read from a BME280 and push them to an Android phone, and, as I understand, BLE is much more suitable for this than WiFi.
- Thu Jan 05, 2017 3:42 pm
- Forum: ESP32 Arduino
- Topic: Info regarding BT and BLE
- Replies: 14
- Views: 28642
Re: Info regarding BT and BLE
Any ETA on BT/BLE support?
I can barely wait
I can barely wait
- Thu Jan 05, 2017 12:26 pm
- Forum: ESP32 Arduino
- Topic: I2C driver has changes in components/esp32/include/soc/i2c_struct.h
- Replies: 2
- Views: 6561
Re: I2C driver has changes in components/esp32/include/soc/i2c_struct.h
I see a some changes were just committed and those might fix the issue.
I did a compile test with the Sparkfun BME280 lib and besides the MSBFIRST to SPI_MSBFIRST rename, it compiled.
I did a compile test with the Sparkfun BME280 lib and besides the MSBFIRST to SPI_MSBFIRST rename, it compiled.
- Thu Jan 05, 2017 11:41 am
- Forum: ESP32 Arduino
- Topic: I2C driver has changes in components/esp32/include/soc/i2c_struct.h
- Replies: 2
- Views: 6561
Re: I2C driver has changes in components/esp32/include/soc/i2c_struct.h
I think you should create a ticket for this.