Open tcpipchip opened 3 years ago
getting progress here! How can i ask to make and confirmation in my uplink data payload ?
is this right ?
Getting more and more progress here :)
Hi, my port to Asia Module (LOM204) looks that is working! I can make uplink and downlink but...
But i have a question
Packet queued 58445192: EV_TXCOMPLETE (includes waiting for RX windows) 59386563: EV_TXSTART Temperature: 13 Humidity 55 Packet queued 59541443: EV_TXCOMPLETE (includes waiting for RX windows)
After the EV_TXCOMPLETE message, should i receive the "Received ack" message ?
if (LMIC.txrxFlags & TXRX_ACK) Serial.println(F("Received ack"));
Must i config something else ?
Finally got the ACK! LMIC_setTxData2(1, mydata, sizeof(mydata)-1, true); //ask for ack (true) Running 100% on LOM204 :) Next step is to find out why consumptions is 8mA
Ported now to VISUINO
https://lom204-cli-wisol.blogspot.com/2022/01/importante-opcao-nao-oficial-da-wisol.html
Describe your question or issue
I am porting the MCCI to some asian modules.
// Pin mapping const lmic_pinmap lmic_pins = { .nss = RADIO_NSS, .rxtx = LMIC_UNUSED_PIN, .rst = RADIO_RESET, .dio = {RADIO_DIO_0, RADIO_DIO_1, RADIO_DIO_2}, };
Please give a clear and concise description of the problem you're facing and what you'd like help with.
Only to know the meaning for this message, becasue the message reach the server, but...looks that MCCI is waiting for something
EV_TXCOMPLETE (includes waiting for RX windows)
Environment
This information is very important; it's hard to help without a complete set of answers.