Tilen Majerle
Tilen Majerle
Right now LwJSON expects data to be available so that after parsing you can do something useful. It needs full JSON dataset to properly parse it.
I'm pretty sure it opens docs.majerle.eu website.
Never tried this software, so can't recomment anything out of the box.
Aside using HAL for UART - do you also use HAL for other things when it works?
If you use debugger - do you see any UART error status bit set somewhere? Do you have any other interrupt that is not allowing this code to proceed?
Keil or IAR or CubeIDE are one of the IDEs. In case of GCC, you can debug even in command line.
It can be both actually - but there should be H735-DK demo in the repository for you to take a look. Did dyou debug the app - do you see...
> * Do I need to alter a lot of things? Likely yes - standardized commands will work (mostly the one for boot, etc), but the rest, mainly connection commands...
Multi at command for one functionality is pretty common indeed Look at my imolementation of connection start or for instance sending sms. There is a subcomnand routine that can set...
In order to be successful with multiple devices, we need to create a different way of commands: - Instead of direct command name (CIPSTART, CIPSTATUS, ...), an app should ask...