B4R Question Support for Heltec CUBECELL (ASR650x) possibel ?

wolfX

Member
Licensed User
Longtime User
Heltec CUBECELL is a very interesting LORA Solution.
Small, cheap, very low current consumption.
It is Arduion compatibel.
Is there a chance to run under B4R ?
 

janderkan

Well-Known Member
Licensed User
Longtime User
If it is Arduino compatible then you can use it in B4R.
If you are going to use the display, a library that supports the display type must be available in B4R. (I think there are 1)
If you are going to use Lora, a library that supports the chip must be available in B4R. (I know there are 1)
If you are going to use LoraWan, a library that supports the chip must be available in B4R. (I know there are not 1)
 
Upvote 0

wolfX

Member
Licensed User
Longtime User
Thanks.

There are Models with and without Display.

I try CUEBCELL with Arduino -> its run.

Withs B4R it produce many Errors:


e.g.
(CubeCell-Board(HTCC-AB01) - COM3) Error

B4RDefines.h:11:20: fatal error: Client.h: No such file or directory
compilation terminated.
 
Upvote 0

wolfX

Member
Licensed User
Longtime User
Hi Jan.

I use the modul without Dispaly.

I try it with a minimal Code Snippet.

Did you has a Idea, where i found the client.h.
Respective, why i need this?

If i delte it from the B4RDefines.h,
it automaticly insert by itself.
 
Upvote 0
Top