main.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. /* USER CODE BEGIN Header */
  2. /**
  3. ******************************************************************************
  4. * @file : main.h
  5. * @brief : Header for main.c file.
  6. * This file contains the common defines of the application.
  7. ******************************************************************************
  8. ** This notice applies to any and all portions of this file
  9. * that are not between comment pairs USER CODE BEGIN and
  10. * USER CODE END. Other portions of this file, whether
  11. * inserted by the user or by software development tools
  12. * are owned by their respective copyright owners.
  13. *
  14. * COPYRIGHT(c) 2019 STMicroelectronics
  15. *
  16. * Redistribution and use in source and binary forms, with or without modification,
  17. * are permitted provided that the following conditions are met:
  18. * 1. Redistributions of source code must retain the above copyright notice,
  19. * this list of conditions and the following disclaimer.
  20. * 2. Redistributions in binary form must reproduce the above copyright notice,
  21. * this list of conditions and the following disclaimer in the documentation
  22. * and/or other materials provided with the distribution.
  23. * 3. Neither the name of STMicroelectronics nor the names of its contributors
  24. * may be used to endorse or promote products derived from this software
  25. * without specific prior written permission.
  26. *
  27. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  28. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  29. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  30. * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  31. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  32. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  33. * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  34. * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  35. * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  36. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  37. *
  38. ******************************************************************************
  39. */
  40. /* USER CODE END Header */
  41. /* Define to prevent recursive inclusion -------------------------------------*/
  42. #ifndef __MAIN_H
  43. #define __MAIN_H
  44. #ifdef __cplusplus
  45. extern "C" {
  46. #endif
  47. /* Includes ------------------------------------------------------------------*/
  48. #include "stm32f1xx_hal.h"
  49. /* Private includes ----------------------------------------------------------*/
  50. /* USER CODE BEGIN Includes */
  51. #include <stdint.h>
  52. #include <string.h>
  53. #include "sth30_crc.h"
  54. #include "SX1276.h"
  55. #include "RGB_Controller.h"
  56. /* USER CODE END Includes */
  57. /* Exported types ------------------------------------------------------------*/
  58. /* USER CODE BEGIN ET */
  59. typedef enum{ //LIMIT SET enum
  60. bluecell_stx = 0,
  61. bluecell_type,
  62. bluecell_length,
  63. bluecell_srcid,
  64. bluecell_red_H,
  65. bluecell_red_L,
  66. bluecell_green_H,
  67. bluecell_green_L,
  68. bluecell_blue_H,
  69. bluecell_blue_L,
  70. bluecell_dstid,
  71. bluecell_crc,
  72. bluecell_etx,
  73. }RGB_Protocol_t;
  74. typedef enum{ //LIMIT SET enum
  75. Location_stx = 0,
  76. Location_type,
  77. Location_length,
  78. Location_srcid,
  79. Location_Data,
  80. }RGB_Location_Protocol_t;
  81. /* USER CODE END ET */
  82. /* Exported constants --------------------------------------------------------*/
  83. /* USER CODE BEGIN EC */
  84. /* USER CODE END EC */
  85. /* Exported macro ------------------------------------------------------------*/
  86. /* USER CODE BEGIN EM */
  87. extern void Uart3_Data_Send(uint8_t* data,uint8_t size);
  88. extern void RGB_SensorIDAutoSet(uint8_t set);
  89. extern uint8_t RGB_SensorIDAutoGet(void);
  90. extern void Flash_write(uint8_t*);
  91. extern void LoraDataSendSet(uint8_t val);
  92. extern uint8_t LoraDataSendGet(void);
  93. extern void Uart2_Data_Send(uint8_t* data,uint8_t size);
  94. extern void Uart1_Data_Send(uint8_t* data,uint8_t size);
  95. extern void Lora_Initialize(void);
  96. /* USER CODE END EM */
  97. /* Exported functions prototypes ---------------------------------------------*/
  98. void Error_Handler(void);
  99. /* USER CODE BEGIN EFP */
  100. extern uint8_t MyControllerID;
  101. extern uint8_t SensorID;
  102. extern uint8_t Lora_Buf[100];
  103. extern I2C_HandleTypeDef hi2c2;
  104. extern volatile uint32_t LedTimerCnt;
  105. typedef enum{
  106. RGB_Status_Data_Request = 0x01,
  107. RGB_ControllerID_SET , //2
  108. RGB_SensorID_SET , //3
  109. RGB_SensorID_SET_Success, //4
  110. RGB_Status_Data_Response , //5
  111. RGB_ControllerLimitSet , //6
  112. RGB_Sensor_Start , //7
  113. RGB_Sensor_Check , //8
  114. RGB_Sensor_Ack, //9
  115. RGB_Reset, //10
  116. RGB_BootStart, //11
  117. RGB_ID_Allocate_Request, //12
  118. RGB_Lora_ControllerIDAmount_Report, //13 /* ??? */
  119. RGB_Location_Report, //14
  120. RGB_Location_Response, //15
  121. RGB_ControllerID_GET, //16
  122. RGB_Controller_Update_Ack, //17
  123. RGB_ControllerLimitGet , //18
  124. RGB_Lora_Init_Request, //19
  125. RGB_Lora_Init_Response, //20
  126. RGB_Lora_DataRequest, //21
  127. RGB_Lora_DataResponse, //22
  128. RGB_Lora_ConfigSet, //23
  129. RGB_Lora_ConfigGet, //24
  130. RGB_Controller_Init_Start , // = 25;
  131. RGB_Controller_Init_End , //= 26;
  132. RGB_GUI_SensorDataRequest, //27
  133. }RGB_CMD_T;
  134. typedef struct{
  135. uint8_t Request_stx;
  136. uint8_t Request_type;
  137. uint8_t Request_length;
  138. uint8_t Request_srcid;
  139. uint8_t Request_dstid;
  140. uint8_t Request_crc;
  141. uint8_t Request_etx;
  142. }LoraDataRequest_t;
  143. #define RGB_ControllerID_SET_Length 10
  144. #define RGB_SensorDataRequest_Length 7
  145. #define RGB_SensorIDAutoSetRequest_Length 7
  146. #define Lora_Max_Amount 5
  147. #define LORA_MAX_DATA_CNT Lora_Max_Amount + 3
  148. /*ID ?? */
  149. #define MY_ID_ADDRESS 0x0000
  150. /*?? ?? ?? */
  151. /*SENSOR 1 ADDRESS*/
  152. #define RGB1_LIMIT_RED_H_ADDRESS 0x0001
  153. #define RGB1_LIMIT_RED_L_ADDRESS 0x0002
  154. #define RGB1_LIMIT_GREEN_H_ADDRESS 0x0003
  155. #define RGB1_LIMIT_GREEN_L_ADDRESS 0x0004
  156. #define RGB1_LIMIT_BLUE_H_ADDRESS 0x0005
  157. #define RGB1_LIMIT_BLUE_L_ADDRESS 0x0006
  158. /*SENSOR 2 ADDRESS*/
  159. #define RGB2_LIMIT_RED_H_ADDRESS 0x0007
  160. #define RGB2_LIMIT_RED_L_ADDRESS 0x0008
  161. #define RGB2_LIMIT_GREEN_H_ADDRESS 0x0009
  162. #define RGB2_LIMIT_GREEN_L_ADDRESS 0x000A
  163. #define RGB2_LIMIT_BLUE_H_ADDRESS 0x000B
  164. #define RGB2_LIMIT_BLUE_L_ADDRESS 0x000C
  165. /*SENSOR 3 ADDRESS*/
  166. #define RGB3_LIMIT_RED_H_ADDRESS 0x000D
  167. #define RGB3_LIMIT_RED_L_ADDRESS 0x000E
  168. #define RGB3_LIMIT_GREEN_H_ADDRESS 0x000F
  169. #define RGB3_LIMIT_GREEN_L_ADDRESS 0x0010
  170. #define RGB3_LIMIT_BLUE_H_ADDRESS 0x0011
  171. #define RGB3_LIMIT_BLUE_L_ADDRESS 0x0012
  172. /*SENSOR 4 ADDRESS*/
  173. #define RGB4_LIMIT_RED_H_ADDRESS 0x0013
  174. #define RGB4_LIMIT_RED_L_ADDRESS 0x0014
  175. #define RGB4_LIMIT_GREEN_H_ADDRESS 0x0015
  176. #define RGB4_LIMIT_GREEN_L_ADDRESS 0x0016
  177. #define RGB4_LIMIT_BLUE_H_ADDRESS 0x0017
  178. #define RGB4_LIMIT_BLUE_L_ADDRESS 0x0018
  179. /*SENSOR 5 ADDRESS*/
  180. #define RGB5_LIMIT_RED_H_ADDRESS 0x0019
  181. #define RGB5_LIMIT_RED_L_ADDRESS 0x001A
  182. #define RGB5_LIMIT_GREEN_H_ADDRESS 0x001B
  183. #define RGB5_LIMIT_GREEN_L_ADDRESS 0x001C
  184. #define RGB5_LIMIT_BLUE_H_ADDRESS 0x001D
  185. #define RGB5_LIMIT_BLUE_L_ADDRESS 0x001E
  186. /*SENSOR 6 ADDRESS*/
  187. #define RGB6_LIMIT_RED_H_ADDRESS 0x001F
  188. #define RGB6_LIMIT_RED_L_ADDRESS 0x0020
  189. #define RGB6_LIMIT_GREEN_H_ADDRESS 0x0021
  190. #define RGB6_LIMIT_GREEN_L_ADDRESS 0x0022
  191. #define RGB6_LIMIT_BLUE_H_ADDRESS 0x0023
  192. #define RGB6_LIMIT_BLUE_L_ADDRESS 0x0024
  193. /*SENSOR 7 ADDRESS*/
  194. #define RGB7_LIMIT_RED_H_ADDRESS 0x0025
  195. #define RGB7_LIMIT_RED_L_ADDRESS 0x0036
  196. #define RGB7_LIMIT_GREEN_H_ADDRESS 0x0027
  197. #define RGB7_LIMIT_GREEN_L_ADDRESS 0x0028
  198. #define RGB7_LIMIT_BLUE_H_ADDRESS 0x0029
  199. #define RGB7_LIMIT_BLUE_L_ADDRESS 0x002A
  200. /*SENSOR 8 ADDRESS*/
  201. #define RGB8_LIMIT_RED_H_ADDRESS 0x002B
  202. #define RGB8_LIMIT_RED_L_ADDRESS 0x002C
  203. #define RGB8_LIMIT_GREEN_H_ADDRESS 0x002D
  204. #define RGB8_LIMIT_GREEN_L_ADDRESS 0x002E
  205. #define RGB8_LIMIT_BLUE_H_ADDRESS 0x002F
  206. #define RGB8_LIMIT_BLUE_L_ADDRESS 0x0031
  207. /*?? ?? */
  208. #define RGB1_LOCATION_ADDRESS 0x0032
  209. #define RGB2_LOCATION_ADDRESS RGB1_LOCATION_ADDRESS + 50
  210. #define RGB3_LOCATION_ADDRESS RGB2_LOCATION_ADDRESS + 50
  211. #define RGB4_LOCATION_ADDRESS RGB3_LOCATION_ADDRESS + 50
  212. #define RGB5_LOCATION_ADDRESS RGB4_LOCATION_ADDRESS + 50
  213. #define RGB6_LOCATION_ADDRESS RGB5_LOCATION_ADDRESS + 50
  214. #define RGB7_LOCATION_ADDRESS RGB6_LOCATION_ADDRESS + 50
  215. #define RGB8_LOCATION_ADDRESS RGB7_LOCATION_ADDRESS + 50
  216. /* Lora */
  217. #define RGB_LORA_FREQ_ADDRESS RGB8_LOCATION_ADDRESS + 50
  218. #define RGB_LORA_PABOOST_ADDRESS RGB_LORA_FREQ_ADDRESS + 1
  219. #define RGB_LORA_SF_ADDRESS RGB_LORA_PABOOST_ADDRESS + 1
  220. #define RGB_LORA_BANDWIDTH_ADDRESS RGB_LORA_SF_ADDRESS + 1
  221. #define RGB_LORA_LNA_ADDRESS RGB_LORA_BANDWIDTH_ADDRESS + 1
  222. #define Reserved_ADDRESS RGB_LORA_PABOOST_ADDRESS + 1
  223. /* USER CODE END EFP */
  224. /* Private defines -----------------------------------------------------------*/
  225. #define BOOT_LED_Pin GPIO_PIN_15
  226. #define BOOT_LED_GPIO_Port GPIOC
  227. #define IWDG_RESET_Pin GPIO_PIN_0
  228. #define IWDG_RESET_GPIO_Port GPIOC
  229. #define IWDG_RESET_EXTI_IRQn EXTI0_IRQn
  230. #define SX1276_DIO0_Pin GPIO_PIN_4
  231. #define SX1276_DIO0_GPIO_Port GPIOA
  232. #define SX1276_DIO1_Pin GPIO_PIN_5
  233. #define SX1276_DIO1_GPIO_Port GPIOA
  234. #define SX1276_DIO2_Pin GPIO_PIN_6
  235. #define SX1276_DIO2_GPIO_Port GPIOA
  236. #define SX1276_DIO3_Pin GPIO_PIN_7
  237. #define SX1276_DIO3_GPIO_Port GPIOA
  238. #define SX1276_DIO4_Pin GPIO_PIN_4
  239. #define SX1276_DIO4_GPIO_Port GPIOC
  240. #define SX1276_DIO5_Pin GPIO_PIN_5
  241. #define SX1276_DIO5_GPIO_Port GPIOC
  242. #define SX1276_RESET_Pin GPIO_PIN_0
  243. #define SX1276_RESET_GPIO_Port GPIOB
  244. #define LED_ALARM_Pin GPIO_PIN_12
  245. #define LED_ALARM_GPIO_Port GPIOB
  246. #define SENSOR_EN1_Pin GPIO_PIN_13
  247. #define SENSOR_EN1_GPIO_Port GPIOB
  248. #define SENSOR_EN2_Pin GPIO_PIN_14
  249. #define SENSOR_EN2_GPIO_Port GPIOB
  250. #define SENSOR_EN3_Pin GPIO_PIN_15
  251. #define SENSOR_EN3_GPIO_Port GPIOB
  252. #define SENSOR_EN4_Pin GPIO_PIN_6
  253. #define SENSOR_EN4_GPIO_Port GPIOC
  254. #define SENSOR_EN5_Pin GPIO_PIN_7
  255. #define SENSOR_EN5_GPIO_Port GPIOC
  256. #define SENSOR_EN6_Pin GPIO_PIN_8
  257. #define SENSOR_EN6_GPIO_Port GPIOC
  258. #define SENSOR_EN7_Pin GPIO_PIN_9
  259. #define SENSOR_EN7_GPIO_Port GPIOC
  260. #define SENSOR_EN8_Pin GPIO_PIN_8
  261. #define SENSOR_EN8_GPIO_Port GPIOA
  262. #define SX1276_NSS_Pin GPIO_PIN_15
  263. #define SX1276_NSS_GPIO_Port GPIOA
  264. #define LED_CH1_Pin GPIO_PIN_10
  265. #define LED_CH1_GPIO_Port GPIOC
  266. #define LED_CH2_Pin GPIO_PIN_11
  267. #define LED_CH2_GPIO_Port GPIOC
  268. #define LED_CH3_Pin GPIO_PIN_12
  269. #define LED_CH3_GPIO_Port GPIOC
  270. #define LED_CH4_Pin GPIO_PIN_2
  271. #define LED_CH4_GPIO_Port GPIOD
  272. #define SX1276_CLK_Pin GPIO_PIN_3
  273. #define SX1276_CLK_GPIO_Port GPIOB
  274. #define SX1276_MISO_Pin GPIO_PIN_4
  275. #define SX1276_MISO_GPIO_Port GPIOB
  276. #define SX1276_MOSI_Pin GPIO_PIN_5
  277. #define SX1276_MOSI_GPIO_Port GPIOB
  278. #define LED_CH5_Pin GPIO_PIN_6
  279. #define LED_CH5_GPIO_Port GPIOB
  280. #define LED_CH6_Pin GPIO_PIN_7
  281. #define LED_CH6_GPIO_Port GPIOB
  282. #define LED_CH7_Pin GPIO_PIN_8
  283. #define LED_CH7_GPIO_Port GPIOB
  284. #define LED_CH8_Pin GPIO_PIN_9
  285. #define LED_CH8_GPIO_Port GPIOB
  286. /* USER CODE BEGIN Private defines */
  287. #define buf_size 100
  288. /* USER CODE END Private defines */
  289. #ifdef __cplusplus
  290. }
  291. #endif
  292. #endif /* __MAIN_H */
  293. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/