[iot] Compilation LoRaWAN-node-yah-tetaneutral-OTAA-JOIN-OK
Adrien van den Bossche
vandenbo at univ-tlse2.fr
Fri Oct 25 16:18:52 CEST 2019
Salut Christian,
je ne pense pas que tu travailles sur un Arduino Yah! (qui n'a jamais
été commercialisé par Snootlab) aussi il y a peut-être quelques
adaptations à faire dans le code pour que ton programme soit opérationnel.
Sur l'USB, ton port Série se trouve peut-être derrière Serial et non
SerialUSB.
Attention aussi à la structure lmic_pins dont le contenu varie d'un
câblage modem<>MCU à l'autre, donc d'un module Arduino à l'autre !
const lmic_pinmap lmic_pins = {
.nss = 8,
.rxtx = LMIC_UNUSED_PIN,
.rst = LMIC_UNUSED_PIN,
.dio = {3, 6, LMIC_UNUSED_PIN},
};
Adrien
Le 25/10/2019 à 15:37, Benjamin Freeman via iot a écrit :
> Bonjour Christian,
>
> Il me semble qu'il faille plutôt utiliser le code sur cette page :
> https://boulle.frama.io/LoRaWAN-tetaneutral/post/generic-lorawan-node-basic-join
>
> Benjamin
>
> Le ven. 25 oct. 2019 à 15:03, Christian Frabel via iot
> <iot at lists.tetaneutral.net <mailto:iot at lists.tetaneutral.net>> a écrit :
>
> Bonjour,
> Quand je tente de compiler le sketch en question j'obtiens cette
> erreur 'SerialUSB' was not declared in this scope
> Auriez-vous une idée ?
> Merci.
>
>
>
> Arduino : 1.8.10 (Linux), Carte : "Adafruit Feather M0, Arduino, Off"
>
> /home/cfrabel/src/LoRaWAN-node-yah-tetaneutral-OTAA-JOIN-OK-JN/LoRaWAN-node-yah-tetaneutral-OTAA-JOIN-OK-JN.ino:
> In function 'void onEvent(ev_t)':
> LoRaWAN-node-yah-tetaneutral-OTAA-JOIN-OK-JN:84:5: error:
> 'SerialUSB' was not declared in this scope
> SerialUSB.print(os_getTime());
> ^
> /home/cfrabel/src/LoRaWAN-node-yah-tetaneutral-OTAA-JOIN-OK-JN/LoRaWAN-node-yah-tetaneutral-OTAA-JOIN-OK-JN.ino:
> In function 'void do_send(osjob_t*)':
> LoRaWAN-node-yah-tetaneutral-OTAA-JOIN-OK-JN:183:9: error:
> 'SerialUSB' was not declared in this scope
> SerialUSB.println(F("OP_TXRXPEND, not sending"));
> ^
> LoRaWAN-node-yah-tetaneutral-OTAA-JOIN-OK-JN:187:9: error:
> 'SerialUSB' was not declared in this scope
> SerialUSB.println(F("Packet queued"));
> ^
> /home/cfrabel/src/LoRaWAN-node-yah-tetaneutral-OTAA-JOIN-OK-JN/LoRaWAN-node-yah-tetaneutral-OTAA-JOIN-OK-JN.ino:
> In function 'void setup()':
> LoRaWAN-node-yah-tetaneutral-OTAA-JOIN-OK-JN:193:5: error:
> 'SerialUSB' was not declared in this scope
> SerialUSB.begin(9600);
> ^
> Plusieurs bibliothèque trouvées pour "SPI.h"
> Utilisé :
> /home/cfrabel/.arduino15/packages/adafruit/hardware/samd/1.5.4/libraries/SPI
> Plusieurs bibliothèque trouvées pour "Adafruit_ZeroDMA.h"
> Utilisé :
> /home/cfrabel/.arduino15/packages/adafruit/hardware/samd/1.5.4/libraries/Adafruit_ZeroDMA
> Plusieurs bibliothèque trouvées pour "lmic.h"
> Utilisé : /home/cfrabel/arduino-1.8.10/libraries/arduino-lmic
> exit status 1
> 'SerialUSB' was not declared in this scope
>
>
>
> --
> Christian Frabel
> _______________________________________________
> iot mailing list
> iot at lists.tetaneutral.net <mailto:iot at lists.tetaneutral.net>
> https://lists.tetaneutral.net/listinfo/iot
>
>
> _______________________________________________
> iot mailing list
> iot at lists.tetaneutral.net
> https://lists.tetaneutral.net/listinfo/iot
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vandenbo.vcf
Type: text/x-vcard
Size: 524 bytes
Desc: not available
URL: <http://lists.tetaneutral.net/pipermail/iot/attachments/20191025/2818dcfd/attachment.vcf>
More information about the iot
mailing list