<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>X893</title><link>http://akb77.com/g/</link><description>X893 Site</description><generator>Graffiti CMS 1.3 Beta (build 1.3.0.0)</generator><lastBuildDate>Thu, 09 Apr 2026 17:09:16 GMT</lastBuildDate><item><title>Turing Smart Screen 3.5"</title><link>http://akb77.com/g/lcd/turing-smart-screen-3-5/</link><pubDate>Sat, 06 Dec 2025 09:35:00 GMT</pubDate><guid isPermaLink="true">http://akb77.com/g/lcd/turing-smart-screen-3-5/</guid><dc:creator>Admin</dc:creator><category domain="http://akb77.com/g/lcd/">LCD</category><description>&lt;p&gt;
	&lt;img alt="Turing Smart Screen 3.5"" src="http://akb77.com/g/files/media/image/Turing Smart Screen 3.5 inches.jpg" style="width: 896px; height: 424px;" /&gt;&lt;/p&gt;
</description></item><item><title>IoT LORAWAN Nano Tracker</title><link>http://akb77.com/g/iot/iot-lorawan-nano-tracker/</link><pubDate>Tue, 17 Nov 2020 13:13:00 GMT</pubDate><guid isPermaLink="true">http://akb77.com/g/iot/iot-lorawan-nano-tracker/</guid><dc:creator>Admin</dc:creator><slash:comments>9</slash:comments><category domain="http://akb77.com/g/iot/">IoT</category><description>&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	New nano tracker build on RAK4200 LORA module from RAK.&lt;/div&gt;
&lt;p&gt;
	Module size only 18x16 mm&lt;/p&gt;
&lt;p&gt;
	Contain Telit SE868 GPS module with integrated patch antenna, barometer (BMP280/BME280), light sensor (OPT3001), accelerometer (MMA8652/MMA8653), additional 4 MBytes flash for save data and firmware updates.&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/nanoTracker-0.jpg" style="width: 480px; height: 465px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/nanoTracker-0A.jpg" style="width: 480px; height: 288px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="nanoTracker" src="http://akb77.com/g/files/media/image/nanoTracker-1.jpg" style="width: 480px; height: 332px;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="nanoTracker" src="http://akb77.com/g/files/media/image/nanoTracker-2.jpg" style="width: 480px; height: 361px;" /&gt;&lt;/p&gt;
