Charles

Results 155 comments of Charles

To be honest I do not have any rewards from PCBs.io since August 2020 so my guess they are not on business anymore because got boards never received So I...

Did you installed the dependencies as follow from the webdev folder ? `npm install mime httpdispatcher websocket`

@elmor34 does this issue can be closed ?

@igrr thanks for this help, I increased SPIFF size until it works, and worked with 192KB but that is so strange, because I've got this on my definition of `boards.txt`...

@aruznieto nice, so you've done all stuff only on chirpstack side, right? if so are you sending downlink? Would love to see your decoder/encoder shared :-)

thanks, I was hoping you send downlink, I know @disk91 will integrate chirpstack in his backend soon

OMG just retrieved I had prepared this job in node red, with distance calculation and gateway counts ![image](https://user-images.githubusercontent.com/2471931/191599642-19dd9f22-3dcb-4254-9565-a3578c02c153.png)

And here the function code with data from Chirpstack (so easily transposable to Chirpstack decoder), don't ask me where I found calculation distance function, don't remember, only I had to...

For now only for decoding going to my dashboard, but will use these calculated data to send thru downlink according @disk91 documentation ASAP

and here the working downlink (my node red specific but easy to adapt) ```js var data = Buffer.alloc(6); data[0] = msg.fc & 0xFF; // Frame Counter data[1] = msg.payload.minrssi +...