RAK online compiler for you to compile your customized firmware based on RUI

Hi @pablovilmac,

I’ve just sent an email to you.

Hi @Fomi,

Can I please have access to the online compiler?

Tim Baker
timm.bakerr (at) gmail (dot) com
RAK7204

Thanks,
Tim

Hi.
compiler is ok but on 5205 the at+set_config=device:gps_timeout: is not working.
any suggestion?
thanks

What did you get in return for sending the command?

Hi @FLorenzi,

Yes, in the latest version SDK, we’ve removed all of sensors, because we think that the sensors including GPS should be implemented in “Application” and open source, not in RUI SDK. That’s why this AT command can not work.

BTW, in the next version SDK, we’ll open source all AT commands as a part of “Allication”, so that you can customize the AT command as your usecase.

hi.
When will you release the new version of SDK?
I need to know if I can wait for it or implement another solution for the matter.

@All

We will upgrade the RUI Compile Server at UTC time 2019-10-16 01:00-06:00 and do not use it during this time.

We will reply here after the upgrade is complete.

Hi @FLorenzi,

For RAK811, we’ll release it in this week.
For RAK5205, we can release it next week, because it need 2 more days.

Hi,
[email protected] for RAK8212-M
Thanks

@All
I am very sorry that the online server is currently in the final testing phase and is scheduled to go online on 2019-10-17.

@All
The build server has been upgraded.

Please add me to the online compiler.

Kirby Kalbaugh [email protected] RAK7205

Hi @kkalbaugh,

Sorry for late.
I’ve just sent an email to you, please check.

Hi, Fomi,

I am using the code from:
Products_practice_based_on_RUI-master\based on RAK811\app_5205
and copied to: /home/rak10030/application/811-H

I just compiled for RAK811 using:
rak_rui_build 811-H


But there is compliant in the log.
Could you help me on this? The complete log is still there in my directory

…//Source/stm/STML151/application/at_cmd.c: In function ‘lora_join’:
…//Source/stm/STML151/application/at_cmd.c:115:5: error: too many arguments to function ‘rui_lora_get_status’

  • rui_lora_get_status(false,&app_lora_status);*
    
  • ^~~~~~~~~~~~~~~~~~~*
    

In file included from …//Source/stm/STML151/application/at_cmd.c:2:0:
…//Source/rui/rui.h:806:10: note: declared here

  • uint32_t rui_lora_get_status(RUI_LORA_STATUS_T status);
  •      ^~~~~~~~~~~~~~~~~~~*
    

…//Source/stm/STML151/application/at_cmd.c: In function ‘lora_region’:
…//Source/stm/STML151/application/at_cmd.c:174:5: error: too many arguments to function ‘rui_lora_get_status’

  • rui_lora_get_status(false,&app_lora_status);*
    
  • ^~~~~~~~~~~~~~~~~~~*
    

In file included from …//Source/stm/STML151/application/at_cmd.c:2:0:
…//Source/rui/rui.h:806:10: note: declared here

  • uint32_t rui_lora_get_status(RUI_LORA_STATUS_T status);
  •      ^~~~~~~~~~~~~~~~~~~*
    

…//Source/stm/STML151/application/at_cmd.c: In function ‘lora_send’:
…//Source/stm/STML151/application/at_cmd.c:242:5: error: too many arguments to function ‘rui_lora_get_status’

  • rui_lora_get_status(false,&app_lora_status);*
    
  • ^~~~~~~~~~~~~~~~~~~*
    

In file included from …//Source/stm/STML151/application/at_cmd.c:2:0:
…//Source/rui/rui.h:806:10: note: declared here

  • uint32_t rui_lora_get_status(RUI_LORA_STATUS_T status);
  •      ^~~~~~~~~~~~~~~~~~~*
    

stm/Makefile_stm32l151cb:247: recipe for target ‘_build/at_cmd.o’ failed
make: *** [_build/at_cmd.o] Error 1

Thanks and regards
Boh Lim

Hi @bohlimsim,

I think you have used this API “rui_lora_get_status” incorrectly.
Please have a look at the definition of this API in our online RUI API reference:
https://doc.rakwireless.com/developer-tools/developer-tools/rui-lora-get-status
As you see, there is only one parameter for this API, and the type of this parameter is uinit8_t.

Hi,

I just tried compiling the unmodifed sample code and got the same errors. It seems the example code for the RAK5205 will not compile.

Martin

The definition for “RUI_LORA_STATUS_T” seems to be missing from the rui.h file…

@All

We will upgrade the RUI Compile Server at UTC time 2019-10-22 01:00-06:00 and do not use it during this time.

Hey I would also like to apply for the Online compiler

Name: Tesla
Email: [email protected], [email protected]
Module used: [
RAK811 WisNode Lora Module & RAK7243C Pilot Gateway

Hi,

I didn’t change any code - was using the original codes.

I saw your team is doing some upgrade, will try later again to compile the codes (no code changes from me)

Thanks!

Thanks and regards

Boh Lim