</description></item><item><title>Activate System Bootloader on RAK4200 (STM32L071KB)</title><link>http://akb77.com/g/stm32/systemboot-stm32l071/</link><pubDate>Wed, 08 Jul 2020 17:17:00 GMT</pubDate><guid isPermaLink="true">http://akb77.com/g/stm32/systemboot-stm32l071/</guid><dc:creator>Admin</dc:creator><slash:comments>0</slash:comments><category domain="http://akb77.com/g/stm32/">STM32</category><description>&lt;p&gt;
	&lt;span style="font-size:14px;"&gt;The System Bootloader in STM32L071KB (RAK4200) does a check of the BOOT0 bit and if BOOT0 is not set it checks the application at addresses 0x8010000 and 0x800000. If the stack pointer is in the SRAM range, the bootloader switches to the program in flash. Therefore, it is impossible to start the system bootloader without BOOT0&amp;nbsp;officially. But ...&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style="font-size:14px;"&gt;1. In the application, set the flag (MAGIC number) to go to the system bootloader on reset. The address must be greater than the stack pointer of the system loader (see 0x1FF00000).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; #define MAGIC_BOOT&lt;span style="white-space:pre"&gt; &lt;/span&gt;( (uint32_t *)( 0x20003000 ) )&lt;br /&gt;
	&amp;nbsp; &amp;nbsp; *MAGIC_BOOT = &lt;span style="color:#008000;"&gt;&lt;strong&gt;0xDEADBEEF&lt;/strong&gt;&lt;/span&gt;;&lt;br /&gt;
	&amp;nbsp; &amp;nbsp; NVIC_SystemReset( );&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
	&lt;div&gt;
		&lt;span style="font-size:14px;"&gt;2. After restart check MAGIC value and jump to system bootloader (startup_....s Keil IDE)&lt;/span&gt;&lt;/div&gt;
	&lt;div&gt;
		&amp;nbsp;&lt;/div&gt;
	&lt;div&gt;
		&lt;span style="font-family:courier new,courier,monospace;"&gt;MAGIC_BOOT&lt;span style="white-space:pre"&gt; &lt;/span&gt;EQU&lt;span style="white-space:pre"&gt; &lt;/span&gt;0x20003000&lt;/span&gt;&lt;/div&gt;
	&lt;div&gt;
		&amp;nbsp;&lt;/div&gt;
	&lt;div&gt;
		&lt;div&gt;
			&lt;span style="font-family:courier new,courier,monospace;"&gt;Reset_Handler&lt;span style="white-space:pre"&gt; &lt;/span&gt;PROC&lt;/span&gt;&lt;/div&gt;
		&lt;div id="cke_pastebin"&gt;
			&amp;nbsp;&lt;/div&gt;
		&lt;div id="cke_pastebin"&gt;
			&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; EXPORT&amp;nbsp; Reset_Handler&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[WEAK]&lt;/span&gt;&lt;/div&gt;
		&lt;div id="cke_pastebin"&gt;
			&amp;nbsp;&lt;/div&gt;
		&lt;div id="cke_pastebin"&gt;
			&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp; &amp;nbsp;R3, =MAGIC_BOOT&lt;/span&gt;&lt;/div&gt;
		&lt;div id="cke_pastebin"&gt;
			&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp; &amp;nbsp;R1, [R3, #0]&lt;/span&gt;&lt;/div&gt;
		&lt;div id="cke_pastebin"&gt;
			&amp;nbsp;&lt;/div&gt;
		&lt;div&gt;
			&lt;div id="cke_pastebin"&gt;
				&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; MOVS&amp;nbsp; &amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R0, #0&lt;/span&gt;&lt;/div&gt;
			&lt;div id="cke_pastebin"&gt;
				&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; STR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R0, [R3, #0]&lt;span style="white-space:pre"&gt; &lt;/span&gt;; clear for next reboot&lt;/span&gt;&lt;/div&gt;
			&lt;div id="cke_pastebin"&gt;
				&amp;nbsp;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div id="cke_pastebin"&gt;
			&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp; &amp;nbsp;R0, =&lt;span style="color:#f00;"&gt;&lt;strong&gt;0xDEADDEAD&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
		&lt;div id="cke_pastebin"&gt;
			&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; CMP&amp;nbsp; &amp;nbsp; &amp;nbsp;R1, R0&lt;/span&gt;&lt;/div&gt;
		&lt;div id="cke_pastebin"&gt;
			&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; BNE&amp;nbsp; &amp;nbsp; &amp;nbsp;UseNormalBoot&lt;/span&gt;&lt;/div&gt;
		&lt;div&gt;
			&amp;nbsp;&lt;/div&gt;
		&lt;div&gt;
			&lt;strong&gt;&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; ;&amp;nbsp;Undocumented entry into the System Bootloader&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
		&lt;div&gt;
			&amp;nbsp;&lt;/div&gt;
		&lt;div&gt;
			&lt;div id="cke_pastebin"&gt;
				&lt;span style="font-family:courier new,courier,monospace;"&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R0, =0x1FF00000&lt;span style="white-space:pre"&gt; &lt;/span&gt;; load SP SYSTEM FLASH&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
			&lt;div id="cke_pastebin"&gt;
				&lt;strong&gt;&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R1, [R0, #0]&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;; System Boot stack&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
			&lt;div id="cke_pastebin"&gt;
				&lt;strong&gt;&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; MSR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;MSP, R1&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
			&lt;div id="cke_pastebin"&gt;
				&amp;nbsp;&lt;/div&gt;
			&lt;div id="cke_pastebin"&gt;
				&lt;strong&gt;&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R0, =(0x1FF00466+1) ; Jump to internal System Bootloader&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
			&lt;div id="cke_pastebin"&gt;
				&lt;strong&gt;&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; BX&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ; Now you can use ST Flash Programmer to download main flash&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;
			&lt;div&gt;
				&amp;nbsp;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div&gt;
			&lt;div id="cke_pastebin"&gt;
				&lt;span style="font-family:courier new,courier,monospace;"&gt;UseNormal&lt;/span&gt;&lt;/div&gt;
			&lt;div&gt;
				&lt;span style="font-family:courier new,courier,monospace;"&gt;CPSIE&lt;span style="white-space:pre"&gt; &lt;/span&gt;I&lt;/span&gt;&lt;/div&gt;
			&lt;div id="cke_pastebin"&gt;
				&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R0, =__initial_sp&amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;; set stack pointer&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
			&lt;div id="cke_pastebin"&gt;
				&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; MSR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;MSP, R0&lt;/span&gt;&lt;/div&gt;
			&lt;div id="cke_pastebin"&gt;
				&amp;nbsp;&lt;/div&gt;
			&lt;div id="cke_pastebin"&gt;
				&lt;span style="font-family:courier new,courier,monospace;"&gt;&lt;span courier=""&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span courier="" white-space:=""&gt; &lt;/span&gt;&lt;span courier=""&gt;R0, =&lt;span style="color:#008000;"&gt;&lt;strong&gt;0xDEADBEEF&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/strong&gt;&lt;/span&gt;; the same value as set in application (see above)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
			&lt;div id="cke_pastebin"&gt;
				&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; CMP&lt;span style="white-space:pre"&gt; &lt;/span&gt;R1, R0&lt;/span&gt;&lt;/div&gt;
			&lt;div id="cke_pastebin"&gt;
				&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; BNE&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;AppStart&lt;/span&gt;&lt;/div&gt;
			&lt;div&gt;
				&amp;nbsp;&lt;/div&gt;
			&lt;div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; ; start SYSTEM FLASH bootloader&lt;/span&gt;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R4, =0x40021034&lt;span style="white-space:pre"&gt; &lt;/span&gt;; RCC_APB2ENR&lt;/span&gt;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; MOVS&amp;nbsp; &amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R5, #0x1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;; enable SYSCFG/COMP clock&lt;/span&gt;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; STR&lt;span style="white-space:pre"&gt; &lt;/span&gt;R5, [R4]&lt;/span&gt;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&amp;nbsp;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp; &amp;nbsp;R4, =0x40010000&lt;span style="white-space:pre"&gt; &lt;/span&gt;; SYSCFG&lt;/span&gt;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; MOVS&amp;nbsp; &amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R5, #0x1&lt;/span&gt;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; STR&amp;nbsp; &amp;nbsp; &amp;nbsp;R5, [R4]&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;; = 01, map SYSTEM FLASH (doesn&amp;#39;t really switch)&lt;/span&gt;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&amp;nbsp;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R0, =&lt;span style="color:#f00;"&gt;&lt;strong&gt;0xDEADDEAD ; Use for undocumented entry to System Bootloader&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; STR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R0, [R3, #0]&lt;/span&gt;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&amp;nbsp;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R0, =0x1FF00000&lt;span style="white-space:pre"&gt; &lt;/span&gt;; load SP and PC from SYSTEM FLASH&lt;/span&gt;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R1, [R0, #0]&amp;nbsp; &amp;nbsp; ; System Boot stack&lt;/span&gt;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; MSR&amp;nbsp; &amp;nbsp; &amp;nbsp;MSP, R1&lt;/span&gt;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R1, [R0, #4]&amp;nbsp; &amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;; System Bootloader Reset Entry&lt;/span&gt;&lt;/div&gt;
				&lt;div id="cke_pastebin"&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; BX&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="white-space:pre"&gt; &lt;/span&gt;R1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ; Start but really back to Reset_Handler from System Bootloader&lt;/span&gt;&lt;/div&gt;
				&lt;div&gt;
					&lt;span style="font-family:courier new,courier,monospace;"&gt;&lt;span courier=""&gt;&amp;nbsp; &amp;nbsp; B&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span courier="" white-space:=""&gt; &lt;/span&gt;&lt;span courier=""&gt;Reset_Handler&lt;/span&gt;&lt;span courier="" white-space:=""&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span courier=""&gt;; really never return&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
				&lt;div&gt;
					&lt;div id="cke_pastebin"&gt;
						&amp;nbsp;&lt;/div&gt;
					&lt;div id="cke_pastebin"&gt;
						&amp;nbsp;&lt;/div&gt;
					&lt;div id="cke_pastebin"&gt;
						&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; IMPORT&amp;nbsp; __main&lt;/span&gt;&lt;/div&gt;
					&lt;div id="cke_pastebin"&gt;
						&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; IMPORT&amp;nbsp; SystemInit&lt;/span&gt;&lt;/div&gt;
					&lt;div&gt;
						&amp;nbsp;&lt;/div&gt;
					&lt;div id="cke_pastebin"&gt;
						&lt;span style="font-family:courier new,courier,monospace;"&gt;AppStart&lt;/span&gt;&lt;/div&gt;
					&lt;div&gt;
						&lt;span style="font-family:courier new,courier,monospace;"&gt;&lt;span courier=""&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp; &amp;nbsp;R0, =SystemInit&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
					&lt;div id="cke_pastebin"&gt;
						&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; BLX&amp;nbsp; &amp;nbsp; &amp;nbsp;R0&lt;/span&gt;&lt;/div&gt;
					&lt;div id="cke_pastebin"&gt;
						&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; LDR&amp;nbsp; &amp;nbsp; &amp;nbsp;R0, =__main&lt;/span&gt;&lt;/div&gt;
					&lt;div id="cke_pastebin"&gt;
						&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; BX&amp;nbsp; &amp;nbsp; &amp;nbsp; R0&lt;/span&gt;&lt;/div&gt;
					&lt;div id="cke_pastebin"&gt;
						&amp;nbsp;&lt;/div&gt;
					&lt;div id="cke_pastebin"&gt;
						&lt;span style="font-family:courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; ENDP&lt;/span&gt;&lt;/div&gt;
					&lt;div&gt;
						&amp;nbsp;&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		&lt;div&gt;
			&amp;nbsp;&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
</description></item><item><title>IoT LORAWAN Micro Tracker</title><link>http://akb77.com/g/iot/iot-micro-tracker/</link><pubDate>Fri, 29 Jun 2018 09:50:00 GMT</pubDate><guid isPermaLink="true">http://akb77.com/g/iot/iot-micro-tracker/</guid><dc:creator>Admin</dc:creator><slash:comments>1</slash:comments><category domain="http://akb77.com/g/iot/">IoT</category><description>&lt;div&gt;
	New micro tracker build on RAK811 LORA module from RAK.&lt;/div&gt;
&lt;p&gt;
	Module size only 24x16 mm (or 27x16 with U.FL connector)&lt;/p&gt;
&lt;p&gt;
	Contain Telit SE868 GPS module with integrated patch antenna, barometer (BMP280/BME280), light sensor (OPT3001), accelerometer (MMA8652/MMA8652), additional 4 MBytes flash for save data and firmware updates.&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/CT7/CT7-2.jpg" style="width: 480px; height: 315px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Additional small solar panel (20x6 mm) with LTC3105 burst controller for charge battery.&lt;img alt="" src="http://akb77.com/g/files/media/image/CT7/solar-1.jpg" style="width: 480px; height: 198px; border-width: 0px; border-style: solid;" /&gt;&lt;br /&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/CT7/solar-2.jpg" style="width: 480px; height: 216px; border-width: 0px; border-style: solid;" /&gt;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Additional development board with pogo pins for debug and test (with or without RAK811 module).&lt;/div&gt;
&lt;div&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/CT7/IMG_20180630_120136.jpg" style="width: 480px; height: 360px; border-width: 0px; border-style: solid;" /&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/CT7/IMG_20180630_120218.jpg" style="width: 480px; height: 360px; border-width: 0px; border-style: solid;" /&gt;&lt;/div&gt;
</description></item><item><title>BB Blue LORAWAN Gateway</title><link>http://akb77.com/g/rf/bb-blue-lorawan-gateway/</link><pubDate>Sun, 13 May 2018 12:28:00 GMT</pubDate><guid isPermaLink="true">http://akb77.com/g/rf/bb-blue-lorawan-gateway/</guid><dc:creator>Admin</dc:creator><slash:comments>0</slash:comments><category domain="http://akb77.com/g/rf/">RF</category><description>&lt;p&gt;
	LORAWAN gateway (with integrated GPS) on custom board and BeagleBone Blue.&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="LORAWAN gateway" src="http://akb77.com/g/files/media/image/1526213917621.JPEG" style="width: 520px; height: 390px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="LORAWAN gateway" src="http://akb77.com/g/files/media/image/1526213917705.JPEG" style="width: 520px; height: 390px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/1526213917782.JPEG" style="width: 520px; height: 390px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
</description></item><item><title>Fix error in J-Link OB-STM32F072-CortexM from 26/09/2016</title><link>http://akb77.com/g/stm32/fix-jlink-ob-09262016/</link><pubDate>Mon, 06 Feb 2017 00:35:00 GMT</pubDate><guid isPermaLink="true">http://akb77.com/g/stm32/fix-jlink-ob-09262016/</guid><dc:creator>Admin</dc:creator><slash:comments>4</slash:comments><category domain="http://akb77.com/g/stm32/">STM32</category><description>&lt;p&gt;
	The latest version of firmware for the J-Link OB-STM32F072-CortexM to 26 September 2016 contains an error in the implementation of the COM transmission.&lt;/p&gt;
&lt;p&gt;
	To fix you need to change a few bytes:&lt;/p&gt;
&lt;p&gt;
	Address &amp;nbsp; Old New&lt;/p&gt;
&lt;div id="cke_pastebin"&gt;
	0800BD90: 90 00&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	0800BD91: 20 BF&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	0800BD92: C0 00&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	0800BD93: 05 BF&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	0800BD94: 01 00&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	0800BD95: 68 BF&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	0800BD96: 6F 00&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	0800BD97: 4A BF&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	0800BD98: 0A 00&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	0800BD99: 40 BF&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	0800BD9A: 02 00&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	0800BD9B: 60 BF&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	It may also need to connect PA7 with ground.&lt;/div&gt;
</description></item><item><title>LORAWAN and Satellite microtrackers</title><link>http://akb77.com/g/gps/lora-stx3-microtrackers/</link><pubDate>Mon, 19 Sep 2016 17:05:00 GMT</pubDate><guid isPermaLink="true">http://akb77.com/g/gps/lora-stx3-microtrackers/</guid><dc:creator>Admin</dc:creator><slash:comments>9</slash:comments><category domain="http://akb77.com/g/gps/">GPS</category><description>&lt;p&gt;
	New versions of microtrackers:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
		LORAWAN - based on iM-880A-L module&lt;/li&gt;
	&lt;li&gt;
		Satellite - based on STX3 module from GlobalStar&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;LORAWAN version&lt;/strong&gt; (not complete).&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
		Size:22 x 30 mm&lt;/li&gt;
	&lt;li&gt;
		iM880A-L MCU + SX1276&lt;/li&gt;
	&lt;li&gt;
		GPS module ORG1411&lt;/li&gt;
	&lt;li&gt;
		Accelerometer&lt;/li&gt;
	&lt;li&gt;
		Magnetometer&lt;/li&gt;
	&lt;li&gt;
		Altimeter&lt;/li&gt;
	&lt;li&gt;
		Flash 16MB&lt;/li&gt;
	&lt;li&gt;
		Solar panel charger&lt;/li&gt;
	&lt;li&gt;
		MicroUSB (host serial and charge)&lt;/li&gt;
	&lt;li&gt;
		Reed switch&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LORA-1.jpg" style="width: 640px; height: 475px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LORA-2.jpg" style="width: 640px; height: 466px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;Satellite version&lt;/strong&gt; (not complete)&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
		Size:: 22 x 30 mm (w/o antenna)&lt;/li&gt;
	&lt;li&gt;
		EFM32G210F128 processor&lt;/li&gt;
	&lt;li&gt;
		GPS module ORG1411&lt;/li&gt;
	&lt;li&gt;
		Accelerometer&lt;/li&gt;
	&lt;li&gt;
		Flash 16MB&lt;/li&gt;
	&lt;li&gt;
		Solar panel charger&lt;/li&gt;
	&lt;li&gt;
		Reed switch&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/STX3.jpg" style="width: 640px; height: 452px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;div id="cke_pastebin"&gt;
	LORA version has 22 x 30 x 6 mm&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	1 &amp;ndash; REED switch (deep sleep/normal or other functions)&amp;nbsp;&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	2 &amp;ndash; GPS module with antenna ORG-1411&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	3 &amp;ndash; Backup flash chip with 4-16 Mbyte&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	4 &amp;ndash; microUSB for charger and to iM880A module&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	5 &amp;ndash; Solar panel controller&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	6 &amp;ndash; Altimeter MPL3115A2&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	7 &amp;ndash; Accelerometer MMA8652&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	8 &amp;ndash; Magnetometer MAG3110&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	8(wires) &amp;ndash; Solar panel wires&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	9 &amp;ndash; Battery wires&lt;/div&gt;
&lt;div id="cke_pastebin"&gt;
	10 &amp;ndash; LED (one for charger and one for custom functions)&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/uLORA.png" style="width: 640px; height: 406px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	To be continued ...&lt;/p&gt;
</description></item><item><title>Neoway SL720 433MHz</title><link>http://akb77.com/g/rf/sl720/</link><pubDate>Fri, 13 May 2016 22:28:00 GMT</pubDate><guid isPermaLink="true">http://akb77.com/g/rf/sl720/</guid><dc:creator>Admin</dc:creator><slash:comments>1</slash:comments><category domain="http://akb77.com/g/rf/">RF</category><description>&lt;p&gt;
	Schematic for cheapest (10$)&amp;nbsp;&lt;strong&gt;&lt;a href="http://www.neoway.com/en/product/detail.aspx?id=100000026797127&amp;amp;nodecode=105010009" target="_blank"&gt;Neoway LORA module SL720&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;
	Firmware for &lt;strong&gt;&lt;a href="http://akb77.com/g/files/media/file/SL720_A2P0E000_V0120.zip"&gt;P2P mode&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	Firmware for &lt;strong&gt;&lt;a href="http://akb77.com/g/files/media/file/SL720_A2S0E000_V0120.zip"&gt;STAR mode&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;&lt;img alt="" src="http://akb77.com/g/files/media/image/sl720-2.jpg" style="width: 594px; height: 382px; border-width: 0px; border-style: solid;" /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;a href="http://akb77.com/g/files/media/image/SL720.png" target="_blank"&gt;&lt;img alt="" src="http://akb77.com/g/files/media/image/SL720.png" style="width: 480px; height: 383px; border-width: 0px; border-style: solid;" /&gt;&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>LORAWAN - Second step</title><link>http://akb77.com/g/iot/lorawan-second/</link><pubDate>Wed, 16 Mar 2016 17:34:00 GMT</pubDate><guid isPermaLink="true">http://akb77.com/g/iot/lorawan-second/</guid><dc:creator>Admin</dc:creator><slash:comments>0</slash:comments><category domain="http://akb77.com/g/iot/">IoT</category><description>&lt;h1&gt;
	&amp;nbsp;&lt;/h1&gt;
&lt;p&gt;
	Prepare software development after initial hardware tests complete.&lt;/p&gt;
&lt;p&gt;
	1. &lt;strong&gt;&lt;a href="http://gnutoolchains.com/raspberry/tutorial/" target="_blank"&gt;Cross GCC for Raspberry Pi&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	2. Visual Studio projects for&amp;nbsp;lora_gateway/packet_forwarder (not need if prefer Eclipse)&lt;/p&gt;
&lt;p&gt;
	&lt;a href="http://akb77.com/g/files/media/image/LGW/lgws-1.jpg" target="_blank"&gt;&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/lgws-1.jpg" style="width: 480px; height: 393px; border-width: 0px; border-style: solid;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	3.Eclipse for remote debug (on RPi)&lt;/p&gt;
&lt;p&gt;
	&lt;a href="http://akb77.com/g/files/media/image/LGW/lgws-3.jpg" target="_blank"&gt;&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/lgws-3.jpg" style="width: 480px; height: 392px; border-width: 0px; border-style: solid;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	4. Visual Studo projects for TTN RESP API, TTN MQTT client and simple local UDP Server&lt;/p&gt;
&lt;div&gt;
	&lt;h1&gt;
		&lt;a href="http://akb77.com/g/files/media/image/LGW/lgws-2.jpg" target="_blank"&gt;&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/lgws-2.jpg" style="width: 480px; height: 392px; border-width: 0px; border-style: solid;" /&gt;&lt;/a&gt;&lt;/h1&gt;
	&lt;p&gt;
		5. Create &lt;strong&gt;&lt;a href="https://github.com/x893/LoRaWAN" target="_blank"&gt;repository&lt;/a&gt;&lt;/strong&gt; and commit (https://github.com/x893/LoRaWAN)&lt;/p&gt;
&lt;/div&gt;
</description></item><item><title>LORAWAN - First step</title><link>http://akb77.com/g/iot/lorawan-first/</link><pubDate>Sat, 12 Mar 2016 05:56:00 GMT</pubDate><guid isPermaLink="true">http://akb77.com/g/iot/lorawan-first/</guid><dc:creator>Admin</dc:creator><slash:comments>0</slash:comments><category domain="http://akb77.com/g/iot/">IoT</category><description>&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Prepare LORAWAN gatewan. Build with Raspberry PI and &lt;a href="http://www.wireless-solutions.de/products/radiomodules/ic880a" target="_blank"&gt;iC880A concentrator&lt;/a&gt;&amp;nbsp;(thanks &lt;a href="https://en.wikipedia.org/wiki/Leeuwarden" target="_blank"&gt;Leeuwarden guys&lt;/a&gt; for module)&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/LWG-1.jpg" style="width: 480px; height: 360px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/LWG-2.jpg" style="width: 480px; height: 360px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/LWG-3.jpg" style="width: 480px; height: 360px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	add some plastic details&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/LWG-4.jpg" style="width: 480px; height: 360px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/LWG-5.jpg" style="width: 480px; height: 360px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/LWG-6A.jpg" style="width: 480px; height: 360px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/LWG-7.jpg" style="width: 480px; height: 360px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	Clone Lora-net &lt;a href="https://github.com/Lora-net/lora_gateway" target="_blank"&gt;lora-gateway&lt;/a&gt;&amp;nbsp;and &lt;a href="https://github.com/Lora-net/packet_forwarder" target="_blank"&gt;packet_forwarder&lt;/a&gt;&amp;nbsp;(i use experimental branch), prepare configuration for &lt;a href="http://thethingsnetwork.org/" target="_blank"&gt;TTN&lt;/a&gt;&amp;nbsp;server and see it on map.&lt;/p&gt;
&lt;p&gt;
	(this picture from iot.semtech.com site)&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/LWG-10.jpg" style="width: 480px; height: 288px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	Now prepare node with &lt;a href="http://www.wireless-solutions.de/products/radiomodules/im880a" target="_blank"&gt;iM880A-L module&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/LWG-8.jpg" style="width: 480px; height: 360px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/LWG-9.jpg" style="width: 480px; height: 360px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	Clone Lora-net &lt;a href="https://github.com/Lora-net/LoRaMac-node" target="_blank"&gt;LoRaMac-node&lt;/a&gt;, change&amp;nbsp;SK-iM880A example ClassA node (remove POTI, LED, add UART with debug messages, etc.) and see connection to gateway and packets on server.&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/LWG-11.jpg" style="width: 480px; height: 288px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	Create simple MQTT client to receive online messages from TTN broker (windows console application .NET).&lt;/p&gt;
&lt;p&gt;
	&lt;img alt="" src="http://akb77.com/g/files/media/image/LGW/LWG-12.jpg" style="width: 480px; height: 759px; border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;NEXT STEP&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	Port gateway to &lt;a href="http://www.seeedstudio.com/wiki/LinkIt_ONE" target="_blank"&gt;LinkItOne platform&lt;/a&gt;&amp;nbsp;(thanks Mediatek for free platform)&lt;/p&gt;
&lt;p&gt;
	To be continued...&lt;/p&gt;
</description></item></channel></rss>