Patrick Prémartin

Results 39 comments of Patrick Prémartin

After a lot of tests with this library and many others it finally works here with Orange LoRaWan network. I had to configure the device as "Generic_classA_RX2SF12", perhaps you have...

Hi Mathias, I have a problem with OTAA too (and I suppose there is a conflict with SD Card libraries, I’ll confirm it after some tests). Can you tell me...

Thanks. The MCCI LMIC library works for me on Orange Business Services LoRaWan network in France.

Thanks. For the others I fixed the problem for me by changing values to DevEui[], AppEui[] and AppKey[] global variables as first lines of setup() function. The last great limit...

For automating DevEui, I change it from ChipId with this code : uint64_t chipid = ESP.getEfuseMac(); for (int i = 0; i < 8; i++) { if (i < 2)...

s'inspirer de ce code provenant de https://github.com/DeveloppeurPascal/ASSCG-Data-Admin (et répercuter le changement dessus après) : ```pascal function TASSCGDBObject.GetId: string; var i, n: byte; begin if FId.isempty then for i := 1...

Hi Ian In the "about" of the repository (top of right column on repository page), I think filling the topics could increase visibility of this repository avec "delphi-sample" is used...

Hi. The structure for MySQL sample database is in https://github.com/Embarcadero/RADStudio11Demos/tree/main/Object%20Pascal/Database/FireDAC/DB/SQL/MYSQL/Northwind First import the tables and after the relations. For sample datas, you can import CSV files from https://github.com/Embarcadero/RADStudio11Demos/tree/main/Object%20Pascal/Database/FireDAC/DB/Data And you...

Thanks, I'll install a Seattle on a VM and will update the library soon.

Verrai comment je prend en charge pour iOS(macOS) / Android dès que possible mais en attendant on peut tenter avec le service de plateforme que j'ai mis sur https://github.com/DeveloppeurPascal/Delphi-Game-Engine Pour...