BK3266 support #19
-
Hi, does this code (specifically cdc_arduino_ported_k9spud_vwcdpic_with_BK3254.ino) support BK3266 aswell? and does it support all BK3266 or only HY5066 HYT? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi it depends on what AT commands it is using, but I am using it HYT version, |
Beta Was this translation helpful? Give feedback.
-
it depends on version of micro you are using, refer to these defines: #if defined(AVR_ATmega88) || defined(AVR_ATmega88A) || defined(AVR_ATmega328) || defined(AVR_ATmega328A) || defined(AVR_ATmega328P) || defined(AVR_ATmega328PA) || defined(AVR_ATmega328PB) #if defined(AVR_ATmega324) || defined(AVR_ATmega324P) || defined(AVR_ATmega324A) || defined(AVR_ATmega324PA) || defined(AVR_ATmega324PB) bt module is connected to HW serial pins |
Beta Was this translation helpful? Give feedback.
Hi it depends on what AT commands it is using, but I am using it HYT version,