Pierre-Jean Guéno
Pierre-Jean Guéno
Are you sure your sensor is currently functioning ?   It should be the same number 5254....
I must proff read the code but it was already 6 months ago and I have never get any answer from Tera Group ever since. I am quite sure that...
Maybe you should come to my own repo: https://github.com/pjgueno/AirRohrFirmwareNextPM/ This part is important: `#if defined(ESP8266) && !NPM_READ serialSDS.begin(9600, SWSERIAL_8N1, PM_SERIAL_RX, PM_SERIAL_TX); serialSDS.enableIntTx(true); #endif #if defined(ESP8266) && NPM_READ serialSDS.begin(115200, SWSERIAL_8E1, PM_SERIAL_RX,...
Do I have to connect pin 5 (CS)? => No, it is useless in the last version of the internal firmware of the NextPM (I was told by someone at...
I need a bit of time to check my code. I tell you soon
Comment out #define PIN_CS D13 in ext_def.h Modify my last commit so : #if defined(ESP32) && defined(NPM_READ) //REVOIR CONDITION POUR DEVKIT && NPM_READ serialSDS.begin(115200, SERIAL_8E1, PM_SERIAL_RX, PM_SERIAL_TX); Debug.println("SERIAL_8E1"); // pinMode(PIN_CS,...
Thanks for your support. I think there was a commit mixing... "add the checkbox for the NPM in the GUI" => there was everything in my version. And I let...
@sumerland Are you still interested in the Next PM. I made a new branch: beta-nextpm. Would you like to check ? I will remove the copy/paste stuff. I am testing...
I think I have found: I put the init_config first to be able to change the Serial Name conditionnally => SDS pr NPM: `init_config(); if (cfg::npm_read) { #if defined(ESP8266) serialNPM.begin(115200,...
https://github.com/opendata-stuttgart/sensors-software/tree/beta-nextpm I reworked the whole code for another project: [https://github.com/aircarto/Nebulo](https://github.com/aircarto/Nebulo) It should work as is for WiFi transmission on ESP32 (unfortunately not on ESP8266) but DO NOT USE the LoRaWan...