{"id":18621,"date":"2024-06-21T15:29:27","date_gmt":"2024-06-21T13:29:27","guid":{"rendered":"https:\/\/dev-solex.instawp.xyz\/?post_type=testimonials&#038;p=18621"},"modified":"2024-09-09T12:21:35","modified_gmt":"2024-09-09T10:21:35","slug":"newport-rhode-island","status":"publish","type":"testimonials","link":"https:\/\/dev-solex.instawp.xyz\/nl\/testimonials\/newport-rhode-island","title":{"rendered":"Newport, Rhode Island"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"18621\" class=\"elementor elementor-18621\" data-elementor-post-type=\"testimonials\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aba7157 e-flex e-con-boxed e-con e-parent\" data-id=\"aba7157\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c9f338 elementor-absolute elementor-widget elementor-widget-html\" data-id=\"1c9f338\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<canvas id=\"white-waves\"><\/canvas>\n\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simplex-noise\/2.4.0\/simplex-noise.js\"><\/script>\n\n<script>\n\/\/https:\/\/codepen.io\/Bluxart\/pen\/dyZjjdd\nclass Waves {\n\t\n\tconstructor(options) {\n\t\t\n\t\tthis.container = options.dom;\n\n        this.perlin = new SimplexNoise();\n\t\t\n\t\tthis.randomness = [];\n\t\tthis.parameters = [];\n\t\tthis.parameters.factor = 0.045;\n\t\tthis.parameters.variation = 0.0004;\n\t\tthis.parameters.amplitude = 300;\n\t\tthis.parameters.lines = 7;\n\t\tthis.parameters.waveColor = { r: 255, g: 255, b: 255, a: 1};\n\t\tthis.parameters.shadowColor = { r: 13, g: 14, b: 76, a: 0 };\n\t\tthis.parameters.shadowBlur = 0;\n\t\tthis.parameters.lineStroke = 2;\n\t\tthis.parameters.speed = 0.001;\n\t\t\n\t\tthis.setupCanvas();\n        this.setSizes();\n\t\tthis.setupRandomness();\n\t\tthis.drawPaths();\n        this.render();\n        this.setupResize();\n\t\t\n\t}\n\n\tsetupCanvas(){\n        this.context = this.container.getContext('2d');\n        this.container.width = this.width * this.pixelRatio;\n        this.container.height = this.height * this.pixelRatio;\n        this.context.scale(this.pixelRatio, this.pixelRatio);\n    }\n\t\n\tsetSizes(){\n        this.width = this.container.closest('.e-con-boxed').offsetWidth;\n        this.height = this.container.closest('.e-con-boxed').offsetHeight;\n        this.pixelRatio = Math.min(window.devicePixelRatio, 1.5);\n        this.container.width = this.width;\n        this.container.height = this.height;\n    }\n\t\n\tsetupRandomness(){\n        for( let i = 0, rand = 0; i < this.parameters.lines; i++, rand += this.parameters.factor ) {\n            this.randomness[i] = rand;\n        }\n    }\n\t\n\tdrawPaths(){\n\t\t\n\t\tthis.context.shadowColor = \"rgba(\" + this.parameters.shadowColor.r + \", \" + this.parameters.shadowColor.g + \", \" + this.parameters.shadowColor.b + \",\" + this.parameters.shadowColor.a + \")\";\n        this.context.shadowBlur = this.parameters.shadowBlur;\n        this.context.lineWidth = this.parameters.lineStroke;\n\t\t\n\t\tfor( let i = 0; i <= this.parameters.lines; i++ ) {\n\n            this.context.beginPath();\n            this.context.moveTo(0, this.height\/2);\n\n            let randomY = 0;\n            for( let x = 0; x <= this.width; x++ ) {\n                randomY = this.perlin.noise3D( x * this.parameters.variation + this.randomness[i], x * this.parameters.variation, 1);\n                this.context.lineTo(x, this.height\/2 + (this.parameters.amplitude + Math.random() * 0.005) * randomY);\n            }\n\t\t\t\n            this.alpha = Math.min(Math.abs(randomY) + 0.001, 0.3);\n            this.context.strokeStyle = \"rgba(\" + this.parameters.waveColor.r + \", \" + this.parameters.waveColor.g + \", \" + this.parameters.waveColor.b + \",\" + ( this.alpha * 2 ) + \")\";\n            this.context.stroke();\n            this.context.closePath();\n            this.randomness[i] += this.parameters.speed;\n\t\t\t\n        }\n\t\t\n\t}\n\t\n\tsetupResize(){\n        window.addEventListener('resize', this.resize.bind(this));\n    }\n\t\n\tresize(){\n        this.setSizes();\n    }\n\t\n\trender(){\n\t\t\n        this.context.clearRect(0, 0, this.width, this.height);\n        this.drawPaths();\n\n        setTimeout(() => {\n            window.requestAnimationFrame(this.render.bind(this));\n        }, 1000 \/ 60 );\n\n    }\n\n}\n\nwindow.addEventListener('load', function () {\n    new Waves({\n        dom: document.getElementById('white-waves')\n    });\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c156d8e e-con-full e-flex e-con e-child\" data-id=\"c156d8e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da9d4d5 elementor-widget elementor-widget-heading\" data-id=\"da9d4d5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Newport, Rhode Island (USA)<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca6f0c7 elementor-widget elementor-widget-heading\" data-id=\"ca6f0c7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Klantreferentie<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b4094e elementor-widget elementor-widget-text-editor\" data-id=\"3b4094e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The City of Newport, Rhode Island (USA) faced significant challenges with traffic noise pollution. It formed both a nuisance, and a quality-of-life issue with serious health concerns for residents. The city sought a mobile solution that would enable them to solve the issue effectively, as the historical town gets flooded with millions of tourists each summer.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-03d6113 elementor-widget elementor-widget-image\" data-id=\"03d6113\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"2048\" height=\"1152\" src=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-11.jpg\" class=\"attachment-2048x2048 size-2048x2048 wp-image-21198\" alt=\"\" srcset=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-11.jpg 2048w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-11-300x169.jpg 300w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-11-1024x576.jpg 1024w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-11-768x432.jpg 768w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-11-1536x864.jpg 1536w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-11-18x10.jpg 18w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fe3caf2 e-flex e-con-boxed e-con e-parent\" data-id=\"fe3caf2\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c704aaa e-con-full e-flex e-con e-child\" data-id=\"c704aaa\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-294a402 elementor-widget elementor-widget-heading\" data-id=\"294a402\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><b>\"It really works! It works really, really well. People get a full set of proof, so there\u2019s no discussion\"<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2355e99 e-con-full e-flex e-con e-child\" data-id=\"2355e99\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ee1313c elementor-widget elementor-widget-text-editor\" data-id=\"ee1313c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>&#8211; Quote Jim O\u2019Halloran, former IT Director for Newport<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69d9874 elementor-widget elementor-widget-image\" data-id=\"69d9874\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1500\" height=\"844\" src=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/NEW-PORT-1.png\" class=\"attachment-full size-full wp-image-18625\" alt=\"\" srcset=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/NEW-PORT-1.png 1500w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/NEW-PORT-1-300x169.png 300w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/NEW-PORT-1-1024x576.png 1024w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/NEW-PORT-1-768x432.png 768w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/NEW-PORT-1-18x10.png 18w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e8b08f8 e-flex e-con-boxed e-con e-parent\" data-id=\"e8b08f8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1afb07fc e-con-full e-flex e-con e-child\" data-id=\"1afb07fc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47665640 elementor-widget elementor-widget-heading\" data-id=\"47665640\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Reduce noise pollution<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d712fad elementor-widget elementor-widget-text-editor\" data-id=\"5d712fad\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Traffic noise is especially challenging for Newport, because of the many old colonial buildings, often with poor insulation. The historical town attracts millions of tourists each year, who flood the town during the summer months. This leads to a seasonal issue of intentionally loud cars and motorcycles, leaving residents to struggle with the effects of noise pollution.<\/p>\n<p>Due to the seasonal nature of the traffic noise problems, the City of Newport needed a mobile solution that could be moved to monitor the cities traffic hotspots.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5ded2816 e-con-full e-flex e-con e-child\" data-id=\"5ded2816\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e0e7b8b elementor-widget elementor-widget-image\" data-id=\"5e0e7b8b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"624\" height=\"470\" src=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Newport-traffic-noise-monitoring-system-lowres.jpg\" class=\"attachment-large size-large wp-image-21162\" alt=\"Newport traffic noise monitoring system\" srcset=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Newport-traffic-noise-monitoring-system-lowres.jpg 624w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Newport-traffic-noise-monitoring-system-lowres-300x226.jpg 300w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Newport-traffic-noise-monitoring-system-lowres-16x12.jpg 16w\" sizes=\"(max-width: 624px) 100vw, 624px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-368a966 e-flex e-con-boxed e-con e-parent\" data-id=\"368a966\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b41843b e-con-full e-flex e-con e-child\" data-id=\"b41843b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d54cf4 elementor-widget elementor-widget-heading\" data-id=\"6d54cf4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">In control<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-139a653 elementor-widget elementor-widget-text-editor\" data-id=\"139a653\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In late 2022, Newport was introduced to Sorama, offering a solution using acoustic cameras. The project officially began in April 2023. Sorama&#8217;s technology stood out due to its superior physical design and a business model that aligned with Newport&#8217;s values.<\/p><p>Rather than focusing on automated enforcement, Sorama allowed the city to review each potential violation manually, ensuring fairness and avoiding unnecessary fines. When a warning is given and ignored, the next violation will result in a fine. Even though Newport\u2019s main concern is reducing traffic noise and improving quality of life, these fines also help the city achieve a timely return on investment.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-06671af e-con-full e-flex e-con e-child\" data-id=\"06671af\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43d2254 elementor-widget elementor-widget-heading\" data-id=\"43d2254\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Non-intrusive monitoring<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa62de8 elementor-widget elementor-widget-text-editor\" data-id=\"aa62de8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Newport&#8217;s historical and congested urban layout required a flexible and non-intrusive solution. Sorama&#8217;s system offered versatility with options for both pole-mounted and mobile units. Newport opted to mount the sound cameras on small, mobile trailers, which can be moved to different locations, especially during the busy summer months. This mobile approach was particularly well-received by both the city administration and residents.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-24e7ea6 e-flex e-con-boxed e-con e-parent\" data-id=\"24e7ea6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2ce9d26 e-con-full e-flex e-con e-child\" data-id=\"2ce9d26\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2913244 elementor-widget elementor-widget-heading\" data-id=\"2913244\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Learning curve and adaptation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b0a15f6 elementor-widget elementor-widget-text-editor\" data-id=\"b0a15f6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Implementing this system meant adopting a new technology. The city&#8217;s team, including police, technology staff, and administrators, adapted quickly to the unique aspects of acoustic monitoring. The Noise camera is easy to install and set up, requiring only basic understanding of acoustic visualization. Privacy and legal considerations were also critical, as the data collected needed to be secure and admissible in court.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cbba18a e-con-full e-flex e-con e-child\" data-id=\"cbba18a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-91abe1d elementor-widget elementor-widget-heading\" data-id=\"91abe1d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Inclusive operational strategy<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b9154bc elementor-widget elementor-widget-text-editor\" data-id=\"b9154bc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The system generates easy-to-review sound camera footage of the offending vehicle including localization of the noise source, date &amp; time and measured decibel-levels.<\/p><p>The city worked out a solution by employing retired police officers, who are knowledgeable and certified, to review the footage while not adding more duties to active police officers. This approach allowed Newport to maintain public safety while effectively managing the noise enforcement program.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-60dd913 e-flex e-con-boxed e-con e-parent\" data-id=\"60dd913\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-492dff1 e-con-full e-flex e-con e-child\" data-id=\"492dff1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e7ab80 elementor-widget elementor-widget-heading\" data-id=\"2e7ab80\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><b>\"We didn\u2019t want to just catch loud vehicles, but vehicles that were intentionally loud.\"<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-07dfb0c e-con-full e-flex e-con e-child\" data-id=\"07dfb0c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dea62be elementor-widget elementor-widget-text-editor\" data-id=\"dea62be\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>&#8211; Quote Jim O\u2019Halloran, former IT Director for Newport<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc08e84 elementor-widget elementor-widget-image\" data-id=\"fc08e84\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1500\" height=\"844\" src=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/NEW-PORT-1.png\" class=\"attachment-full size-full wp-image-18625\" alt=\"\" srcset=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/NEW-PORT-1.png 1500w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/NEW-PORT-1-300x169.png 300w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/NEW-PORT-1-1024x576.png 1024w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/NEW-PORT-1-768x432.png 768w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/NEW-PORT-1-18x10.png 18w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-94645c6 e-flex e-con-boxed e-con e-parent\" data-id=\"94645c6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-85db3c7 e-con-full e-flex e-con e-child\" data-id=\"85db3c7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf1ce9b elementor-widget elementor-widget-heading\" data-id=\"cf1ce9b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Conclusie<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-688eb44 elementor-widget elementor-widget-text-editor\" data-id=\"688eb44\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The city of Newport, Rhode Island, turned to Sorama for help in reducing the noise complaints in the popular vacation destination.<\/p><p>The sound camera implementation exceeded expectations, with positive feedback from residents who appreciated the effective approach to reduce traffic noise.<\/p><p>The technology proved highly effective in identifying violations, providing clear evidence, and allowing the city to adjust its noise ordinance based on accurate data collected during the proof-of-concept period. The city of Newport is already expanding the project and installing more sound cameras.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6cfa179 e-con-full e-flex e-con e-child\" data-id=\"6cfa179\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7dbb8c elementor-widget elementor-widget-image\" data-id=\"d7dbb8c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-12-1024x683.jpg\" class=\"attachment-large size-large wp-image-21199\" alt=\"City of Newport testimonial on reducing traffic noise\" srcset=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-12-1024x683.jpg 1024w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-12-300x200.jpg 300w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-12-768x512.jpg 768w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-12-1536x1024.jpg 1536w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-12-18x12.jpg 18w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Ontwerp-zonder-titel-12.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a7484d5 e-flex e-con-boxed e-con e-parent\" data-id=\"a7484d5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e9dcc5 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2e9dcc5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Click below for the Kurrant video<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-24e181d e-flex e-con-boxed e-con e-parent\" data-id=\"24e181d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6f61dbb e-con-full e-flex e-con e-child\" data-id=\"6f61dbb\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51b1018 elementor-widget elementor-widget-text-editor\" data-id=\"51b1018\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Please watch this video article, created by <a href=\"https:\/\/kurrant.com\/originals\/curbing-noise-pollution-with-ai-enabled-solution\/\" target=\"_blank\" rel=\"noopener\">Kurrant<\/a> about the Noise camera solution in Newport, Rhode Island USA.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8fdf178 elementor-widget elementor-widget-image\" data-id=\"8fdf178\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kurrant.com\/originals\/curbing-noise-pollution-with-ai-enabled-solution\/\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/3-3-1024x576.png\" class=\"attachment-large size-large wp-image-18633\" alt=\"\" srcset=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/3-3-1024x576.png 1024w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/3-3-300x169.png 300w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/3-3-768x432.png 768w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/3-3-1536x864.png 1536w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/3-3-18x10.png 18w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/3-3.png 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" title=\"\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ad678e e-flex e-con-boxed e-con e-parent\" data-id=\"3ad678e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-147ba28 elementor-widget elementor-widget-heading\" data-id=\"147ba28\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our partners<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0dc7baf e-flex e-con-boxed e-con e-parent\" data-id=\"0dc7baf\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d56a1c1 e-con-full e-flex e-con e-child\" data-id=\"d56a1c1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e19d147 elementor-widget elementor-widget-image\" data-id=\"e19d147\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1020\" src=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/09\/Newport-traffic-noise-monitoring-system-2-768x1020.jpg\" class=\"attachment-medium_large size-medium_large wp-image-21164\" alt=\"Sorama Loud vehicle detection solution: Noise camera\" srcset=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/09\/Newport-traffic-noise-monitoring-system-2-768x1020.jpg 768w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/09\/Newport-traffic-noise-monitoring-system-2-226x300.jpg 226w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/09\/Newport-traffic-noise-monitoring-system-2-771x1024.jpg 771w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/09\/Newport-traffic-noise-monitoring-system-2-1157x1536.jpg 1157w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/09\/Newport-traffic-noise-monitoring-system-2-1542x2048.jpg 1542w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/09\/Newport-traffic-noise-monitoring-system-2-9x12.jpg 9w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/09\/Newport-traffic-noise-monitoring-system-2-scaled.jpg 1928w\" sizes=\"(max-width: 768px) 100vw, 768px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2d06be3 e-con-full e-flex e-con e-child\" data-id=\"2d06be3\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b838e8e e-con-full e-flex e-con e-child\" data-id=\"b838e8e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2159136 elementor-widget elementor-widget-heading\" data-id=\"2159136\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Traffic noise monitoring <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e55a70f elementor-widget elementor-widget-text-editor\" data-id=\"e55a70f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>To monitor, detect and enforce overly loud vehicles, we started a partnership between 3 innovative European companies that joined forces.<\/p><p>Sorama&#8217;s technology acts as the &#8220;ears&#8221; of the solution with the <a href=\"https:\/\/sorama.eu\/products\/l642-acoustic-monitor\" target=\"_blank\" rel=\"noopener\">L642 Acoustic camera<\/a>. It detects, locates and visualizes noise from traffic, in the specific frequency where vehicles are deemed as loud.<\/p><p>This information is forwared to the IP-camera of <a href=\"https:\/\/www.axis.com\/\" target=\"_blank\" rel=\"noopener\">Axis Communications<\/a>\u00a0equiped with\u00a0<a style=\"text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 15.075px; font-weight: var( --e-global-typography-text-font-weight ); background-color: #eaedf2;\" href=\"https:\/\/www.ff-group.ai\/products\/cammra\" target=\"_blank\" rel=\"noopener\">CAMMRA\u00a0\/ CAMMRA AI<\/a>\u00a0for<span style=\"background-color: var( --e-global-color-1337735 ); text-align: var(--text-align); color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\">\u00a0License plate, car model, colour and type recognition.<\/span><span style=\"background-color: var( --e-global-color-1337735 ); text-align: var(--text-align); color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\">\u00a0<\/span><\/p><p><span style=\"text-align: var(--text-align); color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight ); background-color: var( --e-global-color-1337735 );\">F<\/span><span style=\"text-align: var(--text-align); color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight ); background-color: var( --e-global-color-1337735 );\">inally, <a href=\"https:\/\/www.ff-group.ai\/products\/datafactory\" target=\"_blank\" rel=\"noopener\">FF Data factory<\/a><\/span><span style=\"text-align: var(--text-align); color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight ); background-color: var( --e-global-color-1337735 );\">\u00a0software by FF Group\u00a0<\/span><span style=\"text-align: var(--text-align); color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight ); background-color: var( --e-global-color-1337735 );\">is there\u00a0for customers to interpret data for awarness, enforcement or improvements to reduce traffic noise.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-91b117c e-flex e-con-boxed e-con e-parent\" data-id=\"91b117c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ae414bf elementor-widget elementor-widget-heading\" data-id=\"ae414bf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><b>Our traffic noise monitoring device<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d0ff217 e-flex e-con-boxed e-con e-parent\" data-id=\"d0ff217\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6635dc41 e-con-full e-flex e-con e-child\" data-id=\"6635dc41\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3278ed72 elementor-widget elementor-widget-image\" data-id=\"3278ed72\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Sorama-L642-Solutions-1024x683.jpg\" class=\"attachment-large size-large wp-image-18644\" alt=\"\" srcset=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Sorama-L642-Solutions-1024x683.jpg 1024w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Sorama-L642-Solutions-300x200.jpg 300w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Sorama-L642-Solutions-768x512.jpg 768w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Sorama-L642-Solutions-18x12.jpg 18w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/06\/Sorama-L642-Solutions.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-198a945e e-con-full e-flex e-con e-child\" data-id=\"198a945e\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3fcc5b6b e-con-full e-flex e-con e-child\" data-id=\"3fcc5b6b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d7e1339 elementor-widget elementor-widget-heading\" data-id=\"7d7e1339\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Sorama L642 Acoustic monitor<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd02fb5 elementor-widget elementor-widget-text-editor\" data-id=\"bd02fb5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The Sorama L642V Acoustic Monitor forms the foundation of the loud vehicle detection solution. The traffic noise monitoring device is equipped with 64 MEMS microphones and an integrated camera.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-417fe247 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"417fe247\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/dev-solex.instawp.xyz\/nl\/producten\/l642-akoestische-monitor\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Lees meer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-467da97 e-flex e-con-boxed e-con e-parent\" data-id=\"467da97\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-06ad131 elementor-widget elementor-widget-heading\" data-id=\"06ad131\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><b>How to reduce traffic noise?<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8e93bd6 e-flex e-con-boxed e-con e-parent\" data-id=\"8e93bd6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-45c820d e-con-full e-flex e-con e-child\" data-id=\"45c820d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a74638 elementor-widget elementor-widget-image\" data-id=\"0a74638\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/08\/1-1.png\" class=\"attachment-large size-large wp-image-20890\" alt=\"loud vehicle detection, acoustic camera detecting noisy car and registering the number plate\" srcset=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/08\/1-1.png 960w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/08\/1-1-300x169.png 300w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/08\/1-1-768x432.png 768w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2024\/08\/1-1-18x10.png 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fab9496 e-con-full e-flex e-con e-child\" data-id=\"fab9496\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0027e1e e-con-full e-flex e-con e-child\" data-id=\"0027e1e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9de466 elementor-widget elementor-widget-heading\" data-id=\"c9de466\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Geluidsflitspaal<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62c6dce elementor-widget elementor-widget-text-editor\" data-id=\"62c6dce\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Traffic noise monioring is one of the most common needs in cities. Therefore, reducing traffic noise can have a great positive impact on the livability within cities. Environmental noise monitoring for traffic allows you to detect loud vehicles and visualize the noise issue.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-059d830 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"059d830\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/dev-solex.instawp.xyz\/nl\/oplossingen\/detectie-luide-voertuigen\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Lees meer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5eeb34 e-flex e-con-boxed e-con e-parent\" data-id=\"c5eeb34\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-aee145c e-con-full e-flex e-con e-child\" data-id=\"aee145c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-771ac43 elementor-widget elementor-widget-heading\" data-id=\"771ac43\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wilt u<strong> meer weten?<\/strong><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-faed344 elementor-widget elementor-widget-text-editor\" data-id=\"faed344\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Ons team staat graag voor u klaar. Samen bespreken we uw situatie en helpen u bij het vinden van een geschikte oplossing. Neem contact met ons op of plan direct een (online) live demo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db2f60a elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"db2f60a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/dev-solex.instawp.xyz\/nl\/contact\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Plan Een Demo<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1be3e87 e-con-full e-flex e-con e-child\" data-id=\"1be3e87\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b8dc1b elementor-widget elementor-widget-image\" data-id=\"1b8dc1b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"376\" src=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2023\/06\/MS-Team_crop_edited-1024x481.png\" class=\"attachment-large size-large wp-image-7274\" alt=\"Sorama Sales team\" srcset=\"https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2023\/06\/MS-Team_crop_edited-1024x481.png 1024w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2023\/06\/MS-Team_crop_edited-300x141.png 300w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2023\/06\/MS-Team_crop_edited-768x360.png 768w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2023\/06\/MS-Team_crop_edited-1536x721.png 1536w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2023\/06\/MS-Team_crop_edited-2048x961.png 2048w, https:\/\/dev-solex.instawp.xyz\/wp-content\/uploads\/2023\/06\/MS-Team_crop_edited.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>The  city of Newport, Rhode Island struggles with millions of tourists each year, and local residents are faced with traffic noise. They turned to Sorama for our Loud vehicle solution for smart cities to detect, analyze and identify cars and motorcycles that are too loud, and enforce 250 dollar fines.<\/p>","protected":false},"featured_media":18631,"template":"","market":[228],"product":[235],"class_list":["post-18621","testimonials","type-testimonials","status-publish","has-post-thumbnail","hentry","market-smart-city","product-sorama-l642"],"acf":[],"_links":{"self":[{"href":"https:\/\/dev-solex.instawp.xyz\/nl\/wp-json\/wp\/v2\/testimonials\/18621","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev-solex.instawp.xyz\/nl\/wp-json\/wp\/v2\/testimonials"}],"about":[{"href":"https:\/\/dev-solex.instawp.xyz\/nl\/wp-json\/wp\/v2\/types\/testimonials"}],"version-history":[{"count":75,"href":"https:\/\/dev-solex.instawp.xyz\/nl\/wp-json\/wp\/v2\/testimonials\/18621\/revisions"}],"predecessor-version":[{"id":21233,"href":"https:\/\/dev-solex.instawp.xyz\/nl\/wp-json\/wp\/v2\/testimonials\/18621\/revisions\/21233"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dev-solex.instawp.xyz\/nl\/wp-json\/wp\/v2\/media\/18631"}],"wp:attachment":[{"href":"https:\/\/dev-solex.instawp.xyz\/nl\/wp-json\/wp\/v2\/media?parent=18621"}],"wp:term":[{"taxonomy":"market","embeddable":true,"href":"https:\/\/dev-solex.instawp.xyz\/nl\/wp-json\/wp\/v2\/market?post=18621"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/dev-solex.instawp.xyz\/nl\/wp-json\/wp\/v2\/product?post=18621"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}