Hi gordon
Thank you so much! It´s working! !!!
About NRF52832_MDK.py, can you help me to config to NINA BLE 112 ? I had config to work with ARDUINO, but i would like to config to NINA.
Can you help me ?
This is my NINA MAP
onst uint32_t g_ADigitalPinMap[] = { NC,//0 NC NC,//1 NC NINA_B1_GPIO_24,//2 i2c sda D14 NINA_B1_GPIO_25,//3 i2c scl D15 NINA_B1_GPIO_27,//4 AN2 NINA_B1_GPIO_23,//5 RXD D0 NINA_B1_GPIO_22,//6 TXD D1 NINA_B1_GPIO_21,//7 CTS D2 NINA_B1_GPIO_1,//8 LED1 D9 NINA_B1_GPIO_28,//9 D6 NINA_B1_GPIO_29,//10 D7 NINA_B1_GPIO_2,//11 SPI_CS D10 NINA_B1_GPIO_3,//12 SPI_MISO D12 NINA_B1_GPIO_4,//13 SPI_MOSI D11 NINA_B1_GPIO_5,//14 SPI_SCK D13 NC,//15 NC NINA_B1_GPIO_7,//16 LED/SWITCH NC,//17 NC NINA_B1_GPIO_8,//18 LED D4 NC,//19 NC NC,//20 NC NC,//21 NC NC,//22 NC NC,//23 NC NC,//24 NC NC,//25 NC NC,//26 NC NC,//27 NINA_B1_GPIO_16,//28 AN5 NINA_B1_GPIO_17,//29 AN4 NINA_B1_GPIO_18,//30 AN3 NINA_B1_GPIO_20 //31 RTS D3 };
@tcpipchip started
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.
Hi gordon
Thank you so much! It´s working! !!!
About NRF52832_MDK.py, can you help me to config to NINA BLE 112 ? I had config to work with ARDUINO, but i would like to config to NINA.
Can you help me ?
This is my NINA MAP
onst uint32_t g_ADigitalPinMap[] = {
NC,//0 NC
NC,//1 NC
NINA_B1_GPIO_24,//2 i2c sda D14
NINA_B1_GPIO_25,//3 i2c scl D15
NINA_B1_GPIO_27,//4 AN2
NINA_B1_GPIO_23,//5 RXD D0
NINA_B1_GPIO_22,//6 TXD D1
NINA_B1_GPIO_21,//7 CTS D2
NINA_B1_GPIO_1,//8 LED1 D9
NINA_B1_GPIO_28,//9 D6
NINA_B1_GPIO_29,//10 D7
NINA_B1_GPIO_2,//11 SPI_CS D10
NINA_B1_GPIO_3,//12 SPI_MISO D12
NINA_B1_GPIO_4,//13 SPI_MOSI D11
NINA_B1_GPIO_5,//14 SPI_SCK D13
NC,//15 NC
NINA_B1_GPIO_7,//16 LED/SWITCH
NC,//17 NC
NINA_B1_GPIO_8,//18 LED D4
NC,//19 NC
NC,//20 NC
NC,//21 NC
NC,//22 NC
NC,//23 NC
NC,//24 NC
NC,//25 NC
NC,//26 NC
NC,//27
NINA_B1_GPIO_16,//28 AN5
NINA_B1_GPIO_17,//29 AN4
NINA_B1_GPIO_18,//30 AN3
NINA_B1_GPIO_20 //31 RTS D3
};