llo Ryan,
We are using:
1) Linux environment = Raspbian stretch OS, running on Raspberry Pi.
2) Ubiqua sniffer log = GwRptCmdBug.zip
(change the file extension to .cubx Refer packet number 801 and 2556)
3) gateway log =
Fullscreen …
Part Number: TI-15 Other Parts Discussed in Thread: LAUNCHXL-CC1352R1 Tool/software: Code Composer Studio Hi, I was following the wiki here to "Add New Sensor Support To Sub1GHz Sensor To Cloud Linux Gateway". I see that this wiki article is based on…
Hi. This C code works very well also on HDC1010 sensor, from datasheet the HDC1010 is software compatible with HDC1000, HDC1008 and HDC1050 . But there is an error on temperature formula: this row: printf("temperature: %.3f C\n", temp * (160.0/65536.0…
Part Number: LAUNCHXL-CC2650 Hello,
I am making a 6lowpan network by using 3(amount) LAUNCHXL-cc2650 devices and a raspberry pi-3, i want to take input from sensors and make a 6lowpan network between devices(LAUNCHPAD) and raspberry pi and send data…
Part Number: CC2530
Apparently the macro from hal_mcu.h shown below is not used which may explain why it is incorrect:
#define HAL_CRITICAL_STATEMENT(x) HAL_ENTER_CRITICAL_SECTION(s); HAL_EXIT_CRITICAL_SECTION(s);
There may be an impact that I did…
1. Do you run "git clone github.com/.../tools" to get cross compiler and tool chain for Raspberry Pi?
2. No, IAR limit version won't be able to build Z-Stack examples. You have to buy full IAR license.
Part Number: DLPDLCR2000EVM Dear Forum,
Ia am having a harrd time getting a response when accessing the DLP2000 evm from my Rpi3, "Raspberry Pi". Ihave used I2cset and I2cget to interact with the EVM.
I2cdetect identifies the 0x1b for the 2607 and…
Part Number: CC2652R Other Parts Discussed in Thread: UNIFLASH , LAUNCHXL-CC26X2R1 , Z-STACK I need to connect a smart window & door sensor (sensor maker: Sengled ) to a board CC2652R, and I don't know if there is any axample in Code COmpose Studio for…
If you only want to run Z-Stack Linux GW on Raspberry Pi, there is no need to rebuild full source code. You can run the script on a 32 bit Ubuntu PC and upload the binary to your Raspberry Pi to run it.
Part Number: CC2650STK Tool/software: Linux Hi all,
for a start, I'm not a deep dive developer, but I can adjust examples and follow HowTos! ;)
But then, here's what I got:
(multiple) CC2650STKs
Raspberry PI 3B+
What I'd like to achieve…