wonder why I get only a ">erial1" on PuckJS CB34 if I try connecting via BlueFruit iOS app UART)
Do you have things wired up to your Puck.js? Generally it'd only be saying that (I guess it's trying to transmit Serial1) if the UART was enabled - see http://www.espruino.com/Puck.js#serial-console
If you've got stuff wired up to it (especially if that stuff is producing a changing signal on D29) then that could explain pretty much all your issues.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Do you have things wired up to your Puck.js? Generally it'd only be saying that (I guess it's trying to transmit
Serial1
) if the UART was enabled - see http://www.espruino.com/Puck.js#serial-consoleIf you've got stuff wired up to it (especially if that stuff is producing a changing signal on
D29
) then that could explain pretty much all your issues.