sslupsky

Results 213 comments of sslupsky

@mbolivar I had a quick look and it surely looks relevant. Do you recall why it wasn't merged? The PR is labeled "draft" but it is not clear to me...

And the plotly heatmap please.

I am using the arduino CLI to compile. arduino-cli Version: 0.3.7-alpha.preview

The target is a MKRWAN1300 that uses the SAMD21 mcu.

I have bossac and bossash installed in /usr/local/bin. However, I am getting an error when I launch the bossa app: BOSSA cannot be opened because of a problem. Check with...

Does it work with Fusion 360 (.f3d) files?

This is a good idea. One matter to consider is the DMA library uses the event system. I recommend some thought go into an event system API concurrently with this....

Actually, there are many examples online where binary data is sent using AT commands. What is required is an AT command that sends the binary data payload, not ASCII HEX.

Yes, I agree, something like that. MKRWAN.h can handle the binary stream. With regard the power consumption, reducing the amount of data helps reduce power. I suppose downlink messages are...

I looked further into this. Is the McpsConfirm() function the correct place to send the "+ACK" response to the application? I've worked with the code a bit and I have...