Page 2
Additional rights and obligations regarding this document and its contents may be defined by a separate written agreement with MCCI, and if so, such separate written agreement shall be controlling. The information in this document is subject to change without notice, and should not be construed as a commitment by MCCI.
ST-LINK/V2 in-circuit debugger/programmer ..............14 6.1.2 USB to Serial Cable ......................14 Software Requirements ........................15 Assembly Instructions ......................... 15 Configurations of Catena 4610 ......................17 Library Installation ........................17 Arduino IDE Setup ........................18 Programming Methods ....................... 21 9.3.1 ST-LinK ..........................
Page 4
Figure 16 BSP Installed ..........................20 Figure 17 Selection of device from list of boards ..................21 Figure 18 Catena 4610 connection with PC using STLink Debugger ............22 Figure 19 Catena 4610 connection with ST Link programmer ..............23 Figure 20 Configuration for upload using STLink programmer ..............
Based on the Murata CMWX1ZZABZ-078, and designed to be compatible with the Adafruit Feather family of development boards and accessories, the Catena 4610 is a great platform for LoRaWAN investigation and deployment. It works well with The Things Network, or any LoRaWAN 1.0 or 1.1 network in the 865 to 923 MHz range.
STM32L082 CPU (Cortex M0+, 32 MHz, 192K flash, 20K RAM) High quality RF engineering Certified for US and EU Compatible with IN866, AS923, AU921 bands Figure 2 Catena 4610 Description Integrated sensors Pressure Temperature ...
ST Micro tools may also be used. The Catena 4610 works well with and is tested with The Things Network (an open-source, user- owned IoT network based on LoRaWAN); but can be used with any LoRaWAN-compatible network. 3 Catena 4610 Pinouts...
Catena 4610 User Manual Engineering Report 234001177 Rev B Figure 3 Catena 4610 Pinout 3.1 Logic Pins 3.1.1 Connector JP1 JP1 is a 16 pin connector which has General Purpose I/O pin. PIN # Pin Function Analog Pin Digital Pin...
Catena 4610 User Manual Engineering Report 234001177 Rev B SPI2_NSS ADC2 A4_VBUS_MON Used to Monitor the VBUS ADC3 A3_VBAT_MON Used to Monitor the Battery Voltage(VBAT) ADC4/DAC1 GPIO ADC5/DAC2 GPIO GPIO 3.1.2 Connector JP3 PIN # Pin Function Analog Pin Digital Pin...
Catena 4610 User Manual Engineering Report 234001177 Rev B 3.2 Power Pin Pin Function Description PIN # Connector Ref # VREF+ Reference Voltage same as the logic Voltage (3.3V) The output from the voltage regulator VBUS 5V comes from VBAT...
Catena 4610 User Manual Engineering Report 234001177 Rev B 4 Power Source Any power source which provides 3.3V can be used to power Catena – 4610. In our application, we can use a Lithium polymer battery. Red Wire of the battery to the Power Supply...
Catena 4610 User Manual Engineering Report 234001177 Rev B Table 1 Antenna Specification Parameters Reference US Version EU Version IN Version AU Version AS Version Wire Color Yellow Green Blue Yellow Yellow Reference Number 123001007 123001069 123001070 123001007 123001007 Wire length 88.6...
Catena 4610 User Manual Engineering Report 234001177 Rev B Figure 6 uFL/SMA adapter cable 5.3 SMA If the user wants to install an SMA connector to the Catena board to use SMA antenna. Then install the SMA connector as shown in Error! Reference source not found.
Catena 4610 User Manual Engineering Report 234001177 Rev B 6 Additional Accessories Catena 4610 can also have some of the optional accessories for their connectors to have easy interface. 6.1 Programming Requirements 6.1.1 ST-LINK/V2 in-circuit debugger/programmer The ST-LINK/V2 (123001120) is an in-circuit debugger and programmer for the STM8 and STM32 microcontroller families.
ST-Link Debugger driver for windows can be downloaded from the link below: https://www.st.com/en/development-tools/st-link-v2.html USB to Serial converter for windows Zadig tool is required for programming Catena 4610 the tool can be downloaded from the link below: o https://zadig.akeo.ie Catena-Sketches for examples of all Catena devices (catena4612_simple.ino and...
Adjust for proper alignment and good cosmetics iii. Solder the remaining posts NOTE: Catena 4610 Base do not require male pin headers and screw terminals to be soldered (only whip antenna is sufficient for base board). However, user can solder them based on their setup requirement.
Table 2 USB to Serial Connection Catena4610 (JP1) USB - Serial cable (color) Black D0_RX Orange D1_TX Yellow 9 Configurations of Catena 4610 9.1 Library Installation Catena 4610 simple sketch requires the following libraries: Catena-Arduino-Platform Catena-mcciadk arduino-lorawan arduino-lmic ...
Catena 4610 User Manual Engineering Report 234001177 Rev B Adafruit_FRAM_I2C Adafruit_Sensor The above libraries can be cloned from https://github.com/mcci-catena or by executing the shell script “git-boot.sh” in the directory. It's easy to run, provided you're on Windows, macOS, or Linux, and provided you have git installed. We tested on Windows with git bash from https://git-scm.org, on macOS 10.11.3 with the git and bash...
3. Next, open the board manager. Tools>Board:...Search for MCCI’s BSPs 4. Install the latest BSP for MCCI Catena STM32 to add support for Catena 4610 in Arduino IDE. 5. MCCI Catena STM32 Boards should be installed from the Boards Manager.
9. Compile and Upload your sketch 9.3 Programming Methods Catena 4610 programming includes two methods ST-Link 9.3.1 ST-LinK Catena 4610 uses ST-Link V2 programmer for programming the firmware. Below is the connection between 4610 and ST-Link programmer - 21 -...
Engineering Report 234001177 Rev B Figure 18 Catena 4610 connection with PC using STLink Debugger Pin configurations of the ST-Link debugger with Catena 4610 are mentioned in Table 3 Table 3 Catena 4610 to STLink connection Catena 4610 ST-Link connection...
Catena 4610 User Manual Engineering Report 234001177 Rev B Figure 19 Catena 4610 connection with ST Link programmer Before uploading the code select the following options from Arduino IDE. TOOLS --> UPLOAD METHOD - STLink" && PROGRAMMER - "STLink (STM32L0)"...
Engineering Report 234001177 Rev B 9.3.2 DFU 1. Program the Catena 4610 using DFU mode, this mode requires Zadig tool the download link is mentioned above. 2. Once the tool is downloaded, Catena 4610 have to be configured to DFU mode (STM Bootloader) by pressing button BOOT0 and then RESET immediately.
Catena 4610 User Manual Engineering Report 234001177 Rev B Figure 23 Zadig driver replacement 7. Before uploading the code select the following options from Arduino IDE. TOOLS --> UPLOAD METHOD - DFU" && PROGRAMMER - "STM 32 BOOTLOADER" Figure 24 Configuration for upload using DFU mode Now the Sketch can be compiled and uploaded using DFU mode.
Catena 4610 User Manual Engineering Report 234001177 Rev B 9.4 Provisioning Steps After upload the sketch. Please follow the provisioning steps mentioned in the below link https://github.com/mcci-catena/Catena-Sketches/tree/master/catena4450m101_sensor#provision- your-catena-4450 Note: use platformguid “53ca094b-b888-465e-aa0e-e3064ec56d21” 9.5 TTN Registration Steps Please follow the steps mentioned in the below link to create an application in The Things Network https://github.com/mcci-catena/Catena-Sketches/tree/master/catena4450m101_sensor#getting-...
Need help?
Do you have a question about the Catena 4610 and is the answer not in the manual?
Questions and answers