Search found 2 matches

by hgijeon
Tue Jan 17, 2017 1:12 am
Forum: Sample Code
Topic: Bluetooth Classic - How to implement it!
Replies: 11
Views: 17083

Re: Bluetooth Classic - How to implement it!

Totally agree.
It will be really cool if this chip deals with BT classic spp!
Is there any small clue to implement BT classic? or the APIs haven't opened yet?

Thanks,
Henry
by hgijeon
Mon Jan 16, 2017 2:52 pm
Forum: ESP-IDF
Topic: ADC2 Implementation
Replies: 2
Views: 7127

Re: ADC2 Implementation

I think reading some arduino-core code might be helpful.
if statement of __analogRead() in https://github.com/espressif/arduino-es ... -hal-adc.c
and __analogInit() could solve the problem.