Hello
I will like to work with the wizzimote board (433MHz), based ona CC430. In fact I would like to use panstamp code. I can’t use panstamp board because by the moment is intended for 868MHz, and we want to work at 433MHz. We already own some wizzimotes.
After looking for documentation, I guess that for sure board.txt needs to be modified, and a new variant wizzimote with pins_energia.h should also be created.
My big problem, is that I don’t understand clearly how pins should be mapped in pins_energia.h . I looked for documentation but I didn’t find anything too clear by now.
Does anybody has any documentation about this? How pins are mapped?
Thank you
The Wizzimote board
// +-----------+
// VCC 1| |||| |20 PJ.3 GPIO0 (TCK)
// DOUT P2.1 2| |19 PJ.2 GPIO1 (TMS)
// DIN P2.0 3| |18 PJ.1 GPIO2 (TDI)
// TEST 4| |17 PJ.0 GPIO3 (TDO)
// RESET 5| |16 P2.6 ADIO4
// ADIO0 P2.5 6| |15 P2.7 ADIO5
// ADIO1 P2.4 7| |14 P1.0 GPIO4
// ADIO2 P2.3 8| |13 P1.1 GPIO5
// ADIO3 P2.2 9| |12 P1.2 GPIO6
// GND 10| |11 P1.3 GPIO7
// +-----------+
//
// LED1 -- P1.7
// LED2 -- P3.7
// LED3 -- P3.6
// SW1 -- P1.6
// SW2 -- P1.5
// SW3 -- P1.4